Compartilhar via


2.29.3.2 CT_ConnectorChanges

Target namespace: http://schemas.microsoft.com/office/drawing/2013/main/command

A complex type that specifies the metadata that describes edits to a connector.

Child Elements:

chgData: A CT_ChangesData element that specifies metadata common to content model changes.

cxnSpMkLst: A CT_ConnectorMonikerList element that specifies a content moniker that identifies the edited connector.

extLst: A CT_OfficeArtExtensionList ([ISO/IEC29500-1:2016] section A.4.1) that specifies the extension list in which all future extensions of element type ext are defined. The extension list, along with corresponding future extensions, is used to extend the storage capabilities of the DrawingML framework. This enables various new types of data to be stored natively in the framework.

Attributes:

chg: An ST_ConnectorChangesBits attribute that specifies the types of edits made to the connector.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_ConnectorChanges">
   <xsd:sequence>
     <xsd:element name="chgData" type="CT_ChangesData" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="cxnSpMkLst" type="CT_ConnectorMonikerList" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="chg" type="ST_ConnectorChangesBits" use="required"/>
 </xsd:complexType>

See section 5.27 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).