<xsd:simpleType name="positiveAngleType" id="st.positiveAngleType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">A non-signed angle such as a cell angle.</h:div>
<h:div class="description">Re-used by _crystal_. Note that we also provide nonNegativeAngleType (e.g. for bond angles).</h:div>
<h:div class="example" href="positiveAngleType.xml"/>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:double">
<xsd:minExclusive value="0.0"/>
<xsd:maxInclusive value="180.0"/>
</xsd:restriction>
</xsd:simpleType> |