att.octave

Attributes that record written octave.
Module
MEI.shared
Attributes
oct
oct(optional)Captures written octave information. Value conforms to data.OCTAVE.
oct(optional)Captures written octave information. Value conforms to data.OCTAVE.
Component declarations that are shared between two or more modules.
oct(optional)Captures written octave information. Value conforms to data.OCTAVE.
Available at
clefIndication of the exact location of a particular note on the staff and, therefore, the other notes as well.
chordMemberAn individual pitch in a chord defined by a chordDef element.
ambNoteHighest or lowest pitch in a score, staff, or layer.
custosSymbol placed at the end of a line of music to indicate the first note of the next line. Sometimes called a "direct".
keyAccid(key accidental) – Accidental in a key signature.
noteA single pitched event.
chordMemberAn individual pitch in a chord defined by a chordDef element.
clefIndication of the exact location of a particular note on the staff and, therefore, the other notes as well.
ambNoteHighest or lowest pitch in a score, staff, or layer.
custosSymbol placed at the end of a line of music to indicate the first note of the next line. Sometimes called a "direct".
keyAccid(key accidental) – Accidental in a key signature.
noteA single pitched event.
Declaration
<classSpec ident="att.octave" module="MEI.shared" type="atts">
<desc>Attributes that record written octave.</desc>
<attList org="group">
<attDef ident="oct" usage="opt">
<desc>Captures written octave information.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.OCTAVE" />
</datatype>
</attDef>
</attList>
</classSpec>