att.numbered

Attributes that record numbers to be displayed with a feature.
Module
MEI.cmn
Attributes
num
num(optional)Records a number or count accompanying a notational feature. Value of datatype positiveInteger.
num(optional)Records a number or count accompanying a notational feature. Value of datatype positiveInteger.
Common Music Notation (CMN) repertoire component declarations.
num(optional)Records a number or count accompanying a notational feature. Value of datatype positiveInteger.
Available at
bTrem(bowed tremolo) – A rapid alternation on a single pitch or chord.
multiRest(multiple rest) – Multiple measures of rest compressed into a single symbol, frequently found in performer parts.
multiRpt(multiple repeat) – Multiple repeated measures.
bTrem(bowed tremolo) – A rapid alternation on a single pitch or chord.
multiRest(multiple rest) – Multiple measures of rest compressed into a single symbol, frequently found in performer parts.
multiRpt(multiple repeat) – Multiple repeated measures.
Declaration
<classSpec ident="att.numbered" module="MEI.cmn" type="atts">
<desc>Attributes that record numbers to be displayed with a feature.</desc>
<attList org="group">
<attDef ident="num" usage="opt">
<desc>Records a number or count accompanying a notational feature.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>