Description
The metal type represents pictograms for metal percussion instruments. The hi-hat value refers to a pictogram like Stone's high-hat cymbals but without the long vertical line at the bottom.
Derived By
Restricting xs:string
Enumeration
| Value |
Description |
| almglocken |
|
| bell |
|
| bell plate |
|
| brake drum |
|
| Chinese cymbal |
|
| cowbell |
|
| crash cymbals |
|
| crotale |
|
| cymbal tongs |
|
| domed gong |
|
| finger cymbals |
|
| flexatone |
|
| gong |
|
| hi-hat |
|
| high-hat cymbals |
|
| handbell |
|
| sistrum |
|
| sizzle cymbal |
|
| sleigh bells |
|
| suspended cymbal |
|
| tam tam |
|
| triangle |
|
| Vietnamese hat |
|
Referenced By
Definition
<xs:simpleType name="metal">
<xs:annotation>
<xs:documentation>The metal type represents pictograms for metal percussion instruments. The hi-hat value refers to a pictogram like Stone's high-hat cymbals but without the long vertical line at the bottom.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="almglocken" />
<xs:enumeration value="bell" />
<xs:enumeration value="bell plate" />
<xs:enumeration value="brake drum" />
<xs:enumeration value="Chinese cymbal" />
<xs:enumeration value="cowbell" />
<xs:enumeration value="crash cymbals" />
<xs:enumeration value="crotale" />
<xs:enumeration value="cymbal tongs" />
<xs:enumeration value="domed gong" />
<xs:enumeration value="finger cymbals" />
<xs:enumeration value="flexatone" />
<xs:enumeration value="gong" />
<xs:enumeration value="hi-hat" />
<xs:enumeration value="high-hat cymbals" />
<xs:enumeration value="handbell" />
<xs:enumeration value="sistrum" />
<xs:enumeration value="sizzle cymbal" />
<xs:enumeration value="sleigh bells" />
<xs:enumeration value="suspended cymbal" />
<xs:enumeration value="tam tam" />
<xs:enumeration value="triangle" />
<xs:enumeration value="Vietnamese hat" />
</xs:restriction>
</xs:simpleType>