2.3.3.6 CT_IsGvmlCanvas

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

Referenced by: isCanvas

Defines a property with a Boolean value. This property determines whether the container of an instance of this complex type is a GVML representation of a drawing canvas used in a word processing application.

Attributes:

val: A Boolean attribute ([XMLSCHEMA2/2] section 3.2.2) that specifies whether the container instance of the complex type having this attribute is a GVML representation of a drawing canvas used in a word processing application.

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

 <xsd:complexType name="CT_IsGvmlCanvas">
   <xsd:attribute name="val" type="xsd:boolean" use="required"/>
 </xsd:complexType>

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