You are here: MusicXML Reference > Score Schema (XSD) > Complex Types > Complex Type: key-octave

Complex Type: key-octave

Description

The key-octave element specifies in which octave an element of a key signature appears. The content specifies the octave value using the same values as the display-octave element.

Derived By

Extending octave

Attributes
Name  Type  Required?  Default  Description 
number  xs:positiveInteger  Yes  The number attribute is a positive integer that refers to the key signature element in left-to-right order.
cancel  yes-no  No  If the cancel attribute is set to yes, then this number refers to an element specified by the cancel element. It is no by default.
Referenced By
Definition
<xs:complexType name="key-octave">
  <xs:annotation>
    <xs:documentation>The key-octave element specifies in which octave an element of a key signature appears. The content specifies the octave value using the same values as the display-octave element. The number attribute is a positive integer that refers to the key signature element in left-to-right order. If the cancel attribute is set to yes, then this number refers to an element specified by the cancel element. It is no by default.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="octave">
      <xs:attribute name="number" type="xs:positiveInteger" use="required">
        <xsd:annotation>
          <xsd:documentation>
          </xsd:documentation>
        </xsd:annotation>
      </xs:attribute>
      <xs:attribute name="cancel" type="yes-no">
        <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