att.duration.musical

Attributes that express duration in musical terms.
Module MEI.shared
Members
Attributes
@dur(optional)Records the duration of a feature using the relative durational values provided by the data.DURATION datatype. Value conforms to data.DURATION. att.duration.musical
Declaration
<attDef ident="dur" usage="opt">
<desc>Records the duration of a feature using the relative durational values provided by the data.DURATION datatype.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.DURATION" />
</datatype>
</attDef>