att.numbered

Attributes that record numbers to be displayed with a feature.
Module MEI.cmn
Members
Attributes
@num(optional)Records a number or count accompanying a notational feature. Value of datatype positiveInteger. att.numbered
Declaration
<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>