<nvCxnSpPr> (Non-Visual Properties for a Connection Shape)

This element specifies all non-visual properties for a connection shape. This element is a container for the non-visual identification properties, shape properties and application properties that are to be associated with a connection shape. This allows for additional information that does not affect the appearance of the connection shape to be stored.

Parent Elements

<cxnSp>5.6.2.12)

Child Elements

Subclause

<cNvCxnSpPr> (Non-Visual Connector Shape Drawing Properties)

§5.6.2.4

<cNvPr> (Non-Visual Drawing Properties)

§5.6.2.8

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

<complexType name="CT_ConnectorNonVisual">
	<sequence>
	<element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
	<element name="cNvCxnSpPr" type="a:CT_NonVisualConnectorProperties" minOccurs="1" maxOccurs="1"/>
	</sequence>
</complexType>