<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
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>