att.nInteger

Attributes used to supply an integer number designation for an element.
Module
Attributes
n
n(optional)Provides a numeric designation that indicates an element’s position in a sequence of similar elements. Its value must be a non-negative integer. Value is a positive integer, including 0.
n(optional)Provides a numeric designation that indicates an element’s position in a sequence of similar elements. Its value must be a non-negative integer. Value is a positive integer, including 0.
Component declarations that are shared between two or more modules.
n(optional)Provides a numeric designation that indicates an element’s position in a sequence of similar elements. Its value must be a non-negative integer. Value is a positive integer, including 0.
Available at
instrDefMIDI instrument declaration.
layerAn independent stream of events on a staff.
layerDefContainer for layer meta-information.
oLayerA layer that contains an alternative to material in another layer.
oStaffA staff that holds an alternative passage which may be played instead of the original material.
staffA group of equidistant horizontal lines on which notes are placed in order to represent pitch or a grouping element for individual 'strands' of notes, rests, etc. that may or may not actually be rendered on staff lines; that is, both diastematic and non-diastematic signs.
staffDefContainer for staff meta-information.
titlePartContains a subsection or division of the title of a bibliographic entity.
Common Music Notation (CMN) repertoire component declarations.
oLayerA layer that contains an alternative to material in another layer.
oStaffA staff that holds an alternative passage which may be played instead of the original material.
MIDI component declarations.
instrDefMIDI instrument declaration.
Component declarations that are shared between two or more modules.
layerAn independent stream of events on a staff.
layerDefContainer for layer meta-information.
staffA group of equidistant horizontal lines on which notes are placed in order to represent pitch or a grouping element for individual 'strands' of notes, rests, etc. that may or may not actually be rendered on staff lines; that is, both diastematic and non-diastematic signs.
staffDefContainer for staff meta-information.
titlePartContains a subsection or division of the title of a bibliographic entity.
Declaration
<classSpec ident="att.nInteger" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes used to supply an integer number designation for an element.</desc>
<attList>
<attDef ident="n" usage="opt">
<desc xml:lang="en">Provides a numeric designation that indicates an element’s position in a sequence of similar elements. Its value must be a non-negative integer.</desc>
<datatype>
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>