teidata.namespace

teidata.namespace defines the range of attribute values used to indicate XML namespaces as defined by the W3C Namespaces in XML Technical Recommendation.
Modul tei — The TEI Infrastructure
Verwendet von
Klasse:
Element:
Content model
<content>
 <dataRef restriction="\S+name="anyURI"/>
</content>
Deklaration
<rng:define name="teidata.namespace">
 <rng:data type="anyURI">
  <rng:param name="pattern">\S+</rng:param>
 </rng:data>
</rng:define>
teidata.namespace = xsd:anyURI { pattern = "\S+" }