<ST_BendPoint>
(Bend Point)
This simple type defines where a bend is to occur within a connection between two nodes.
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 |
---|---|
|
The bend is to occur at the beginning of the connection. |
|
The default bend is used. By default connections will bend in the center. |
|
The bend is to occur at the end of the connection. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_BendPoint" final="restriction">
<restriction base="xsd:token">
<enumeration value="beg"/>
<enumeration value="def"/>
<enumeration value="end"/>
</restriction>
</simpleType>