<addSpan>

<addSpan> 著者,筆写者,注釈者,校正者の手による長めの追加テキストを挿入する始 点を示す(addも参照のこと). 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.placement (@place) att.typed (@type, @subtype) att.spanning (@spanTo)
当該モジュールを使用するもの
下位空要素
宣言

<rng:element name="addSpan">
<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.placement.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.spanning.attributes"/>
<rng:empty/>
</rng:element>
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>
<hand注釈 xml:id="HEOLscribe="HelgiÓlafsson"/>
<!-- ... -->
<body>
 <div>
<!-- text here -->
 </div>
 <addSpan n="added gatheringhand="#HEOLspanTo="#P025"/>
 <div>
<!-- text of first added poem here -->
 </div>
 <div>
<!-- text of second added poem here -->
 </div>
 <div>
<!-- text of third added poem here -->
 </div>
 <div>
<!-- text of fourth added poem here -->
 </div>
 <anchor xml:id="P025"/>
 <div>
<!-- more text here -->
 </div>
</body>
解説
追加する情報の始めと終わりの両方にマークアップすべきである. 始めは,要素addSpan自身によって,終わりは属性 spanToによって示すことができる.