2.33.3.1 CT_BooleanFalse

Target namespace: http://schemas.microsoft.com/office/drawing/2017/03/chart

Referenced by: CT_DataDisplayOptions16

A complex type that specifies a Boolean value that defaults to FALSE.

Attributes:

val: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies a value of 0, 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.31 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).