2.9.3.1 CT_Boolean
Target namespace: http://schemas.microsoft.com/office/drawing/2010/diagram
Referenced by: recolorImg
Defines a property with a Boolean value.
Attributes:
val: Specifies a binary value for the property defined by the parent XML element. The default is FALSE.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_Boolean"> <xsd:attribute name="val" type="xsd:boolean" use="optional" default="false"/> </xsd:complexType>
See section 5.16 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).