<classSpec ident="att.duration.ratio" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that describe duration as a ratio.</desc>
<attList>
<attDef ident="num" usage="opt">
<gloss versionDate="2022-10-18" xml:lang="en">number</gloss>
<desc xml:lang="en">Along with numbase, describes duration as a ratio. num is the first value in the
ratio, while numbase is the second.</desc>
<datatype>
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
<attDef ident="numbase" usage="opt">
<desc xml:lang="en">Along with num, describes duration as a ratio. num is the first value in the ratio,
while numbase is the second.</desc>
<datatype>
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>