The traditional-key group represents a traditional key signature using the cycle of fifths. |
Complex Type | key |
<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> |