att.spanning

att.spanning 提供元素的屬性,這些元素使用參照機制來限定某一文字段,而非包含此文字段。 [12.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
Schematron The @spanTo attribute must point to an element following the current element; however, this can only be tested if both this element and the one pointed to are in the same document.

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