The fifths type 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 type name). |
Complex Type | cancel |
Element | traditional-key/fifths |
<xs:simpleType name="fifths"> <xs:annotation> <xs:documentation>The fifths type 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 type name).</xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"/> </xs:simpleType> |