You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: octave

Simple Type: octave

Description

Octaves are represented by the numbers 0 to 9, where 4 indicates the octave started by middle C.

Derived By

Restricting xs:integer

Restrictions
  • The value must be greater than or equal to 0.

  • The value must be less than or equal to 9.

Referenced By
Definition
<xs:simpleType name="octave">
  <xs:annotation>
    <xs:documentation>Octaves are represented by the numbers 0 to 9, where 4 indicates the octave started by middle C.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0" />
    <xs:maxInclusive value="9" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301