traditional-key

The traditional-key group represents a traditional key signature using the cycle of fifths.

Element Group Information

Model

Children: cancel, fifths, mode

Used By

Complex Type key

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:element name="fifths" type="fifths"/>
    <xs:element name="mode" type="mode" minOccurs="0"/>
  </xs:sequence>
</xs:group>