angleUnitsType

<h:div class="summary">An enumeration of allowed angle units.</h:div>

Simple Type Information

Used By

Attribute angleUnits/@units

Source

<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>