score-part

The score-part element is defined within a group due to its multiple uses within the part-list element.

Element Group Information

Model

Children: score-part

Used By

Complex Type part-list

Source

<xs:group name="score-part">
  <xs:annotation>
    <xs:documentation>The score-part element is defined within a group due to its multiple uses within the part-list element.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="score-part" type="score-part">
      <xs:annotation>
        <xs:documentation>Each MusicXML part corresponds to a track in a Standard MIDI Format 1 file. The score-instrument elements are used when there are multiple instruments per track. The midi-device element is used to make a MIDI device or port assignment for the given track. Initial midi-instrument assignments may be made here as well.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>