<xs:element name="Metadata">
<xs:annotation>
<xs:documentation>
=================================== Metadata ===================================
An container for a user-defined type of metadata.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Catalog" minOccurs="0" />
<xs:element ref="MetadataType" />
<xs:element ref="Property" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="localid" />
</xs:complexType>
</xs:element>
|