Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element full-note/chord
Namespace No namespace
Annotations
The chord element indicates that this note is an additional chord tone with the preceding note. The duration of this note can be no longer than the preceding note. In MuseData, a missing duration indicates the same length as the previous note, but the MusicXML format requires a duration for chord notes too.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
minOccurs: 0
Source
<xs:element name="chord" type="empty" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The chord element indicates that this note is an additional chord tone with the preceding note. The duration of this note can be no longer than the preceding note. In MuseData, a missing duration indicates the same length as the previous note, but the MusicXML format requires a duration for chord notes too.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element full-note/pitch
Namespace No namespace
Diagram
Diagram musicxml232.tmp#id807 musicxml232.tmp#id808 musicxml232.tmp#id809 musicxml232.tmp#id806
Type pitch
Properties
content: complex
Model step , alter{0,1} , octave
Children alter, octave, step
Instance
<pitch>
  <step>{1,1}</step>
  <alter>{0,1}</alter>
  <octave>{1,1}</octave>
</pitch>
Source
<xs:element name="pitch" type="pitch"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element full-note/unpitched
Namespace No namespace
Annotations
The unpitched element indicates musical elements that are notated on the staff but lack definite pitch, such as unpitched percussion and speaking voice.
Diagram
Diagram musicxml153.tmp#id670 musicxml153.tmp#id671 musicxml153.tmp#id669
Type display-step-octave
Properties
content: complex
Model display-step , display-octave
Children display-octave, display-step
Instance
<unpitched>
  <display-step>{1,1}</display-step>
  <display-octave>{1,1}</display-octave>
</unpitched>
Source
<xs:element name="unpitched" type="display-step-octave">
  <xs:annotation>
    <xs:documentation>The unpitched element indicates musical elements that are notated on the staff but lack definite pitch, such as unpitched percussion and speaking voice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element full-note/rest
Namespace No namespace
Annotations
The rest element indicates notated rests or silences. Rest are usually empty, but placement on the staff can be specified using display-step and display-octave elements.
Diagram
Diagram musicxml153.tmp#id670 musicxml153.tmp#id671 musicxml153.tmp#id669
Type display-step-octave
Properties
content: complex
Model display-step , display-octave
Children display-octave, display-step
Instance
<rest>
  <display-step>{1,1}</display-step>
  <display-octave>{1,1}</display-octave>
</rest>
Source
<xs:element name="rest" type="display-step-octave">
  <xs:annotation>
    <xs:documentation>The rest element indicates notated rests or silences. Rest are usually empty, but placement on the staff can be specified using display-step and display-octave elements.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element Group full-note
Namespace No namespace
Diagram
Diagram musicxml176.tmp#id804 musicxml176.tmp#id805 musicxml176.tmp#id810 musicxml176.tmp#id811
Used by
Complex Type note
Model chord{0,1} , (pitch | unpitched | rest)
Children chord, pitch, rest, unpitched
Source
<xs:group name="full-note">
  <xs:annotation>
    <xs:documentation>The full-note group is a sequence of the common note elements between cue/grace notes and regular (full) notes: pitch, chord, and rest information, but not duration (cue and grace notes do not have duration encoded). Unpitched elements are used for unpitched percussion, speaking voice, and other musical elements lacking determinate pitch.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="chord" type="empty" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The chord element indicates that this note is an additional chord tone with the preceding note. The duration of this note can be no longer than the preceding note. In MuseData, a missing duration indicates the same length as the previous note, but the MusicXML format requires a duration for chord notes too.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:element name="pitch" type="pitch"/>
      <xs:element name="unpitched" type="display-step-octave">
        <xs:annotation>
          <xs:documentation>The unpitched element indicates musical elements that are notated on the staff but lack definite pitch, such as unpitched percussion and speaking voice.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="rest" type="display-step-octave">
        <xs:annotation>
          <xs:documentation>The rest element indicates notated rests or silences. Rest are usually empty, but placement on the staff can be specified using display-step and display-octave elements.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd