Definition Type: Element
Name: metadata
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Abstract
Documentation:
A general container for metadata. A general container for metadata, including at least Dublin Core (DC) and CML-specific metadata In its simple form each element provides a name and content in a similar fashion to the meta element in HTML. metadata may have simpleContent (i.e. a string for adding further information - this is not controlled).
Collapse XSD Schema Diagram:
Drilldown into title in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into name in schema schema_xsd Drilldown into metadataType in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into id 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 content in schema schema_xsd Drilldown into content in schema schema_xsdXSD Diagram of metadata in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="metadata" id="el.metadata">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A general container for metadata.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
                <h:p>A general container for metadata, including at least
      Dublin Core (DC) and CML-specific metadata</h:p>
                <h:p>In its simple form each element provides a name and content in a similar
      fashion to the <h:tt>meta</h:tt> element in HTML. <h:tt>metadata</h:tt> may have simpleContent
      (i.e. a string for adding further information - this is not controlled).</h:p>
            </h:div>
            <h:div class="example" href="metadata1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attributeGroup ref="content" />
                <xsd:attributeGroup ref="convention" />
                <xsd:attributeGroup ref="dictRef" />
                <xsd:attributeGroup ref="id" />
                <!-- this creates an attribute of name "name" -->
                <xsd:attributeGroup ref="metadataType" />
                <xsd:attributeGroup ref="title" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
content nsA:content (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)
id nsA:id (Optional)
name nsA:name (Optional)
title nsA:title (Optional)