2.10.3.6 CT_ShapeNonVisual

Target namespace: http://schemas.microsoft.com/office/drawing/2008/diagram

Referenced by: CT_Shape

This complex type specifies all non-visual properties for a shape. This element is a container for the non-visual identification properties, shape properties, and application properties of a shape. This complex type provides additional information that does not affect the appearance of the shape to be stored.

Child Elements:

cNvPr: A CT_NonVisualDrawingProps element ([ISO/IEC29500-1:2016] section A.4.1) that specifies non-visual drawing properties for the shape.

cNvSpPr: A CT_NonVisualDrawingShapeProps element ([ISO/IEC29500-1:2016] section A.4.1) that specifies all non-visual shape drawing properties of the shape.

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

 <xsd:complexType name="CT_ShapeNonVisual">
   <xsd:sequence>
     <xsd:element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="cNvSpPr" type="a:CT_NonVisualDrawingShapeProps" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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