The add element contains material inserted by an author, scribe, annotator, or corrector. The agent responsible for the addition may be encoded using the hand attribute, while the resp attribute records the editor or transcriber responsible for identifying the hand of the addition. The cert attribute signifies the degree of certainty ascribed to the identification of the hand of the addition. The editor(s) responsible for asserting this particular reading may be recorded in the resp attribute. The value of resp must point to one or more identifiers declared in the document header.
In no case should add 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, add should only contain those elements allowed within verse.
The model of this element is based on the add element of the Text Encoding Initiative (TEI).
<elementSpec ident="add" module="MEI.edittrans">
<gloss versionDate="2022-05-18" xml:lang="en">addition</gloss>
<desc xml:lang="en">Marks an addition to the text.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.edit"/>
<memberOf key="att.extent"/>
<memberOf key="att.lang"/>
<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.sectionPart"/>
<rng:ref name="model.staffGrpLike"/>
<rng:ref name="model.transcriptionLike"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<attList>
<attDef ident="place">
<desc xml:lang="en">Location of the addition.</desc>
</attDef>
</attList>
<remarks xml:lang="en">
<p>The <gi scheme="MEI">add</gi> element contains material inserted by an author, scribe,
annotator, or corrector. The agent responsible for the addition may be encoded using
the
<att>hand</att> attribute, while the <att>resp</att> attribute records the editor or
transcriber responsible for identifying the hand of the addition. The <att>cert</att>
attribute signifies the degree of certainty ascribed to the identification of the
hand of
the addition. The editor(s) responsible for asserting this particular reading may
be
recorded in the <att>resp</att> attribute. The value of resp must point to one or more
identifiers declared in the document header.</p>
<p>In no case should <gi scheme="MEI">add</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">add</gi>
should only contain those elements allowed within <gi scheme="MEI">verse</gi>.</p>
</remarks>
<remarks xml:lang="en">
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html">add</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>