2.7.3.1 CT_BooleanFalse
Target namespace: http://schemas.microsoft.com/office/drawing/2007/8/2/chart
Referenced by: CT_PivotOptions
A complex type that specifies a Boolean value that defaults to FALSE.
Attributes:
val: A Boolean attribute ([XMLSCHEMA2/2] section 3.2.2) that specifies the value for 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.10 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).