Definition Type: SimpleType
Name: torsionAngleType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
The type of a torsion angle.
Collapse XSD Schema Diagram:
XSD Diagram of torsionAngleType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="torsionAngleType" id="st.torsionAngleType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The type of a torsion angle.</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:double">
        <xsd:minInclusive value="-360.0" />
        <xsd:maxInclusive value="360.0" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxInclusive 360.0
MinInclusive -360.0
Collapse Derivation Tree:
Collapse References:
nsA:torsion