Definition Type: Element
Name: dictionary
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
A dictionary. A dictionary is a container for _entry_ elements. Dictionaries can also contain unit-related information. The dictRef attribute on a dictionary element sets a namespace-like prefix allowing the dictionary to be referenced from within the document. In general dictionaries are referenced from an element using the __dictRef__ attribute. <h:div class="example" href="dictionary2.xml"> <h:p> <h:tt>dictionary</h:tt> can be used in an instance document to reference the dictionary used. Example:</h:p></h:div> 2005-12-15. PMR. added namespace and dictionaryPrefix.
Collapse XSD Schema Diagram:
Drilldown into entry in schema schema_xsd Drilldown into description in schema schema_xsd Drilldown into annotation in schema schema_xsd Drilldown into unitList in schema schema_xsd Drilldown into dictionaryPrefix in schema schema_xsd Drilldown into dictionaryPrefix in schema schema_xsd Drilldown into namespace in schema schema_xsd Drilldown into namespace in schema schema_xsd Drilldown into href in schema schema_xsd Drilldown into href 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 id in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into title in schema schema_xsdXSD Diagram of dictionary in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="dictionary" id="el.dictionary">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A dictionary.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">A dictionary is a container for _entry_ elements. 
            Dictionaries can also contain unit-related information. 
            The dictRef attribute on a dictionary element sets a 
            namespace-like prefix allowing the dictionary to be referenced 
            from within the document. In general dictionaries are referenced 
            from an element using the __dictRef__ attribute.</h:div>
            <h:div class="example" href="dictionary1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
            <!--            
            <h:div class="example" href="dictionary2.xml">
                <h:p>
                    <h:tt>dictionary</h:tt> can be used in an instance
        document to reference the dictionary used. Example:</h:p></h:div>
-->
            <h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2005-12-15. PMR. added namespace 
            and dictionaryPrefix.</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="unitList" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="annotation" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="description" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="entry" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="dictRef" />
        <xsd:attributeGroup ref="href" />
        <xsd:attributeGroup ref="namespace" />
        <xsd:attributeGroup ref="dictionaryPrefix" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unitList nsA:unitList 0 unbounded
annotation nsA:annotation 0 unbounded
description nsA:description 0 unbounded
entry nsA:entry 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)
href nsA:href (Optional)
namespace nsA:namespace (Optional)
dictionaryPrefix nsA:dictionaryPrefix (Optional)