2.5.3.2 CT_ContentPart

Target namespace: http://schemas.microsoft.com/office/drawing/2010/chartDrawing

Referenced by: contentPart

A complex type that specifies a reference to XML content in a format not specified in [ISO/IEC29500-1:2016].

This element serves the same purpose as the contentPart element in SpreadsheetML Drawing ([ISO/IEC29500-1:2016] section 20.5.2.12), but appears under CT_GroupShape and EG_ObjectChoices ([ISO/IEC29500-1:2016] section A.5.1) to enable content parts in charts.

Child Elements:

nvContentPartPr: A CT_ContentPartNonVisual element that specifies non-visual properties of the content part.

nvPr: A CT_ApplicationNonVisualDrawingProps element that specifies non-visual Chart DrawingML-specific properties.

xfrm: A CT_Transform2D element ([ISO/IEC29500-1:2016] section A.4.1) that specifies the 2-D transform for the content part.

extLst: A CT_OfficeArtExtensionList element ([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:

r:id: An ST_RelationshipId attribute ([ISO/IEC29500-1:2016] section 22.8.2.1) that specifies the relationship identifier to a content part.

bwMode: An ST_BlackWhiteMode attribute ([ISO/IEC29500-1:2016] section 20.1.10.10) that specifies how to interpret color information contained within a content part to achieve a color, black and white, or grayscale rendering of the content part. This attribute specifies only the rendering mode applied to the content part; it does not affect how the actual color information is persisted

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

 <xsd:complexType name="CT_ContentPart">
   <xsd:sequence>
     <xsd:element name="nvContentPartPr" type="CT_ContentPartNonVisual" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="nvPr" type="CT_ApplicationNonVisualDrawingProps" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="xfrm" type="a:CT_Transform2D" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute ref="r:id" use="required"/>
   <xsd:attribute name="bwMode" type="a:ST_BlackWhiteMode" use="optional" default="auto"/>
 </xsd:complexType>

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