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
<key>Key captures information about tonal center and mode.
<keySig>Written key signature.
Metadata header component declarations.
<key>Key captures information about tonal center and mode.
Component declarations that are shared between two or more modules.
<keySig>Written 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>