<xsd:simpleType name="angleUnitsType" id="st.angleUnitsType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An enumeration of allowed angle units.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">May be obsolete.</h:div>
<!--
<h:div class="example">
<h:pre>
</pre.</h:div>
-->
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="degrees" />
<xsd:enumeration value="radians" />
</xsd:restriction>
</xsd:simpleType>
|