att.pointing

att.pointing provides a set of attributes used by all elements which point to other elements by means of one or more URI references. [1.3.1.1.2. Language Indicators 3.7. Simple Links and Cross-References]
Module tei
Members catRef gloss note noteGrp ptr ref term
Attributes Attributes
target specifies the destination of the reference by supplying one or more URI References
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Note
One or more syntactically valid URI references, separated by whitespace. Because whitespace is used to separate URIs, no whitespace is permitted inside a single URI. If a whitespace character is required in a URI, it should be escaped with the normal mechanism, e.g.
TEI%20Consortium
.
Source Github

<classSpec rend="change" module="tei" type="atts" ident="att.pointing">
   
<desc>provides a set of attributes used by all elements which point
 to other elements by means of one or more URI references.
</desc>
   
<classes/>
   
<attList>
      
<attDef ident="target" usage="opt">
         
<desc>specifies the destination of the reference by supplying one or more URI References</desc>
         
<datatype maxOccurs="unbounded">
            
<dataRef key="teidata.pointer"/>
         
</datatype>
      
</attDef>
   
</attList>
</classSpec>