<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

<beg> (Beginning)

The bend is to occur at the beginning of the connection.

<def> (Default)

The default bend is used. By default connections will bend in the center.

<end> (End)

The bend is to occur at the end of the connection.

Referenced By

<ST_ParameterVal>5.9.7.49)

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>