Definition Type: SimpleType
Name: nonNegativeAngleType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
A non-signed angle. Re-used by _angle_. Note that we also provide positiveAngleType (e.g. for cell angles) and torsionAngleType for _torsion_.
Collapse XSD Schema Diagram:
XSD Diagram of nonNegativeAngleType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="nonNegativeAngleType" id="st.nonNegativeAngleType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A non-signed angle.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Re-used by _angle_.  Note that we also provide 
            positiveAngleType (e.g. for cell angles) and torsionAngleType for _torsion_.</h:div>
            <h:div class="example" href="nonNegativeAngleType.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:double">
        <xsd:minInclusive value="0.0" />
        <xsd:maxInclusive value="180.0" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxInclusive 180.0
MinInclusive 0.0
Collapse Derivation Tree:
Collapse References:
nsA:angle