Description
The pitched type represents pictograms for pitched percussion instruments. The chimes and tubular chimes values distinguish the single-line and double-line versions of the pictogram. The mallet value is in addition to Stone's list.
Derived By
Restricting xs:string
Enumeration
| Value |
Description |
| chimes |
|
| glockenspiel |
|
| mallet |
|
| marimba |
|
| tubular chimes |
|
| vibraphone |
|
| xylophone |
|
Referenced By
Definition
<xs:simpleType name="pitched">
<xs:annotation>
<xs:documentation>The pitched type represents pictograms for pitched percussion instruments. The chimes and tubular chimes values distinguish the single-line and double-line versions of the pictogram. The mallet value is in addition to Stone's list.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="chimes" />
<xs:enumeration value="glockenspiel" />
<xs:enumeration value="mallet" />
<xs:enumeration value="marimba" />
<xs:enumeration value="tubular chimes" />
<xs:enumeration value="vibraphone" />
<xs:enumeration value="xylophone" />
</xs:restriction>
</xs:simpleType>