2.3.3.7 CT_NonVisualInkContentPartProperties

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

Referenced by: CT_ContentPartNonVisual, CT_GvmlContentPartNonVisual, CT_WordContentPartNonVisual, CT_ContentPartNonVisual

A complex type that specifies non-visual ink properties for a content part. This provides additional information that does not affect the appearance of ink in the content part to be stored.

Child Elements:

cpLocks: A CT_ContentPartLocking element that specifies various locking properties that prevent or restrict changes to the content part properties or restrict how a content part can be manipulated by the user.

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 new types of data to be stored natively within the framework.

Attributes:

isComment: A Boolean attribute ([XMLSCHEMA2/2] section 3.2.2) that specifies whether the ink shape is a comment or an annotation. If true, the ink is a comment; otherwise, it is an annotation.

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

 <xsd:complexType name="CT_NonVisualInkContentPartProperties">
   <xsd:sequence>
     <xsd:element name="cpLocks" type="CT_ContentPartLocking" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="isComment" type="xsd:boolean" use="optional" default="true"/>
 </xsd:complexType>

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