It is possible to identify the individual responsible for the regularization, and, using the <choice> and <orig> elements, to provide both original and regularized readings. The editor(s) responsible for asserting the regularized material may be recorded in the @resp attribute. The value of @resp must point to one or more identifiers declared in the document header. The @cert attribute signifies the degree of certainty ascribed to the regularized reading.
In no case should <reg> 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>, <reg> should only contain those elements allowed within <verse>.
The model of this element is based on the reg element of the Text Encoding Initiative (TEI).
<elementSpec ident="reg" module="MEI.edittrans">
<gloss xml:lang="en">regularization</gloss>
<desc xml:lang="en">Contains material which has been regularized or normalized in some
sense.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.authorized"/>
<memberOf key="att.edit"/>
<memberOf key="att.extent"/>
<memberOf key="att.lang"/>
<memberOf key="model.choicePart"/>
<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>It is possible to identify the individual responsible for the regularization, and,
using
the <gi scheme="MEI">choice</gi> and <gi scheme="MEI">orig</gi> elements, to provide both
original and regularized readings. The editor(s) responsible for asserting the regularized
material may be recorded in the <att>resp</att> attribute. The value of <att>resp</att> must
point to one or more identifiers declared in the document header. The <att>cert</att>
attribute signifies the degree of certainty ascribed to the regularized reading.</p>
<p>In no case should <gi scheme="MEI">reg</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">reg</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-reg.html">reg</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>