Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type octave-shift
Namespace No namespace
Annotations
The octave shift type indicates where notes are shifted up or down from their true pitched values because of printing difficulty. Thus a treble clef line noted with 8va will be indicated with an octave-shift down from the pitch data indicated in the notes. A size of 8 indicates one octave; a size of 15 indicates two octaves.
Diagram
Diagram musicxml86.tmp#id461 musicxml86.tmp#id462 musicxml86.tmp#id463 musicxml6.tmp#id142
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
number number-level optional
relative-x tenths optional
relative-y tenths optional
size xs:integer 8 optional
type up-down-stop required
Source
<xs:complexType name="octave-shift">
  <xs:annotation>
    <xs:documentation>The octave shift type indicates where notes are shifted up or down from their true pitched values because of printing difficulty. Thus a treble clef line noted with 8va will be indicated with an octave-shift down from the pitch data indicated in the notes. A size of 8 indicates one octave; a size of 15 indicates two octaves.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="up-down-stop" use="required"/>
  <xs:attribute name="number" type="number-level"/>
  <xs:attribute name="size" type="xs:integer" default="8"/>
  <xs:attributeGroup ref="print-style"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute octave-shift/@type
Namespace No namespace
Type up-down-stop
Properties
use: required
Facets
enumeration up, down, stop
Used by
Complex Type octave-shift
Source
<xs:attribute name="type" type="up-down-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute octave-shift/@number
Namespace No namespace
Type number-level
Properties
content: simple
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type octave-shift
Source
<xs:attribute name="number" type="number-level"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute octave-shift/@size
Namespace No namespace
Type xs:integer
Properties
default: 8
Used by
Complex Type octave-shift
Source
<xs:attribute name="size" type="xs:integer" default="8"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd