<ST_ConnectorPoint>
(Connector Point)
This simple type defines different connection sites available on a node.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Specifies that the algorithm will determine the best connection site to use. |
|
Specifies that the bottom, center connection site is to be used. |
|
Specifies that the bottom, left connection site is to be used. |
|
Specifies that the bottom right connection site is to be used. |
|
Specifies that the center connection site is to be used. |
|
Specifies that the middle left connection site is to be used. |
|
Specifies that the middle right connection site is to be used. |
|
Specifies connections along a radial path to support the use of connections in cycle diagrams. |
|
Specifies that the top center connection site is to be used. |
|
Specifies that the top left connection site is to be used. |
|
Specifies that the top right connection site is to be used. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ConnectorPoint" final="restriction">
<restriction base="xsd:token">
<enumeration value="auto"/>
<enumeration value="bCtr"/>
<enumeration value="ctr"/>
<enumeration value="midL"/>
<enumeration value="midR"/>
<enumeration value="tCtr"/>
<enumeration value="bL"/>
<enumeration value="bR"/>
<enumeration value="tL"/>
<enumeration value="tR"/>
<enumeration value="radial"/>
</restriction>
</simpleType>