Description
The semi-pitched type represents categories of indefinite pitch for percussion instruments.
Derived By
Restricting xs:string
Enumeration
| Value |
Description |
| high |
|
| medium-high |
|
| medium |
|
| medium-low |
|
| low |
|
| very-low |
|
Referenced By
Definition
<xs:simpleType name="semi-pitched">
<xs:annotation>
<xs:documentation>The semi-pitched type represents categories of indefinite pitch for percussion instruments.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="high" />
<xs:enumeration value="medium-high" />
<xs:enumeration value="medium" />
<xs:enumeration value="medium-low" />
<xs:enumeration value="low" />
<xs:enumeration value="very-low" />
</xs:restriction>
</xs:simpleType>