att.spanning

att.spanning 포함보다는 포인터 메카니즘을 통하여 구분된 텍스트 구간을 나타내는 요소의 속성을 제공한다. [1.3.1 Attribute Classes]
모듈tei — 1 The TEI Infrastructure
원소index milestone gb pb lb cb addSpan damageSpan delSpan metamark mod redo retrace undo
속성속성
spanTo이 속성을 포함하는 요소에 의해 시작된 구간의 끝을 나타낸다.
상태 수의적
자료 유형

<rng:ref name="data.pointer"/>
data.pointer
SchematronThe @spanTo attribute must point to an element following the current element

<sch:rule context="tei:*[@spanTo]">
<sch:assert
  test="following::*[@xml:id=substring(current()/@target,2)]">
The element indicated by @spanTo must follow the current element <sch:name/>
</sch:assert></sch:rule>
SchematronLa valeur de @spanTo doit identifier un element dans le document actuel

<sch:rule context="tei:*[@spanTo]">
<sch:assert test="id(substring(@spanTo,2))">@spanTo on <sch:name/> must point to the identifier of some element in this document</sch:assert></sch:rule>
points to an element following this one in the current document.