att.spanning

att.spanning assegna degli attributi agli elementi che delimitano una porzione di testo utilizzando dei puntatori invece di racchiudere il testo stesso [1.3.1 Attribute Classes]
Modulotei — 1 The TEI Infrastructure
Membriindex milestone gb pb lb cb addSpan damageSpan delSpan metamark mod redo retrace undo
AttributiAttributi
spanToindica la fine della porzione di testo che ha inizio con l'elemento a cui è assegnato l'attributo
Stato Opzionale
Tipo di dati

<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>
Valori points to an element following this one in the current document.