Definition Type: Element
Name: entry
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
A dictionary entry. The original design for validation with attribute-based constraints is ponderous and fragile. In future constraints will be added through appinfo in annotation. We shall develop this further in the near future. 2003-03-30: added metadataList to content mode. <h:div class="example" href="entry2.xml"></h:div>
Collapse XSD Schema Diagram:
Drilldown into relatedEntry in schema schema_xsd Drilldown into enumeration in schema schema_xsd Drilldown into description in schema schema_xsd Drilldown into definition in schema schema_xsd Drilldown into annotation in schema schema_xsd Drilldown into alternative in schema schema_xsd Drilldown into metadataList in schema schema_xsd Drilldown into term in schema schema_xsd Drilldown into term in schema schema_xsd Drilldown into pattern in schema schema_xsd Drilldown into pattern in schema schema_xsd Drilldown into whiteSpace in schema schema_xsd Drilldown into whiteSpace in schema schema_xsd Drilldown into units in schema schema_xsd Drilldown into units in schema schema_xsd Drilldown into maxLength in schema schema_xsd Drilldown into maxLength in schema schema_xsd Drilldown into minLength in schema schema_xsd Drilldown into minLength in schema schema_xsd Drilldown into length in schema schema_xsd Drilldown into length in schema schema_xsd Drilldown into fractionDigits in schema schema_xsd Drilldown into fractionDigits in schema schema_xsd Drilldown into totalDigits in schema schema_xsd Drilldown into totalDigits in schema schema_xsd Drilldown into maxInclusive in schema schema_xsd Drilldown into maxInclusive in schema schema_xsd Drilldown into maxExclusive in schema schema_xsd Drilldown into maxExclusive in schema schema_xsd Drilldown into minInclusive in schema schema_xsd Drilldown into minInclusive in schema schema_xsd Drilldown into minExclusive in schema schema_xsd Drilldown into minExclusive in schema schema_xsd Drilldown into unitType in schema schema_xsd Drilldown into unitType in schema schema_xsd Drilldown into columns in schema schema_xsd Drilldown into columns in schema schema_xsd Drilldown into rows in schema schema_xsd Drilldown into rows in schema schema_xsd Drilldown into dataType in schema schema_xsd Drilldown into dataType 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 entry in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="entry" id="el.entry">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A dictionary entry.</h:div>
            <h:div class="desacription" xmlns:h="http://www.w3.org/1999/xhtml">The original design for validation with attribute-based constraints is ponderous and fragile. In future constraints will be added through <h:tt>appinfo</h:tt> in <h:tt>annotation</h:tt>.  We shall develop this further in the near future.</h:div>
            <h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2003-03-30: added metadataList to content mode.</h:div>
            <h:div class="example" href="entry1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
            <!--            
            <h:div class="example" href="entry2.xml"></h:div>
-->
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:choice minOccurs="0" maxOccurs="unbounded">
                <xsd:element ref="metadataList" />
                <xsd:element ref="alternative" />
                <xsd:element ref="annotation" />
                <xsd:element ref="definition" />
                <xsd:element ref="description" />
                <xsd:element ref="enumeration" />
                <xsd:element ref="relatedEntry" />
            </xsd:choice>
        </xsd:sequence>
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="dataType" />
        <xsd:attributeGroup ref="rows" />
        <xsd:attributeGroup ref="columns" />
        <xsd:attributeGroup ref="unitType" />
        <xsd:attributeGroup ref="minExclusive" />
        <xsd:attributeGroup ref="minInclusive" />
        <xsd:attributeGroup ref="maxExclusive" />
        <xsd:attributeGroup ref="maxInclusive" />
        <xsd:attributeGroup ref="totalDigits" />
        <xsd:attributeGroup ref="fractionDigits" />
        <xsd:attributeGroup ref="length" />
        <xsd:attributeGroup ref="minLength" />
        <xsd:attributeGroup ref="maxLength" />
        <xsd:attributeGroup ref="units" />
        <xsd:attributeGroup ref="whiteSpace" />
        <xsd:attributeGroup ref="pattern" />
        <xsd:attributeGroup ref="term" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metadataList nsA:metadataList (1) (1)
alternative nsA:alternative (1) (1)
annotation nsA:annotation (1) (1)
definition nsA:definition (1) (1)
description nsA:description (1) (1)
enumeration nsA:enumeration (1) (1)
relatedEntry nsA:relatedEntry (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dataType nsA:dataType (Optional)
rows nsA:rows (Optional)
columns nsA:columns (Optional)
unitType nsA:unitType (Optional)
minExclusive nsA:minExclusive (Optional)
minInclusive nsA:minInclusive (Optional)
maxExclusive nsA:maxExclusive (Optional)
maxInclusive nsA:maxInclusive (Optional)
totalDigits nsA:totalDigits (Optional)
fractionDigits nsA:fractionDigits (Optional)
length nsA:length (Optional)
minLength nsA:minLength (Optional)
maxLength nsA:maxLength (Optional)
units nsA:units (Optional)
whiteSpace nsA:whiteSpace (Optional)
pattern nsA:pattern (Optional)
term nsA:term Required