<addSpan>
<addSpan> (added span of text) marks the beginning of a longer sequence of text added by an author, scribe, annotator or corrector (see also <add>). 11.3.4 Additions and Deletions | |
Module | transcr — 11 Representation of Primary Sources |
Attributes | att.transcriptional (@hand, @status, @seq) att.editLike (@cert, @resp, @evidence, @source) att.placement (@place) att.typed (@type, @subtype) att.spanning (@spanTo) |
Used by | model.global.edit |
May contain | Empty element |
Declaration | element addSpan { att.global.attributes, att.transcriptional.attributes, att.editLike.attributes, att.placement.attributes, att.typed.attributes, att.spanning.attributes, empty } <sch:pattern name="spanTo_required"> <sch:rule context="tei:addSpan"> <sch:assert test="@spanTo">The spanTo= attribute of <sch:name/> is required.</sch:assert> </sch:rule> </sch:pattern> |
Note | Both the beginning and the end of the added material must be
marked; the beginning by the <addSpan> element itself, the
end by the spanTo attribute. |