att.octaveDefault

Attributes that record a default value for octave.
Module
MEI.shared
Attributes
oct.default
oct.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.
oct.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.
Component declarations that are shared between two or more modules.
oct.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.
Available at
layerDef(layer definition) – Container for layer meta-information.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
layerDef(layer definition) – Container for layer meta-information.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
Declaration
<classSpec ident="att.octaveDefault" module="MEI.shared" type="atts">
<desc>Attributes that record a default value for octave.</desc>
<attList org="group">
<attDef ident="oct.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>
</attList>
</classSpec>