Showing:

Annotations
Diagrams
Source
Used by
Complex Type part-list
Namespace No namespace
Annotations
The part-list identifies the different musical parts in this movement. Each part has an ID that is used later within the musical data. Since parts may be encoded separately and combined later, identification elements are present at both the score and score-part levels. There must be at least one score-part, combined as desired with part-group elements that indicate braces and brackets. Parts are ordered from top to bottom in a score based on the order in which they appear in the part-list.
Diagram
Diagram musicxml26.tmp#id879 musicxml26.tmp#id879 musicxml26.tmp#id878 musicxml27.tmp#id881 musicxml27.tmp#id881 musicxml27.tmp#id880 musicxml26.tmp#id879 musicxml26.tmp#id879 musicxml26.tmp#id878 musicxml27.tmp#id881 musicxml27.tmp#id881 musicxml27.tmp#id880
Used by
Model part-group , score-part , ((part-group) | (score-part))
Children part-group, score-part
Source
<xs:complexType name="part-list">
  <xs:annotation>
    <xs:documentation>The part-list identifies the different musical parts in this movement. Each part has an ID that is used later within the musical data. Since parts may be encoded separately and combined later, identification elements are present at both the score and score-part levels. There must be at least one score-part, combined as desired with part-group elements that indicate braces and brackets. Parts are ordered from top to bottom in a score based on the order in which they appear in the part-list.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="part-group" minOccurs="0" maxOccurs="unbounded"/>
    <xs:group ref="score-part"/>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="part-group"/>
      <xs:group ref="score-part"/>
    </xs:choice>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd