Definition Type: Element
Name: system
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
The complete system of components in a calculation. There is no controlled vocabulary.
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_xsd Drilldown into periodicity in schema schema_xsd Drilldown into periodicity in schema schema_xsd Drilldown into dimensionality in schema schema_xsd Drilldown into dimensionality in schema schema_xsdXSD Diagram of system in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="system" id="el.system">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The complete system of components in a calculation.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">There is no controlled vocabulary.</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax" />
        </xsd:sequence>
        <xsd:attributeGroup ref="dimensionality" />
        <xsd:attributeGroup ref="periodicity" />
        <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> 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
dimensionality nsA:dimensionality (Optional)
periodicity nsA:periodicity (Optional)
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)