att.scoping

att.scoping provides attributes for selecting particular elements within a document by means of XPath.
Modul tei — 1 The TEI Infrastructure
Mitglieder certainty precision respons
Attribute
target points at one or several elements or sets of elements by means of one or more data pointers, using the URI syntax.
Zustand Obligatorisch wenn zutreffend
Datentyp 1–∞ Vorkommen von 

<rng:ref name="data.pointer"/>
data.pointer
Durch Leerzeichen getrennt
Werte a series of one or more identifiers (URIs), separated by whitespace
Elizabeth went
to <persName xml:id="ESSEX">Essex</persName>
<certainty target="#ESSEX" locus="name" degree="0.6"/>
match supplies an arbitrary XPath expression identifying a set of nodes, selected within the context identified by the target attribute if this is supplied, or within the context of the element bearing this attribute if it is not.
Zustand Obligatorisch wenn zutreffend
Datentyp

<rng:text/>
text
Werte Any XPath expression using the syntax defined in Kay (ed.) (2007).
Elizabeth went to <persName>
 <certainty locus="name" degree="0.6"/>Essex
</persName>