<h:div class="summary">An enumeration of allowed angle units.</h:div> |
Attribute | angleUnits/@units |
<xsd:simpleType name="angleUnitsType" id="st.angleUnitsType"> <xsd:annotation> <xsd:documentation> <h:div class="summary">An enumeration of allowed angle units.</h:div> </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="degrees"/> <xsd:enumeration value="radians"/> </xsd:restriction> </xsd:simpleType> |