<delSpan>
<delSpan> (deleted span of text) marks the beginning of a longer sequence of text deleted, marked as deleted, or otherwise signaled as superfluous or spurious by an author, scribe, annotator, or corrector. 11.3.4 Additions and Deletions | |
Modul | transcr — 11 Representation of Primary Sources |
Neben global gültigen Attributen | att.transcriptional (@hand, @status, @seq) (att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) ) att.typed (@type, @subtype) att.spanning (@spanTo) |
Verwendet von | |
Kann enthalten | Leeres Element |
Deklaration |
element delSpan { att.global.attributes, att.transcriptional.attributes, att.editLike.attributes, att.dimensions.attributes, att.ranging.attributes, att.typed.attributes, att.spanning.attributes, empty } |
<s:assert test="@spanTo">The spanTo= attribute of <s:name/> is required.</s:assert> |
|
Beispiel |
<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> |