2.3.3.5 CT_GvmlContentPartNonVisual

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

Referenced by: CT_GvmlContentPart

A complex type which specifies non-visual properties for a CT_GvmlContentPart.

Child Elements:

cNvPr: A CT_NonVisualDrawingProps element ([ISO/IEC29500-1:2016] section A.4.1) that specifies the non-visual drawing properties for the content part. This element provides additional information that does not affect the appearance of the content part to be stored.

cNvContentPartPr: A CT_NonVisualInkContentPartProperties element that specifies non-visual ink properties for the content part. This provides additional information that does not affect the appearance of ink in the content part to be stored.

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

 <xsd:complexType name="CT_GvmlContentPartNonVisual">
   <xsd:sequence>
     <xsd:element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="cNvContentPartPr" type="CT_NonVisualInkContentPartProperties" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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