You are here: MusicXML Reference > Score Schema (XSD) > Complex Types > Complex Type: cancel

Complex Type: cancel

Description

A cancel element indicates that the old key signature should be cancelled before the new one appears. This will always happen when changing to C major or A minor and need not be specified then. The cancel value matches the fifths value of the cancelled key signature (e.g., a cancel of -2 will provide an explicit cancellation for changing from B flat major to F major).

Derived By

Extending fifths

Attributes
Name  Type  Required?  Default  Description 
location  cancel-location  No  The optional location attribute indicates whether the cancellation appears relative to the new key signature.
Referenced By
Definition
<xs:complexType name="cancel">
  <xs:annotation>
    <xs:documentation>A cancel element indicates that the old key signature should be cancelled before the new one appears. This will always happen when changing to C major or A minor and need not be specified then. The cancel value matches the fifths value of the cancelled key signature (e.g., a cancel of -2 will provide an explicit cancellation for changing from B flat major to F major). The optional location attribute indicates whether the cancellation appears relative to the new key signature.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="fifths">
      <xs:attribute name="location" type="cancel-location">
        <xsd:annotation>
          <xsd:documentation>
          </xsd:documentation>
        </xsd:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301