<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 |
---|
|
Attributes |
Description |
---|---|
|
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). |
|
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>