teidata.referring

teidata.referring defines an attribute value which can be used for constructing references to points or spans in a data stream, from the most coarse, by means of pointers (URIs) to fine-graded, expressed by integers.
Moduletei — The TEI Infrastructure
Used by
Class:
Content model
<content>
 <alternate>
  <dataRef name="nonNegativeInteger"/>
  <dataRef key="teidata.pointer"/>
 </alternate>
</content>
Declaration
<rng:define name="teidata.referring">
 <rng:choice>
  <rng:data type="nonNegativeInteger"/>
  <rng:ref name="teidata.pointer"/>
 </rng:choice>
</rng:define>
teidata.referring = xsd:nonNegativeInteger | teidata.pointer