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

Simple Type: cancel-location

Description

The cancel-location type is used to indicate where a key signature cancellation appears relative to a new key signature: to the left, to the right, or before the barline and to the left. It is left by default. For mid-measure key elements, a cancel-location of before-barline should be treated like a cancel-location of left.

Derived By

Restricting xs:string

Enumeration
Value  Description 
left 

right 

before-barline 

Referenced By
Definition
<xs:simpleType name="cancel-location">
  <xs:annotation>
    <xs:documentation>The cancel-location type is used to indicate where a key signature cancellation appears relative to a new key signature: to the left, to the right, or before the barline and to the left. It is left by default. For mid-measure key elements, a cancel-location of before-barline should be treated like a cancel-location of left.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="left" />
    <xs:enumeration value="right" />
    <xs:enumeration value="before-barline" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301