<delSpan>

<delSpan> (deleted span of text) 著者・筆写者・注釈者・校正者により、削除または削除として符号化または 余分なものまたは間違いとして示されている、長めのテキスト部分の始点を 示す。 [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
下位 空要素
解説

当該削除部分の始点を終点の両方が示されなければならない。始点は要素 delSpanによって、終点は属性spanToにより示され る。

当該削除されているテキストは、少なくとも転記するに充分なほどには読 めるものでなければならない。全く読めないのであれば、要素 delSpanは使うべきではない。この場合には、要素gap を使い、転記できない単一のテキスト部分を示すべきである。この際、属 性reasonにより転記ができない理由が削除であることを示す ことができる。全てが読めるわけではないという場合には、要素 unclearを使い、確信が持てないが読めるひとつのテキスト部分 を示すべきである。詳しくは、11.3.1.7 Text Omitted from or Supplied in the Transcriptionを参照のこと。 また、要素delSpanと要素gapdamageunclearsuppliedとの関係については、 11.3.3.2 Use of the gap, del, damage, unclear, and supplied Elements in Combinationを参照のこと。

要素delSpanは、編集者や符号化する人による削除部分に使用さ れるべきではない。この場合は、要素corrまたは要素 gapが使われるべきである。

<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>
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
}