<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

<auto> (Auto)

Specifies that the algorithm will determine the best connection site to use.

<bCtr> (Bottom Center)

Specifies that the bottom, center connection site is to be used.

<bL> (Bottom Left)

Specifies that the bottom, left connection site is to be used.

<bR> (Bottom Right)

Specifies that the bottom right connection site is to be used.

<ctr> (Center)

Specifies that the center connection site is to be used.

<midL> (Middle Left)

Specifies that the middle left connection site is to be used.

<midR> (Middle Right)

Specifies that the middle right connection site is to be used.

<radial> (Radial)

Specifies connections along a radial path to support the use of connections in cycle diagrams.

<tCtr> (Top Center)

Specifies that the top center connection site is to be used.

<tL> (Top Left)

Specifies that the top left connection site is to be used.

<tR> (Top Right)

Specifies that the top right connection site is to be used.

Referenced By

<ST_ParameterVal>5.9.7.49)

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>