att.octavedefault

Attributes that record a default value for octave.
Module MEI.shared
Members
Attributes
@octave.default(optional)Contains a default octave specification for use when the first note, rest, chord, etc. in a measure does not have an octave value specified. Value conforms to data.OCTAVE. att.octavedefault
Declaration
<attDef ident="octave.default" usage="opt">
<desc>Contains a default octave specification for use when the first note, rest, chord, etc. in a measure does not have an octave value specified.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.OCTAVE" />
</datatype>
</attDef>