<addSpan>

<addSpan> (added span of text) テキスト中に長めの追加テキストを挿入する始点を示す. 11.3.4 Additions and Deletions
モジュールtranscr — 11 Representation of Primary Sources
属性 att.transcriptional (@hand, @status, @seq) att.editLike (@cert, @resp, @evidence, @source) att.placement (@place) att.typed (@type, @subtype) att.spanning (@spanTo)
当該モジュールを使用するもの model.global.edit
下位空要素
宣言
element addSpan
{
   att.global.attributes,
   att.transcriptional.attributes,
   att.editLike.attributes,
   att.placement.attributes,
   att.typed.attributes,
   att.spanning.attributes,
   empty
}

<sch:pattern name="spanTo_required">
<sch:rule context="tei:addSpan">
 <sch:assert test="@spanTo">The spanTo= attribute of <sch:name/> is required.</sch:assert>
</sch:rule>
</sch:pattern>
解説
Both the beginning and the end of the added material must be marked; the beginning by the <addSpan> element itself, the end by the spanTo attribute.