Definition Type: Element
Name: stmml
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
An element to hold stmml data. stmml holds stmml data under a single generic container. Other namespaces may be present as children. No semantics implied. <h:div class="example" href="bad.stmml.xml"> <h:p>Note attribute (mistake) not in schema</h:p></h:div> <h:div class="example" href="bad.stmml2.xml"> <h:p>Note bad name</h:p></h:div>
Collapse XSD Schema Diagram:
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 stmml in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="stmml" id="el.stmml">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An element to hold stmml data.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
                <h:tt>stmml</h:tt> holds stmml data under a single
            generic container. Other namespaces may be present as children.
            No semantics implied.</h:div>
            <h:div class="example" href="stmml1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
            <!--            
            <h:div class="example" href="bad.stmml.xml">
                <h:p>Note attribute (mistake) not in schema</h:p></h:div>
            <h:div class="example" href="bad.stmml2.xml">
                <h:p>Note bad name</h:p></h:div>
-->
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <xsd:any processContents="lax" />
        </xsd:sequence>
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="dictRef" />
    </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
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)