att.scoping

att.scoping provides attributes for selecting particular elements within a document.
Módulo tei — The TEI Infrastructure
Miembros certainty precision respons
Atributos
target⚓︎ points at one or more sets of zero or more elements each.
Estado Opcional
Tipo de datos 1–∞ apariciones de teidata.pointer separado por espacio en blanco
Elizabeth went to <persName xml:id="ESSEX">Essex</persName>
<certainty target="#ESSEXlocus="name"
 degree="0.6"/>
match⚓︎ supplies an XPath selection pattern using the syntax defined in Kay (ed.) (2017) which identifies a set of nodes, selected within the context identified by the target attribute if this is supplied, or within the context of the parent element if it is not.
Estado Opcional
Tipo de datos teidata.xpath
<gap reason="cancelled">
 <certainty match="@reasonlocus="value"
  cert="low"/>

</gap>