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
모듈tei — 1 The TEI Infrastructure
원소att.pointing.group [linkGrp joinGrp altGrp] licence catRef calendar gloss term ptr ref note oRef oVar pRef pVar locus substJoin witDetail link join alt
속성속성
targetspecifies the destination of the reference by supplying one or more URI References
상태 수의적
자료 유형 1–∞ 출현 

<rng:ref name="data.pointer"/>
data.pointer
공백문자로 분리됨
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.
evaluatespecifies the intended meaning when the target of a pointer is itself a pointer.
상태 수의적
적법한 값은:
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.