att.ornamentaccid

Accidentals associated with ornaments.
Module MEI.cmnOrnaments
Members
Attributes
@accidlower(optional)Records the written accidental associated with a lower neighboring note. Value conforms to data.ACCIDENTAL.EXPLICIT. att.ornamentaccid
@accidupper(optional)Records the written accidental associated with an upper neighboring note. Value conforms to data.ACCIDENTAL.EXPLICIT. att.ornamentaccid
Declaration
<attDef ident="accidupper" usage="opt">
<desc>Records the written accidental associated with an upper neighboring note.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ACCIDENTAL.EXPLICIT" />
</datatype>
</attDef>
<attDef ident="accidlower" usage="opt">
<desc>Records the written accidental associated with a lower neighboring note.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ACCIDENTAL.EXPLICIT" />
</datatype>
</attDef>