Description
The effect type represents pictograms for sound effect percussion instruments. The cannon value is in addition to Stone's list.
Derived By
Restricting xs:string
Enumeration
Value |
Description |
anvil |
|
auto horn |
|
bird whistle |
|
cannon |
|
duck call |
|
gun shot |
|
klaxon horn |
|
lions roar |
|
police whistle |
|
siren |
|
slide whistle |
|
thunder sheet |
|
wind machine |
|
wind whistle |
|
Referenced By
Definition
<xs:simpleType name="effect">
<xs:annotation>
<xs:documentation>The effect type represents pictograms for sound effect percussion instruments. The cannon value is in addition to Stone's list.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="anvil" />
<xs:enumeration value="auto horn" />
<xs:enumeration value="bird whistle" />
<xs:enumeration value="cannon" />
<xs:enumeration value="duck call" />
<xs:enumeration value="gun shot" />
<xs:enumeration value="klaxon horn" />
<xs:enumeration value="lions roar" />
<xs:enumeration value="police whistle" />
<xs:enumeration value="siren" />
<xs:enumeration value="slide whistle" />
<xs:enumeration value="thunder sheet" />
<xs:enumeration value="wind machine" />
<xs:enumeration value="wind whistle" />
</xs:restriction>
</xs:simpleType>