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

Simple Type: arrow-direction

Description

The arrow-direction type represents the direction in which an arrow points, using Unicode arrow terminology.

Derived By

Restricting xs:string

Enumeration
Value  Description 
left 

up 

right 

down 

northwest 

northeast 

southeast 

southwest 

left right 

up down 

northwest southeast 

northeast southwest 

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

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301