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

Simple Type: tip-direction

Description

The tip-direction type represents the direction in which the tip of a stick or beater points, using Unicode arrow terminology.

Derived By

Restricting xs:string

Enumeration
Value  Description 
up 

down 

left 

right 

northwest 

northeast 

southeast 

southwest 

Referenced By
Definition
<xs:simpleType name="tip-direction">
  <xs:annotation>
    <xs:documentation>The tip-direction type represents the direction in which the tip of a stick or beater points, using Unicode arrow terminology.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="up" />
    <xs:enumeration value="down" />
    <xs:enumeration value="left" />
    <xs:enumeration value="right" />
    <xs:enumeration value="northwest" />
    <xs:enumeration value="northeast" />
    <xs:enumeration value="southeast" />
    <xs:enumeration value="southwest" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301