Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element traditional-key/cancel
Namespace No namespace
Annotations
A cancel element indicates that the old key signature should be cancelled before the new one appears.
Diagram
Diagram musicxml243.tmp#id274 musicxml243.tmp#id273
Type cancel
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
location left-right optional
Source
<xs:element name="cancel" type="cancel" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A cancel element indicates that the old key signature should be cancelled before the new one appears.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element traditional-key/fifths
Namespace No namespace
Annotations
The fifths element represents the number of flats or sharps in a traditional key signature. Negative numbers are used for flats and positive numbers for sharps, reflecting the key's placement within the circle of fifths (hence the element name).
Diagram
Diagram
Type xs:integer
Properties
content: simple
Source
<xs:element name="fifths" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The fifths element represents the number of flats or sharps in a traditional key signature. Negative numbers are used for flats and positive numbers for sharps, reflecting the key's placement within the circle of fifths (hence the element name).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element traditional-key/mode
Namespace No namespace
Annotations
The mode element is used to specify major/minor and other mode distinctions. Valid mode values include major, minor, dorian, phrygian, lydian, mixolydian, aeolian, ionian, and locrian.
Diagram
Diagram musicxml214.tmp#id50
Type mode
Properties
content: simple
minOccurs: 0
Source
<xs:element name="mode" type="mode" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The mode element is used to specify major/minor and other mode distinctions. Valid mode values include major, minor, dorian, phrygian, lydian, mixolydian, aeolian, ionian, and locrian.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element Group traditional-key
Namespace No namespace
Diagram
Diagram musicxml124.tmp#id272 musicxml124.tmp#id275 musicxml124.tmp#id276
Used by
Complex Type key
Model cancel{0,1} , fifths , mode{0,1}
Children cancel, fifths, mode
Source
<xs:group name="traditional-key">
  <xs:annotation>
    <xs:documentation>The traditional-key group represents a traditional key signature using the cycle of fifths.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cancel" type="cancel" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A cancel element indicates that the old key signature should be cancelled before the new one appears.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fifths" type="xs:integer">
      <xs:annotation>
        <xs:documentation>The fifths element represents the number of flats or sharps in a traditional key signature. Negative numbers are used for flats and positive numbers for sharps, reflecting the key's placement within the circle of fifths (hence the element name).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="mode" type="mode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The mode element is used to specify major/minor and other mode distinctions. Valid mode values include major, minor, dorian, phrygian, lydian, mixolydian, aeolian, ionian, and locrian.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd