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

Simple Type: stick-type

Description

The stick-type type represents the shape of pictograms where the material in the stick, mallet, or beater is represented in the pictogram.

Derived By

Restricting xs:string

Enumeration
Value  Description 
bass drum 

soft

medium

hard

double bass drum 

timpani 

soft

medium

hard

xylophone 

soft

medium

hard

yarn 

soft

medium

hard

Referenced By
Definition
<xs:simpleType name="stick-type">
  <xs:annotation>
    <xs:documentation>The stick-type type represents the shape of pictograms where the material
in the stick, mallet, or beater is represented in the pictogram.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="bass drum" />
    <xs:enumeration value="double bass drum" />
    <xs:enumeration value="timpani" />
    <xs:enumeration value="xylophone" />
    <xs:enumeration value="yarn" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301