ST_ArrowheadStyle

Simple Type Information

Source

<xsd:simpleType name="ST_ArrowheadStyle" final="restriction">
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="auto"/>
    <xsd:enumeration value="arr"/>
    <xsd:enumeration value="noArr"/>
  </xsd:restriction>
</xsd:simpleType>