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.
Module tei — The TEI Infrastructure
Used by
Class:
Element:
Content model
<content>
 <dataRef restriction="\S+name="anyURI"/>
</content>
Declaration
<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+" }
Note

The range of syntactically valid values is defined by RFC 3986 Uniform Resource Identifier (URI): Generic Syntax