Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element tuning/tuning-step
Namespace No namespace
Annotations
The tuning-step element is represented like the step element, with a different name to reflect is different function.
Diagram
Diagram musicxml60.tmp#id84
Type step
Properties
content: simple
Facets
enumeration A, B, C, D, E, F, G
Source
<xs:element name="tuning-step" type="step">
  <xs:annotation>
    <xs:documentation>The tuning-step element is represented like the step element, with a different name to reflect is different function.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element tuning/tuning-alter
Namespace No namespace
Annotations
The tuning-alter element is represented like the alter element, with a different name to reflect is different function.
Diagram
Diagram musicxml79.tmp#id81
Type semitones
Properties
content: simple
minOccurs: 0
Source
<xs:element name="tuning-alter" type="semitones" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The tuning-alter element is represented like the alter element, with a different name to reflect is different function.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element tuning/tuning-octave
Namespace No namespace
Annotations
The tuning-octave element is represented like the octave element, with a different name to reflect is different function.
Diagram
Diagram musicxml37.tmp#id80
Type octave
Properties
content: simple
Facets
maxInclusive 9
minInclusive 0
Source
<xs:element name="tuning-octave" type="octave">
  <xs:annotation>
    <xs:documentation>The tuning-octave element is represented like the octave element, with a different name to reflect is different function.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute tuning/@line
Namespace No namespace
Type staff-line
Properties
content: simple
Used by
Complex Type staff-tuning
Source
<xs:attribute name="line" type="staff-line"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute tuning/@string
Namespace No namespace
Type string-number
Properties
content: simple
Used by
Complex Type accord
Source
<xs:attribute name="string" type="string-number"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element Group tuning
Namespace No namespace
Diagram
Diagram musicxml191.tmp#id313 musicxml191.tmp#id314 musicxml191.tmp#id315
Used by
Complex Types accord, staff-tuning
Model tuning-step , tuning-alter{0,1} , tuning-octave
Children tuning-alter, tuning-octave, tuning-step
Source
<xs:group name="tuning">
  <xs:annotation>
    <xs:documentation>The tuning group contains the sequence of elements common to the staff-tuning and accord elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="tuning-step" type="step">
      <xs:annotation>
        <xs:documentation>The tuning-step element is represented like the step element, with a different name to reflect is different function.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="tuning-alter" type="semitones" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The tuning-alter element is represented like the alter element, with a different name to reflect is different function.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="tuning-octave" type="octave">
      <xs:annotation>
        <xs:documentation>The tuning-octave element is represented like the octave element, with a different name to reflect is different function.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd