att.duration.default

Attributes that provide a durational default value.
Module MEI.shared
Members
Attributes
@dur.default(optional)Contains a default duration in those situations when the first note, rest, chord, etc. in a measure does not have a duration specified. Value conforms to data.DURATION. att.duration.default
@num.default(optional)Along with numbase.default, describes the default duration as a ratio. num.default is the first value in the ratio. Value of datatype positiveInteger. att.duration.default
@numbase.default(optional)Along with num.default, describes the default duration as a ratio. numbase.default is the second value in the ratio. Value of datatype positiveInteger. att.duration.default
Declaration
<attDef ident="dur.default" usage="opt">
<desc>Contains a default duration in those situations when the first note, rest, chord, etc. in a measure does not have a duration specified.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.DURATION" />
</datatype>
</attDef>
<attDef ident="num.default" usage="opt">
<desc>Along with numbase.default, describes the default duration as a ratio. num.default is the first value in the ratio.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
<attDef ident="numbase.default" usage="opt">
<desc>Along with num.default, describes the default duration as a ratio. numbase.default is the second value in the ratio.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="positiveInteger"/>
</datatype>
</attDef>