Description
The stick-location type represents pictograms for the location of sticks, beaters, or mallets on cymbals, gongs, drums, and other instruments.
Derived By
Restricting xs:string
Enumeration
| Value |
Description |
| center |
|
| rim |
|
| cymbal bell |
|
| cymbal edge |
|
Referenced By
Definition
<xs:simpleType name="stick-location">
<xs:annotation>
<xs:documentation>The stick-location type represents pictograms for the location of sticks, beaters, or mallets on cymbals, gongs, drums, and other instruments.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="center" />
<xs:enumeration value="rim" />
<xs:enumeration value="cymbal bell" />
<xs:enumeration value="cymbal edge" />
</xs:restriction>
</xs:simpleType>