att.pointing

att.pointing define un conjunto de atributos usados por todos los elementos que señalan a otros elementos a través de uno o más URI. [1.3.1.1.2 Language Indicators 3.6 Simple Links and Cross-References]
Módulotei — 1 The TEI Infrastructure
Miembrosatt.pointing.group [linkGrp joinGrp altGrp] licence catRef calendar gloss term ptr ref note oRef oVar pRef pVar locus substJoin witDetail link join alt
AtributosAtributos
targetLangspecifies the language of the content to be found at the destination referenced by target, using a ‘language tag’ generated according to BCP 47.
Estado Opcional
Tipo de datos

<rng:ref name="data.language"/>
data.language
Schematron

<sch:rule context="tei:*[@targetLang]">
<sch:assert test="count(@target)">@targetLang can only be used if @target is specified.</sch:assert></sch:rule>
Valores The value must conform to BCP 47. If the value is a private use code (i.e., starts with x- or contains -x-), a language element with a matching value for its ident attribute should be supplied in the TEI Header to document this value. Such documentation may also optionally be supplied for non-private-use codes, though these must remain consistent with their Unicode definitions.
<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-head"
   type="tuv"
   targetLang="pl"/>

 <ptr
   xml:id="pol-swh_aln_2.1.2-ptr"
   target="swh/UDHR/text.xml#swh_txt_1-head"
   type="tuv"
   targetLang="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.

targetespecifica la destinación de una referencia proporcionando una o más referencias URI.
Estado Opcional
Tipo de datos 1–∞ apariciones de 

<rng:ref name="data.pointer"/>
data.pointer
separado por espacio en blanco
Valores 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.
evaluateindica el significado previsto cuando la meta de un indicador es también un indicador.
Estado Opcional
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
Los valores admitidos son:
all
si el elemento que señala a sí mismo es un indicador, entonces el target de ese indicador será tomado, y así sucesivamente, hasta que se encuentre un elemento que no sea un indicador.
one
si el elemento que señala a sí mismo es un puntero, entonces el target (puntero o no) se toma como el target de este puntero.
none
no se realiza ninguna otra evaluación de los targets más allá de la necesaria para encontrar el elemento especificado en el target del puntero.