<delSpan>
<delSpan> (porzione di testo cancellata) segnala l'inizio di una porzione di testo più lunga cancellata, indicata come cancellata, o indicata come superflua o spuria da un autore, un trascrittore, un annotatore o un correttore 11.3.4 Additions and Deletions | |
Modulo | transcr — 11 Representation of Primary Sources |
Attributi | att.transcriptional (@hand, @status, @seq) (att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope)) ) att.typed (@type, @subtype) att.spanning (@spanTo) |
Usato da | |
Può contenere | Elemento vuoto |
Dichiarazione |
element delSpan { att.global.attributes, att.transcriptional.attributes, att.editLike.attributes, att.dimensions.attributes, att.typed.attributes, att.spanning.attributes, empty } <sch:pattern name="spanTo_required_for_delSpan"> <sch:rule context="tei:delSpan"> <sch:assert test="@spanTo">The spanTo= attribute of <sch:name/> is required.</sch:assert> </sch:rule> </sch:pattern> |
Esempio | <p>Paragraph partially deleted. This is the undeleted portion <delSpan spanTo="#a23"/>and this the deleted portion of the paragraph.</p> <p>Paragraph deleted together with adjacent material.</p> <p>Second fully deleted paragraph.</p> <p>Paragraph partially deleted; in the middle of this paragraph the deletion ends and the anchor point marks the resumption <anchor xml:id="a23"/> of the text. ...</p> |