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

Simple Type: arrow-style

Description

The arrow-style type represents the style of an arrow, using Unicode arrow terminology. Filled and hollow arrows indicate polygonal single arrows. Paired arrows are duplicate single arrows in the same direction. Combined arrows apply to double direction arrows like left right, indicating that an arrow in one direction should be combined with an arrow in the other direction.

Derived By

Restricting xs:string

Enumeration
Value  Description 
single 

double 

filled 

hollow 

paired 

combined 

other 
Referenced By
Definition
<xs:simpleType name="arrow-style">
  <xs:annotation>
    <xs:documentation>The arrow-style type represents the style of an arrow, using Unicode arrow terminology. Filled and hollow arrows indicate polygonal single arrows. Paired arrows are duplicate single arrows in the same direction. Combined arrows apply to double direction arrows like left right, indicating that an arrow in one direction should be combined with an arrow in the other direction.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="single" />
    <xs:enumeration value="double" />
    <xs:enumeration value="filled" />
    <xs:enumeration value="hollow" />
    <xs:enumeration value="paired" />
    <xs:enumeration value="combined" />
    <xs:enumeration value="other" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301