Description
The mute type represents muting for different instruments, including brass, winds, and strings. The on and off values are used for undifferentiated mutes. The remaining values represent specific mutes.
Derived By
Restricting xs:string
Enumeration
Value |
Description |
on |
|
off |
|
straight |
|
cup |
|
harmon-no-stem |
|
harmon-stem |
|
bucket |
|
plunger |
|
hat |
|
solotone |
|
practice |
|
stop-mute |
|
stop-hand |
|
echo |
|
palm |
|
Referenced By
Definition
<xs:simpleType name="mute">
<xs:annotation>
<xs:documentation>The mute type represents muting for different instruments, including brass, winds, and strings. The on and off values are used for undifferentiated mutes. The remaining values represent specific mutes.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="on" />
<xs:enumeration value="off" />
<xs:enumeration value="straight" />
<xs:enumeration value="cup" />
<xs:enumeration value="harmon-no-stem" />
<xs:enumeration value="harmon-stem" />
<xs:enumeration value="bucket" />
<xs:enumeration value="plunger" />
<xs:enumeration value="hat" />
<xs:enumeration value="solotone" />
<xs:enumeration value="practice" />
<xs:enumeration value="stop-mute" />
<xs:enumeration value="stop-hand" />
<xs:enumeration value="echo" />
<xs:enumeration value="palm" />
</xs:restriction>
</xs:simpleType>