Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type key-octave
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml37.tmp#id80 musicxml100.tmp#id282 musicxml100.tmp#id283
Type extension of octave
Type hierarchy
Used by
Element key/key-octave
Attributes
QName Type Fixed Default Use Annotation
cancel yes-no optional
number xs:positiveInteger required
Source
<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"/>
      <xs:attribute name="cancel" type="yes-no"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute key-octave/@number
Namespace No namespace
Type xs:positiveInteger
Properties
use: required
Used by
Complex Type key-octave
Source
<xs:attribute name="number" type="xs:positiveInteger" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute key-octave/@cancel
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type key-octave
Source
<xs:attribute name="cancel" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd