ST_GrowDirection

Simple Type Information

Source

<xsd:simpleType name="ST_GrowDirection" final="restriction">
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="tL"/>
    <xsd:enumeration value="tR"/>
    <xsd:enumeration value="bL"/>
    <xsd:enumeration value="bR"/>
  </xsd:restriction>
</xsd:simpleType>