Definition Type: Element
Name: description
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
Descriptive information. This can occur in objects which require textual comment such as entry. Entries should have at least one separate definitions. description is then used for most of the other information, including examples. The class attribute has an uncontrolled vocabulary and can be used to clarify the purposes of the description elements.
Collapse XSD Schema Diagram:
Drilldown into objectClass in schema schema_xsd Drilldown into objectClass in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into dictRef 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_xsd Drilldown into convention in schema schema_xsd Drilldown into convention in schema schema_xsdXSD Diagram of description in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="description" id="el.description">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Descriptive information.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This can occur in objects which require textual comment such as entry.
                <h:p>Entries should have at least one separate <h:a href="el.definition">definition</h:a>s.
         <h:tt>description</h:tt> is then used for most of the other information, including 
         examples. The <h:tt>class</h:tt> attribute has an uncontrolled vocabulary and
         can be used to clarify the purposes of the <h:tt>description</h:tt>
         elements.</h:p>
            </h:div>
            <h:div class="example" href="description1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType mixed="true">
        <xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <xsd:any processContents="lax" />
        </xsd:sequence>
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="dictRef" />
        <xsd:attributeGroup ref="objectClass" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
convention nsA:convention (Optional)
id nsA:id (Optional)
title nsA:title (Optional)
dictRef nsA:dictRef (Optional)
objectClass nsA:objectClass (Optional)