The resp attribute contains an ID reference to an element containing the name of the editor or transcriber responsible for identifying the hand of the deletion. The cert attribute signifies the degree of certainty ascribed to the identification of the hand of the deletion. The hand of the agent which made the deletion should be pointed to using the hand attribute. The rend attribute may be used to record the method used to make the deletion (overstrike, strike[through], etc.).
In no case should del contain elements that would not otherwise be permitted to occur within the parent of its own app ancestor. For example, when used as a descendent of verse, del should only contain those elements allowed within verse.
The model of this element is based on the del element of the Text Encoding Initiative (TEI).
<elementSpec ident="del" module="MEI.edittrans">
<gloss xml:lang="en">deletion</gloss>
<desc xml:lang="en">Contains information deleted, marked as deleted, or otherwise indicated as
superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.edit"/>
<memberOf key="att.extent"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
<memberOf key="att.textRendition"/>
<memberOf key="att.trans"/>
<memberOf key="model.transcriptionLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="model.divLike"/>
<rng:ref name="model.editLike"/>
<rng:ref name="model.editTransPart"/>
<rng:ref name="model.fLike"/>
<rng:ref name="model.graphicPrimitiveLike"/>
<rng:ref name="model.keyAccidLike"/>
<rng:ref name="model.layerPart"/>
<rng:ref name="model.milestoneLike.music"/>
<rng:ref name="model.neumeComponentModifierLike"/>
<rng:ref name="model.neumeModifierLike"/>
<rng:ref name="model.neumePart"/>
<rng:ref name="model.sectionPart"/>
<rng:ref name="model.staffGrpLike"/>
<rng:ref name="model.transcriptionLike"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<remarks xml:lang="en">
<p>The <att>resp</att> attribute contains an ID reference to an element containing the name of
the editor or transcriber responsible for identifying the hand of the deletion. The
<att>cert</att> attribute signifies the degree of certainty ascribed to the identification
of the hand of the deletion. The hand of the agent which made the deletion should
be pointed
to using the <att>hand</att> attribute. The <att>rend</att> attribute may be used to record
the method used to make the deletion (overstrike, strike[through], etc.).</p>
<p>In no case should <gi scheme="MEI">del</gi> contain elements that would not otherwise be
permitted to occur within the parent of its own <gi scheme="MEI">app</gi> ancestor. For
example, when used as a descendent of <gi scheme="MEI">verse</gi>, <gi scheme="MEI">del</gi>
should only contain those elements allowed within <gi scheme="MEI">verse</gi>.</p>
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html">del</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>