Description
The membrane type represents pictograms for membrane percussion instruments. The goblet drum value is in addition to Stone's list.
Derived By
Restricting xs:string
Enumeration
| Value |
Description |
| bass drum |
|
| bass drum on side |
|
| bongos |
|
| conga drum |
|
| goblet drum |
|
| military drum |
|
| snare drum |
|
| snare drum snares off |
|
| tambourine |
|
| tenor drum |
|
| timbales |
|
| tomtom |
|
Referenced By
Definition
<xs:simpleType name="membrane">
<xs:annotation>
<xs:documentation>The membrane type represents pictograms for membrane percussion instruments. The goblet drum value is in addition to Stone's list.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="bass drum" />
<xs:enumeration value="bass drum on side" />
<xs:enumeration value="bongos" />
<xs:enumeration value="conga drum" />
<xs:enumeration value="goblet drum" />
<xs:enumeration value="military drum" />
<xs:enumeration value="snare drum" />
<xs:enumeration value="snare drum snares off" />
<xs:enumeration value="tambourine" />
<xs:enumeration value="tenor drum" />
<xs:enumeration value="timbales" />
<xs:enumeration value="tomtom" />
</xs:restriction>
</xs:simpleType>