att.scoping

att.scoping provides attributes for selecting particular elements within a document.
Module tei — The TEI Infrastructure
Membres certainty precision respons
Attributs
target⚓︎ points at one or more sets of zero or more elements each.
Statut Optionel
Type de données 1–∞ occurrences de teidata.pointer séparé par un espace
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.
Statut Optionel
Type de données teidata.xpath
<gap reason="cancelled">
 <certainty match="@reasonlocus="value"
  cert="low"/>

</gap>