<delSpan>

<delSpan> (刪除的文字段) 標記一較長連續性文字之開端,該文字由作者、抄寫者、註解者、或更正者刪除、標上刪除記號、或者標明為多餘或偽造。 [11.3.1.4 Additions and Deletions]
組件 transcr — Representation of Primary Sources
屬性
俱乐部会员
可包含在於
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
可包含 空白元素

Both the beginning and ending of the deleted sequence must be marked: the beginning by the delSpan element, the ending by the target of the spanTo attribute.

The text deleted must be at least partially legible, in order for the encoder to be able to transcribe it. If it is not legible at all, the delSpan tag should not be used. Rather, the gap tag should be employed to signal that text cannot be transcribed, with the value of the reason attribute giving the cause for the omission from the transcription as deletion. If it is not fully legible, the unclear element should be used to signal the areas of text which cannot be read with confidence. See further sections 11.3.1.7 Text Omitted from or Supplied in the Transcription and, for the close association of the delSpan tag with the gap, damage, unclear and supplied elements, 11.3.3.2 Use of the gap, del, damage, unclear, and supplied Elements in Combination.

The delSpan tag should not be used for deletions made by editors or encoders. In these cases, either the corr tag or the gap tag should be used.

例子
<p>此段部份刪除。這裡是保留的, <delSpan spanTo="#zh-tw_a23"/>而此為刪除的部份。</p>
<p>此段落以及與它相關的資料一同被刪除。</p>
<p>第二個完全刪除的段落。</p>
<p>段落有部份被刪除,刪去處止於段落的中間,以屬性anchor標示 <anchor xml:id="zh-tw_a23"/>內文重新出現的位置。</p>
Schematron

<sch:assert test="@spanTo">The @spanTo attribute of <sch:name/> is required.</sch:assert>
Schematron

<sch:assert test="@spanTo">L'attribut spanTo est requis.</sch:assert>
Content model
<content>
 <empty/>
</content>
宣告
<rng:element name="delSpan">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.transcriptional.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="att.written.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.spanning.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:empty/>
</rng:element>
element delSpan
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.transcriptional.attributes,
   att.editLike.attributes,
   att.written.attributes,
   att.typed.attributes,
   att.spanning.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   empty
}