att.scoping

att.scoping provides attributes for selecting particular elements within a document.
모듈tei — The TEI Infrastructure
원소certainty precision respons
속성속성
targetpoints at one or several elements or sets of elements by means of one or more data pointers, using the URI syntax.
상태 수의적
자료 유형 1–∞ 출현 teidata.pointer 공백문자로 분리됨
Elizabeth went to <persName xml:id="ESSEX">Essex</persName>
<certainty target="#ESSEXlocus="name"
 degree="0.6"/>
matchsupplies an arbitrary XPath expression using the syntax defined in Kay (ed.) (2007) 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.
상태 수의적
자료 유형 teidata.xpath
<gap reason="cancelled">
 <certainty match="@reasonlocus="value"
  cert="low"/>

</gap>