<delSpan>

<delSpan> (刪除的文字段) 標記一較長連續性文字之開端,該文字由作者、抄寫者、註解者、或更正者刪除、標上刪除記號、或者標明為多餘或偽造。 11.3.4 Additions and Deletions
組件transcr — 11 Representation of Primary Sources
屬性 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)
屬於
可包含空白元素
宣告

<rng:element name="delSpan">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.transcriptional.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.spanning.attributes"/>
<rng:empty/>
</rng:element>
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>
例子
<p>此段部份刪除。這裡是保留的, <delSpan spanTo="#zh-tw_a23"/>而此為刪除的部份。</p>
<p>此段落以及與它相關的資料一同被刪除。</p>
<p>第二個完全刪除的段落。</p>
<p>段落有部份被刪除,刪去處止於段落的中間,以屬性anchor標示 <anchor xml:id="zh-tw_a23"/>內文重新出現的位置。</p>