att.pointing

att.pointing 하나 이상의 URI 참조를 통해서 다른 요소를 가리키는 모든 요소에 의해 사용된 속성 집합을 정의한다. [1.3.1.1.2 Language Indicators 3.7 Simple Links and Cross-References]
모듈 tei — The TEI Infrastructure
원소 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
속성
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.
상태 수의적
자료 유형 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⚓︎ 하나 혹은 다수의 URI 참조를 제시하여 참조의 목적지를 명시한다.
상태 수의적
자료 유형 1–∞ 출현 teidata.pointer 공백문자로 분리됨
evaluate⚓︎ (evaluate) 포인터의 대상이 포인터일 때 의도된 의미를 명시한다.
상태 수의적
자료 유형 teidata.enumerated
적법한 값은:
all
만약 지시되는 요소가 포인터라면, 포인터의 대상은 포인터가 아닌 요소가 발견될 때까지 계속 연결된다.
one
지시된 요소가 포인터라면, 그 대상(포인터이든지 아니든지)은 이 포인터의 대상으로 취급된다.
none
포인터의 대상에서 명시된 요소를 발견할 필요가 없을 때 더 이상의 대상에 대한 평가는 수행되지 않는다.