torsionAngleType

<h:div class="summary">The type of a torsion angle.</h:div>

Simple Type Information

Used By

Element torsion

Source

<xsd:simpleType name="torsionAngleType" id="st.torsionAngleType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">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>