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

Simple Type: semi-pitched

Description

The semi-pitched type represents categories of indefinite pitch for percussion instruments.

Derived By

Restricting xs:string

Enumeration
Value  Description 
high 
medium-high 
medium 
medium-low 
low 
very-low 
Referenced By
Definition
<xs:simpleType name="semi-pitched">
  <xs:annotation>
    <xs:documentation>The semi-pitched type represents categories of indefinite pitch for percussion instruments.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="high" />
    <xs:enumeration value="medium-high" />
    <xs:enumeration value="medium" />
    <xs:enumeration value="medium-low" />
    <xs:enumeration value="low" />
    <xs:enumeration value="very-low" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301