Description
The handbell-value type represents the type of handbell technique being notated.
Derived By
Restricting xs:string
Enumeration
| Value |
Description |
| damp |
|
| echo |
|
| gyro |
|
| hand martellato |
|
| mallet lift |
|
| mallet table |
|
| martellato |
|
| martellato lift |
|
| muted martellato |
|
| pluck lift |
|
| swing |
|
Referenced By
Definition
<xs:simpleType name="handbell-value">
<xs:annotation>
<xs:documentation>The handbell-value type represents the type of handbell technique being notated.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="damp" />
<xs:enumeration value="echo" />
<xs:enumeration value="gyro" />
<xs:enumeration value="hand martellato" />
<xs:enumeration value="mallet lift" />
<xs:enumeration value="mallet table" />
<xs:enumeration value="martellato" />
<xs:enumeration value="martellato lift" />
<xs:enumeration value="muted martellato" />
<xs:enumeration value="pluck lift" />
<xs:enumeration value="swing" />
</xs:restriction>
</xs:simpleType>