part

Element Information

Model

Children: measure

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:IDREF required

Source

<xs:element name="part" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="measure" maxOccurs="unbounded">
        <xs:complexType>
          <xs:group ref="music-data"/>
          <xs:attributeGroup ref="measure-attributes"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="part-attributes"/>
  </xs:complexType>
</xs:element>

Sample