Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element pedal-tuning/pedal-step
Namespace No namespace
Annotations
The pedal-step element defines the pitch step for a single harp pedal.
Diagram
Diagram musicxml60.tmp#id84
Type step
Properties
content: simple
Facets
enumeration A, B, C, D, E, F, G
Source
<xs:element name="pedal-step" type="step">
  <xs:annotation>
    <xs:documentation>The pedal-step element defines the pitch step for a single harp pedal.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element pedal-tuning/pedal-alter
Namespace No namespace
Annotations
The pedal-alter element defines the chromatic alteration for a single harp pedal.
Diagram
Diagram musicxml79.tmp#id81
Type semitones
Properties
content: simple
Source
<xs:element name="pedal-alter" type="semitones">
  <xs:annotation>
    <xs:documentation>The pedal-alter element defines the chromatic alteration for a single harp pedal.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type pedal-tuning
Namespace No namespace
Annotations
The pedal-tuning type specifies the tuning of a single harp pedal.
Diagram
Diagram musicxml177.tmp#id468 musicxml177.tmp#id469
Used by
Model pedal-step , pedal-alter
Children pedal-alter, pedal-step
Source
<xs:complexType name="pedal-tuning">
  <xs:annotation>
    <xs:documentation>The pedal-tuning type specifies the tuning of a single harp pedal.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="pedal-step" type="step">
      <xs:annotation>
        <xs:documentation>The pedal-step element defines the pitch step for a single harp pedal.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="pedal-alter" type="semitones">
      <xs:annotation>
        <xs:documentation>The pedal-alter element defines the chromatic alteration for a single harp pedal.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd