ST_Angle

Simple Type Information

Used By

Attribute CT_Callout/@angle

Source

<xsd:simpleType name="ST_Angle">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="any"/>
    <xsd:enumeration value="30"/>
    <xsd:enumeration value="45"/>
    <xsd:enumeration value="60"/>
    <xsd:enumeration value="90"/>
    <xsd:enumeration value="auto"/>
  </xsd:restriction>
</xsd:simpleType>