Description
The degree-type-value type indicates whether the current degree element is an addition, alteration, or subtraction to the kind of the current chord in the harmony element.
Derived By
Restricting xs:string
Enumeration
Value |
Description |
add |
If the degree element is in addition to the kind of the current chord.
|
alter |
If the degree element is an alteration to the kind of the current chord.
|
subtract |
If the degree element is a subtraction from the kind of the current chord.
|
Referenced By
Definition
<xs:simpleType name="degree-type-value">
<xs:annotation>
<xs:documentation>The degree-type-value type indicates whether the current degree element is an addition, alteration, or subtraction to the kind of the current chord in the harmony element.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="add" />
<xs:enumeration value="alter" />
<xs:enumeration value="subtract" />
</xs:restriction>
</xs:simpleType>