att.keySig.anl

Analytical domain attributes.
Attributes
@accid, @mode, @pname
@accid(optional)Contains an accidental for the tonic key, if one is required, e.g., if @pname equals c and @accid equals s, then a tonic of C# is indicated. Value conforms to data.ACCIDENTAL.GESTURAL.basic.
@mode(optional)Indicates major, minor, or other tonality. Value conforms to data.MODE.
@pname(optional)Contains a written pitch name. Value conforms to data.PITCHNAME.
@accid(optional)Contains an accidental for the tonic key, if one is required, e.g., if @pname equals c and @accid equals s, then a tonic of C# is indicated. Value conforms to data.ACCIDENTAL.GESTURAL.basic.
@mode(optional)Indicates major, minor, or other tonality. Value conforms to data.MODE.
(MEI.shared) Attributes that record written pitch name.
@pname(optional)Contains a written pitch name. Value conforms to data.PITCHNAME.
@accid(optional)Contains an accidental for the tonic key, if one is required, e.g., if @pname equals c and @accid equals s, then a tonic of C# is indicated. Value conforms to data.ACCIDENTAL.GESTURAL.basic.
@mode(optional)Indicates major, minor, or other tonality. Value conforms to data.MODE.
@pname(optional)Contains a written pitch name. Value conforms to data.PITCHNAME.
Available at
<key>Key captures information about tonal center and mode.
<keySig>Written key signature.
<key>Key captures information about tonal center and mode.
<keySig>Written key signature.
Declaration
<classSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="att.keySig.anl" module="MEI.analytical" type="atts">
<desc xml:lang="en">Analytical domain attributes.</desc>
<classes>
<memberOf key="att.pitch"/>
</classes>
<attList>
<attDef ident="accid" usage="opt">
<gloss xml:lang="en">accidental</gloss>
<desc xml:lang="en">Contains an accidental for the tonic key, if one is required,
<abbr>e.g.</abbr>
, if
<att>pname</att>
equals
<val>c</val>
and
<att>accid</att>
equals
<val>s</val>
, then a tonic of C# is indicated.</desc>
<datatype> </datatype>
</attDef>
<attDef ident="mode" usage="opt">
<desc xml:lang="en">Indicates major, minor, or other tonality.</desc>
<datatype>
<ref name="data.MODE"/>
</datatype>
</attDef>
</attList>
</classSpec>