Definition Type: SimpleType
Name: unitListTypeType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
Type of unitList. Required to differentiate between the two types of unitList (units and unitTypes) <h:div class="example" href="unit2.xml"></h:div>
Collapse XSD Schema Diagram:
XSD Diagram of unitListTypeType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="unitListTypeType" id="st.unitListTypeType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Type of unitList.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Required to differentiate between the two types of
            unitList (units and unitTypes)</h:div>
            <!--            <h:div class="example" href="unit2.xml"></h:div>-->
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="unit">
            <xsd:annotation>
                <xsd:documentation>
                    <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">child elements are unit</h:div>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="unitType">
            <xsd:annotation>
                <xsd:documentation>
                    <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">child elements are unitType</h:div>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration unit
Enumeration unitType
Collapse Derivation Tree:
Collapse References:
nsA:type