This element may be used where semantic markup of the text is neither possible nor desirable, such as in optical music recognition (OMR) applications. The content model here is similar to paragraph without model.textcomponent and pb sub-elements. The starting point of the text may be identified in absolute output coordinate terms using the x and y attributes or relative to the location of another element using the startid attribute. The attributes in the att.visualOffset class may be used to record horizontal, vertical, or time offsets from the absolute coordinates or from the location of the referenced element.
<elementSpec ident="anchoredText" module="MEI.usersymbols">
<desc xml:lang="en">Container for text that is fixed to a particular page location, regardless of changes
made
to the layout of the measures around it.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
<memberOf key="att.anchoredText.anl"/>
<memberOf key="att.anchoredText.ges"/>
<memberOf key="att.anchoredText.log"/>
<memberOf key="att.anchoredText.vis"/>
<memberOf key="model.graphicPrimitiveLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="model.textPhraseLike.limited"/>
<rng:ref name="model.editLike"/>
<rng:ref name="model.transcriptionLike"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<remarks xml:lang="en">
<p>This element may be used where semantic markup of the text is neither possible nor
desirable, such as in optical music recognition (OMR) applications. The content model
here
is similar to paragraph without model.textcomponent and <gi scheme="MEI">pb</gi>
sub-elements. The starting point of the text may be identified in absolute output
coordinate
terms using the <att>x</att> and <att>y</att> attributes or relative to the location of
another element using the <att>startid</att> attribute. The attributes in the
att.visualOffset class may be used to record horizontal, vertical, or time offsets
from the
absolute coordinates or from the location of the referenced element.</p>
</remarks>
</elementSpec>