Definition Type: Element
Name: Metadata
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
=================================== Metadata =================================== An container for a user-defined type of metadata. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Property in schema newsml_1_2_xsd Drilldown into MetadataType in schema newsml_1_2_xsd Drilldown into Catalog in schema newsml_1_2_xsd Drilldown into Euid in schema newsml_1_2_xsd Drilldown into Duid in schema newsml_1_2_xsd Drilldown into localid in schema newsml_1_2_xsdXSD Diagram of Metadata in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Catalog Catalog 0 (1)
MetadataType MetadataType (1) (1)
Property Property (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)