@color(optional)Used to indicate visual appearance. Do not confuse this with the musical term 'color'
as used in pre-CMN notation.
Value conforms to data.COLOR.
@dots(optional)Records the number of augmentation dots required by a written dotted duration.
Value conforms to data.AUGMENTDOT.
@dur(optional)Records the duration of a feature using the relative durational values provided by
the
data.DURATION datatype.
Value conforms to data.DURATION.
@enclose(optional)Records the characters often used to mark accidentals, articulations, and sometimes
notes as having a cautionary or editorial function. For an example of cautionary
accidentals enclosed in parentheses, see Read, p. 131, ex. 9-14.
Value conforms to data.ENCLOSURE.
@ho(optional)Records a horizontal adjustment to a feature’s programmatically-determined location
in
terms of staff interline distance; that is, in units of 1/2 the distance between adjacent
staff lines.
Value conforms to data.MEASUREMENTSIGNED.
@label(optional)Captures text to be used to generate a label for the element to which it’s attached,
a
"tool tip" or prefatory text, for example. Should not be used to record document
content.
Value is plain text.
@layer(optional)Identifies the layer to which a feature applies.
One or more values of datatype positiveInteger, separated by spaces.
@staff(optional)Signifies the staff on which a notated event occurs or to which a control event
applies. Mandatory when applicable.
One or more values of datatype positiveInteger, separated by spaces.
@stem.dir(optional)Describes the direction of a stem.
Value conforms to data.STEMDIRECTION.
@stem.mod(optional)Encodes any stem "modifiers"; that is, symbols rendered on the stem, such as tremolo
or Sprechstimme indicators.
Value conforms to data.STEMMODIFIER.
@type(optional)Designation which characterizes the element in some sense, using any convenient
classification scheme or typology that employs single-token labels.
One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it
and other resources. Each id attribute within a document must have a unique value.
Value is a valid xml:id.