The <annot> element associates elements or regions in an encoding with additional information. Its meaning depends on the context in which it appears. The region of the score to which it applies can be specified in the same way as for *control events*. The @resp attribute records the editor(s) responsible for identifying or creating the annotation. @func and @type attributes can be used to clarify the nature and interpretation of the annotation.
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="annot" module="MEI.shared"><gloss xml:lang="en">annotation</gloss>
<desc xml:lang="en">Associates a statement or other information with a part of the encoding.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.audience"/>
<memberOf key="att.bibl"/>
<memberOf key="att.dataPointing"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
<memberOf key="att.plist"/>
<memberOf key="att.source"/>
<memberOf key="att.targetEval"/>
<memberOf key="att.annot.anl"/>
<memberOf key="att.annot.ges"/>
<memberOf key="att.annot.log"/>
<memberOf key="att.annot.vis"/>
<memberOf key="model.annotLike"/>
</classes>
<content>
<choice><group>
</group>
<zeroOrMore><choice><rng:text/>
<ref name="model.editLike"/>
<ref name="model.textPhraseLike"/>
<ref name="model.transcriptionLike"/></choice></zeroOrMore></choice>
</content>
<constraintSpec ident="Check_annot_data" scheme="schematron">
<constraint>
<sch:rule context="mei:annot[@data]">
<sch:assert test="ancestor::mei:notesStmt">The @data attribute may only occur on an
annotation within the notesStmt element.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
<remarks xml:lang="en">
<p>The <gi scheme="MEI">annot</gi> element associates elements or regions in an encoding with
additional information. Its meaning depends on the context in which it appears. The
region
of the score to which it applies can be specified in the same way as for *control
events*.
The <att>resp</att> attribute records the editor(s) responsible for identifying or creating
the annotation. <att>func</att> and <att>type</att> attributes can be used to clarify the
nature and interpretation of the annotation.
</p>
</remarks></elementSpec>