att.spanning

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

<sch:rule context="tei:*[@spanTo]">
<sch:assert test="id(substring(@spanTo,2)) and following::*[@xml:id=substring(current()/@spanTo,2)]">The element indicated by @spanTo (<sch:value-of select="@spanTo"/>) must follow the current element <sch:name/>
</sch:assert>
</sch:rule>