att.duration.ratio

Attributes that describe duration as a ratio.
Module MEI.shared
Members
att.note.ges.mensural (no elements directly inheriting from this class)
att.rest.ges.mensural (no elements directly inheriting from this class)
Attributes
@num(optional)Along with numbase, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value of datatype positiveInteger. att.duration.ratio
@numbase(optional)Along with num, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value of datatype positiveInteger. att.duration.ratio
Declaration
<attDef ident="num" usage="opt">
<desc>Along with numbase, describes duration as a ratio. num is the first value in the ratio, while numbase is the second.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
<attDef ident="numbase" usage="opt">
<desc>Along with num, describes duration as a ratio. num is the first value in the ratio, while numbase is the second.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="positiveInteger"/>
</datatype>
</attDef>