Description
The degree-symbol-value type indicates indicates that a symbol should be used in specifying the degree.
Derived By
Restricting xs:token
Enumeration
Value |
Description |
major |
normal
use-symbol="yes"
|
minor |
normal
use-symbol="yes"
|
augmented |
|
diminished |
|
half-diminished |
|
Referenced By
Definition
<xs:simpleType name="degree-symbol-value">
<xs:annotation>
<xs:documentation>The degree-symbol-value type indicates indicates that a symbol should be used in specifying the degree.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="major" />
<xs:enumeration value="minor" />
<xs:enumeration value="augmented" />
<xs:enumeration value="diminished" />
<xs:enumeration value="half-diminished" />
</xs:restriction>
</xs:simpleType>