Definition Type: SimpleType
Name: cellParameterType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
enumerated type of cellParameter
Collapse XSD Schema Diagram:
XSD Diagram of cellParameterType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="cellParameterType" id="st.cellParameterType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">enumerated type of cellParameter</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml" />
            <h:div class="example" href="cellParameterType1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="length" />
        <xsd:enumeration value="angle" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration length
Enumeration angle