att.pointing

att.pointing defines a set of attributes used by all elements which point to other elements by means of one or more URI references. 3.6 Simple Links and Cross-References
Module tei — 1 The TEI Infrastructure
Members att.pointing.group [altGrp joinGrp linkGrp] alt catRef gloss join link locus note oRef oVar pRef pVar ptr ref term witDetail
Attributes In addition to global attributes
target specifies the destination of the reference by supplying one or more URI References
Status Optional
Datatype 1–∞ occurrences of 

<rng:ref name="data.pointer"/>
data.pointer
separated by whitespace
Values 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.
evaluate specifies the intended meaning when the target of a pointer is itself a pointer.
Status Optional
Legal values are:
all
if the element pointed to is itself a pointer, then the target of that pointer will be taken, and so on, until an element is found which is not a pointer.
one
if the element pointed to is itself a pointer, then its target (whether a pointer or not) is taken as the target of this pointer.
none
no further evaluation of targets is carried out beyond that needed to find the element specified in the pointer's target.
Note
If no value is given, the application program is responsible for deciding (possibly on the basis of user input) how far to trace a chain of pointers.