You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: up-down-stop-continue

Simple Type: up-down-stop-continue

Description

The up-down-stop-continue type is used for octave-shift elements, indicating the direction of the shift from their true pitched values because of printing difficulty.

Derived By

Restricting xs:token

Enumeration
Value  Description 
up 
down 
stop 
continue 
Referenced By
Definition
<xs:simpleType name="up-down-stop-continue">
  <xs:annotation>
    <xs:documentation>The up-down-stop-continue type is used for octave-shift elements, indicating the direction of the shift from their true pitched values because of printing difficulty.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="up" />
    <xs:enumeration value="down" />
    <xs:enumeration value="stop" />
    <xs:enumeration value="continue" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301