2.3.3.4 CT_GvmlContentPart

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

Referenced by: contentPart

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

The relationship type of the explicit relationship specified by this element MUST be of type http://schemas.openxmlformats.org/officeDocument/2006/customXml and have a TargetMode attribute set to "Internal". If an application cannot process the content of the content type specified by the targeted part, the application ignores the content and continues to process the file.

Child Elements:

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

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:

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.

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

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

 <xsd:complexType name="CT_GvmlContentPart">
   <xsd:sequence>
     <xsd:element name="nvContentPartPr" type="CT_GvmlContentPartNonVisual" 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 name="bwMode" type="a:ST_BlackWhiteMode" use="optional"/>
   <xsd:attribute ref="r:id" use="required"/>
 </xsd:complexType>

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