Definition Type: Element
Name: metadataList
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
A general container for metadata elements. MetadataLists can have local roles (e.g. a bibliographic reference could be a single meteadatList with, say, 3-6 components). The role attribute is used in an uncontrolled manner for this. MetadataLists can also be nested, but metadata and metadataList children should not occur on the same level of the hierarchy.
Collapse XSD Schema Diagram:
Drilldown into metadata in schema schema_xsd Drilldown into metadataList in schema schema_xsd Drilldown into role in schema schema_xsd Drilldown into role in schema schema_xsd Drilldown into name in schema schema_xsd Drilldown into name in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into id in schema schema_xsdXSD Diagram of metadataList in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="metadataList" id="el.metadataList">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A general container for metadata elements.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">MetadataLists can have local roles (e.g. a bibliographic reference could be a single meteadatList with, say, 3-6 components). The role attribute is used in an uncontrolled manner for this. MetadataLists can also be nested, but metadata and metadataList children should not occur on the same level of the hierarchy.</h:div>
            <h:div class="example" href="metadata1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element ref="metadataList" />
            <xsd:element ref="metadata" />
        </xsd:choice>
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="dictRef" />
        <xsd:attributeGroup ref="name" />
        <xsd:attributeGroup ref="role" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metadataList nsA:metadataList (1) (1)
metadata nsA:metadata (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
title nsA:title (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)
name nsA:name (Optional)
role nsA:role (Optional)