2.7.3.2 CT_BooleanTrue

Target namespace: http://schemas.microsoft.com/office/drawing/2007/8/2/chart

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

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_BooleanTrue">
   <xsd:attribute name="val" type="xsd:boolean" use="optional" default="true"/>
 </xsd:complexType>

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