<xs:complexType name="miscellaneous">
<xs:annotation>
<xs:documentation>If a program has other metadata not yet supported in the MusicXML format, it can go in the miscellaneous element. The miscellaneous type puts each separate part of metadata into its own miscellaneous-field type.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="miscellaneous-field" type="miscellaneous-field" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType> |