att.spanning

att.spanning assegna degli attributi agli elementi che delimitano una porzione di testo utilizzando dei puntatori invece di racchiudere il testo stesso [12.3.1.4 Additions and Deletions 1.3.1 Attribute Classes]
Modulo tei — The TEI Infrastructure
Membri addSpan cb damageSpan delSpan gb index lb metamark milestone mod pb redo retrace undo
Attributi
spanTo⚓︎ indica la fine della porzione di testo che ha inizio con l'elemento a cui è assegnato l'attributo
Stato Opzionale
Tipo di dati 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>