<xs:complexType name="work">
<xs:annotation>
<xs:documentation>Works are optionally identified by number and title. The work type also may indicate a link to the opus document that composes multiple scores into a collection.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="work-number" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The work-number element specifies the number of a work, such as its opus number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="work-title" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The work-title element specifies the title of a work, not including its opus or other work number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="opus" type="opus" minOccurs="0"/>
</xs:sequence>
</xs:complexType> |