att.nInteger

Attributes used to supply an integer number designation for an element.
Module
MEI.shared
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 of datatype nonNegativeInteger.
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 of datatype nonNegativeInteger.
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 of datatype nonNegativeInteger.
Available at
layerAn independent stream of events on a staff.
layerDef(layer definition) – Container for layer meta-information.
oLayer(ossia layer) – A layer that contains an alternative to material in another layer.
oStaff(ossia staff) – A 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.
staffDef(staff definition) – Container for staff meta-information.
titlePartContains a subsection or division of the title of a bibliographic entity.
oLayer(ossia layer) – A layer that contains an alternative to material in another layer.
oStaff(ossia staff) – A staff that holds an alternative passage which may be played instead of the original material.
layerAn independent stream of events on a staff.
layerDef(layer definition) – Container 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.
staffDef(staff definition) – Container 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>Attributes used to supply an integer number designation for an element.</desc>
<attList org="group">
<attDef ident="n" usage="opt">
<desc>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 maxOccurs="1" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>