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

Simple Type: line-end

Description

The line-end type specifies if there is a jog up or down (or both), an arrow, or nothing at the start or end of a bracket.

Derived By

Restricting xs:token

Enumeration
Value  Description 
up 

down 

both 

arrow 

none 

Referenced By
Definition
<xs:simpleType name="line-end">
  <xs:annotation>
    <xs:documentation>The line-end type specifies if there is a jog up or down (or both), an arrow, or nothing at the start or end of a bracket.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="up" />
    <xs:enumeration value="down" />
    <xs:enumeration value="both" />
    <xs:enumeration value="arrow" />
    <xs:enumeration value="none" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301