Description
The stick-type type represents the shape of pictograms where the material in the stick, mallet, or beater is represented in the pictogram.
Derived By
Restricting xs:string
Enumeration
Value |
Description |
bass drum |
soft
medium
hard
|
double bass drum |
|
timpani |
soft
medium
hard
|
xylophone |
soft
medium
hard
|
yarn |
soft
medium
hard
|
Referenced By
Definition
<xs:simpleType name="stick-type">
<xs:annotation>
<xs:documentation>The stick-type type represents the shape of pictograms where the material
in the stick, mallet, or beater is represented in the pictogram.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="bass drum" />
<xs:enumeration value="double bass drum" />
<xs:enumeration value="timpani" />
<xs:enumeration value="xylophone" />
<xs:enumeration value="yarn" />
</xs:restriction>
</xs:simpleType>