score-header

The score-header group contains basic score metadata about the work and movement, score-wide defaults for layout and fonts, credits that appear on the first or following pages, and the part list.

Element Group Information

Model

Used By

Source

<xs:group name="score-header">
  <xs:annotation>
    <xs:documentation>The score-header group contains basic score metadata about the work and movement, score-wide defaults for layout and fonts, credits that appear on the first or following pages, and the part list.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="work" type="work" minOccurs="0"/>
    <xs:element name="movement-number" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The movement-number element specifies the number of a movement.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="movement-title" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The movement-title element specifies the title of a movement, not including its number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="identification" type="identification" minOccurs="0"/>
    <xs:element name="defaults" type="defaults" minOccurs="0"/>
    <xs:element name="credit" type="credit" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="part-list" type="part-list"/>
  </xs:sequence>
</xs:group>