ST_ConnectorType

Simple Type Information

Used By

Attribute @connectortype

Source

<xsd:simpleType name="ST_ConnectorType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="none"/>
    <xsd:enumeration value="straight"/>
    <xsd:enumeration value="elbow"/>
    <xsd:enumeration value="curved"/>
  </xsd:restriction>
</xsd:simpleType>