Definition Type: SimpleType
Name: stateType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
State of a substance or property. The state(s) of matter appropriate to a substance or property. It follows a partially controlled vocabulary. It can be extended through namespace codes to dictionaries.
Collapse XSD Schema Diagram:
XSD Diagram of stateType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="stateType" id="st.stateType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">State of a substance or property.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">The state(s) of matter appropriate to a substance or property. It follows a partially controlled vocabulary. It can be extended through namespace codes to dictionaries.</h:div>
            <h:div class="example" href="stateType1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:union>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <!-- should be union with user-supplied -->
                <xsd:enumeration value="aqueous">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div xmlns:h="http://www.w3.org/1999/xhtml">An aqueous solutio.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="gas">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div xmlns:h="http://www.w3.org/1999/xhtml">Gas or vapor. The default state for computation on isolated molecule.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="glass">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div xmlns:h="http://www.w3.org/1999/xhtml">A glassy stat.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="liquid">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div xmlns:h="http://www.w3.org/1999/xhtml">Normally pure liquid (use solution where appropriate.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="nematic">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div xmlns:h="http://www.w3.org/1999/xhtml">The nematic phas.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="smectic">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div xmlns:h="http://www.w3.org/1999/xhtml">The smectic phas.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="solid">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div xmlns:h="http://www.w3.org/1999/xhtml">A soli.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="solidSolution">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div xmlns:h="http://www.w3.org/1999/xhtml">A solid solutio.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="solution">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div xmlns:h="http://www.w3.org/1999/xhtml">A (liquid) solutio.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
            </xsd:restriction>
        </xsd:simpleType>
        <xsd:simpleType>
            <xsd:restriction base="namespaceRefType" />
        </xsd:simpleType>
    </xsd:union>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:state