att.keyMode

Attributes for describing key mode.
Module
Attributes
mode
mode(optional)Indicates major, minor, or other tonality. Value conforms to data.MODE.
mode(optional)Indicates major, minor, or other tonality. Value conforms to data.MODE.
Component declarations that are shared between two or more modules.
mode(optional)Indicates major, minor, or other tonality. Value conforms to data.MODE.
Available at
keyKey captures information about tonal center and mode.
keySigWritten key signature.
Metadata header component declarations.
keyKey captures information about tonal center and mode.
Component declarations that are shared between two or more modules.
keySigWritten key signature.
Declaration
<classSpec ident="att.keyMode" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes for describing key mode.</desc>
<attList>
<attDef ident="mode" usage="opt">
<desc xml:lang="en">Indicates major, minor, or other tonality.</desc>
<datatype>
<rng:ref name="data.MODE"/>
</datatype>
</attDef>
</attList>
</classSpec>