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
<instrDef>MIDI instrument declaration.
<layer>An independent stream of events on a staff.
<layerDef>Container for layer meta-information.
<oLayer>A layer that contains an alternative to material in another layer.
<oStaff>A staff that holds an alternative passage which may be played instead of the original material.
<staff>A 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.
<staffDef>Container for staff meta-information.
<titlePart>Contains a subsection or division of the title of a bibliographic entity.
Common Music Notation (CMN) repertoire component declarations.
<oLayer>A layer that contains an alternative to material in another layer.
<oStaff>A staff that holds an alternative passage which may be played instead of the original material.
MIDI component declarations.
<instrDef>MIDI instrument declaration.
Component declarations that are shared between two or more modules.
<layer>An independent stream of events on a staff.
<layerDef>Container for layer meta-information.
<staff>A 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.
<staffDef>Container for staff meta-information.
<titlePart>Contains 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>