The model of this element is based on the correction element of the Text Encoding Initiative (TEI).
<elementSpec ident="correction" module="MEI.header">
<desc xml:lang="en">States how and under what circumstances corrections have been made in the text.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.bibl"/>
<memberOf key="att.dataPointing"/>
<memberOf key="att.lang"/>
<memberOf key="att.regularMethod"/>
<memberOf key="model.editorialDeclPart"/>
</classes>
<content>
</content>
<attList>
<attDef ident="corrlevel" usage="opt">
<desc xml:lang="en">Indicates the degree of correction applied to the text.</desc>
<valList type="closed">
<valItem ident="high">
<desc xml:lang="en">The text has been thoroughly checked and proofread.</desc>
</valItem>
<valItem ident="medium">
<desc xml:lang="en">The text has been checked at least once.</desc>
</valItem>
<valItem ident="low">
<desc xml:lang="en">The text has not been checked.</desc>
</valItem>
<valItem ident="unknown">
<desc xml:lang="en">The correction status of the text is unknown.</desc>
</valItem>
</valList>
</attDef>
</attList>
<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-correction.html">correction</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>