<delSpan>

<delSpan> (partie de texte supprimée) marque le début d'une partie de texte supprimée, signalée comme supprimée, ou bien signalée comme superflue ou fausse par un auteur, un copiste, un annotateur ou un correcteur. 11.3.4 Additions and Deletions
Moduletranscr — 11 Representation of Primary Sources
Attributs att.transcriptional (@hand, @status, @seq) att.editLike (@cert, @resp, @evidence, @source, @precision) att.typed (@type, @subtype) att.spanning (@spanTo)
Utilisé par model.global.edit
Peut contenirElément vide
Declaration

<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.typed.attributes"/>
<rng:ref name="att.spanning.attributes"/>
<rng:empty/>
</rng:element>
element delSpan
{
   att.global.attributes,
   att.transcriptional.attributes,
   att.editLike.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>
Exemple
<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>