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]
Modul tei — The TEI Infrastructure
Mitglieder att.pointing.group [altGrp joinGrp linkGrp] alt annotation calendar catRef citedRange gloss join licence link locus note noteGrp oRef pRef ptr ref span substJoin term witDetail
Attribute
targetLang⚓︎ specifies the language of the content to be found at the destination referenced by target, using a ‘language tag’ generated according to BCP 47.
Zustand Optional
Datentyp teidata.language
Schematron

<sch:rule context="tei:*[not(self::tei:schemaSpec)][@targetLang]">
<sch:assert test="@target">@targetLang should only be used on <sch:name/> if @target is specified.</sch:assert>
</sch:rule>
<linkGrp xml:id="pol-swh_aln_2.1-linkGrp">
 <ptr xml:id="pol-swh_aln_2.1.1-ptr"
  target="pol/UDHR/text.xml#pol_txt_1-headtype="tuvtargetLang="pl"/>

 <ptr xml:id="pol-swh_aln_2.1.2-ptr"
  target="swh/UDHR/text.xml#swh_txt_1-headtype="tuvtargetLang="sw"/>

</linkGrp>

In the example above, the linkGrp combines pointers at parallel fragments of the Universal Declaration of Human Rights: one of them is in Polish, the other in Swahili.

target⚓︎ specifies the destination of the reference by supplying one or more URI References
Zustand Optional
Datentyp 1–∞ Vorkommen von teidata.pointer durch Leerzeichen getrennt
evaluate⚓︎ (evaluate) specifies the intended meaning when the target of a pointer is itself a pointer.
Zustand Optional
Datentyp teidata.enumerated
Gültige Werte:
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.