nonNegativeAngleType

<h:div class="summary">A non-signed angle.</h:div>
<h:div class="description">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"/>

Simple Type Information

Used By

Element angle

Source

<xsd:simpleType name="nonNegativeAngleType" id="st.nonNegativeAngleType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">A non-signed angle.</h:div>
      <h:div class="description">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"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:double">
    <xsd:minInclusive value="0.0"/>
    <xsd:maxInclusive value="180.0"/>
  </xsd:restriction>
</xsd:simpleType>