You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: stick-location

Simple Type: stick-location

Description

The stick-location type represents pictograms for the location of sticks, beaters, or mallets on cymbals, gongs, drums, and other instruments.

Derived By

Restricting xs:string

Enumeration
Value  Description 
center 

rim 

cymbal bell 

cymbal edge 

Referenced By
Definition
<xs:simpleType name="stick-location">
  <xs:annotation>
    <xs:documentation>The stick-location type represents pictograms for the location of sticks, beaters, or mallets on cymbals, gongs, drums, and other instruments.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="center" />
    <xs:enumeration value="rim" />
    <xs:enumeration value="cymbal bell" />
    <xs:enumeration value="cymbal edge" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301