<ST_ConnectorRouting>
(Connector Routing)
This simple type defines how the routing of a connection between two nodes is supposed to progress from node 1 to node 2.
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 a bending connection which bends at a right angle. |
|
Specifies a connection which is curved. |
|
Specifies a connection that is curved that has a greater radius than a simple curved connection. |
|
Specifies a straight connection. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ConnectorRouting" final="restriction">
<restriction base="xsd:token">
<enumeration value="stra"/>
<enumeration value="bend"/>
<enumeration value="curve"/>
<enumeration value="longCurve"/>
</restriction>
</simpleType>