<stCxn> (Connection Start)

This element specifies the starting connection that should be made by the corresponding connector shape. This connects the head of the connector to the first shape.

Parent Elements

<cNvCxnSpPr>5.6.2.4); <cNvCxnSpPr>4.4.1.8); <cNvCxnSpPr>5.8.2.3); <cNvCxnSpPr>5.1.2.1.4)

Attributes

Description

<id> (Identifier)

Specifies the id of the shape to make the final connection to.

The possible values for this attribute are defined by the ST_DrawingElementId simple type (§5.1.12.19).

<idx> (Index)

Specifies the index into the connection site table of the final connection shape. That is there are many connection sites on a shape and it must be specified which connection site the corresponding connector shape should connect to.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Connection">
	<attribute name="id" type="ST_DrawingElementId" use="required"/>
	<attribute name="idx" type="xsd:unsignedInt" use="required"/>
</complexType>