2.22.3.1 CT_BooleanFalse
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chart
Referenced by: CT_PivotOptions16
A complex type<182> that specifies a Boolean value that defaults to FALSE.
Attributes:
val: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<183> that specifies the value of the property.
This MUST be set to one of the following: zero, 1, TRUE, or FALSE.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_BooleanFalse"> <xsd:attribute name="val" type="xsd:boolean" use="optional" default="false"/> </xsd:complexType>
See section 5.20 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).