[Table of Contents] [docx version]
Error! No text of specified style in document.
cxnLst (List of Shape Connection Sites)
This element specifies all the connection sites that will be used for this shape. A connection site is specified by defining a point within the shape bounding box that can have a cxnSp element attached to it. These connection sites are specified using the shape coordinate system that is specified within the ext transform element.
Parent Elements |
custGeom (§5.1.11.8) |
Child Elements |
Subclause |
cxn (Shape Connection Site) |
§5.1.11.9 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ConnectionSiteList">
<sequence>
<element name="cxn" type="CT_ConnectionSite" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>