Definition Type: SimpleType
Name: angleUnitsType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
An enumeration of allowed angle units. May be obsolete. <h:div class="example"> <h:pre> </pre.</h:div>
Collapse XSD Schema Diagram:
XSD Diagram of angleUnitsType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="angleUnitsType" id="st.angleUnitsType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An enumeration of allowed angle units.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">May be obsolete.</h:div>
            <!--
      <h:div class="example">
        <h:pre>
        </pre.</h:div>
      -->
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="degrees" />
        <xsd:enumeration value="radians" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration degrees
Enumeration radians
Collapse Derivation Tree:
Collapse References:
nsA:units