<boolVal> (Boolean Variant)

This element describes a Boolean Variant.

Parent Elements

<progress>4.6.57); <to>4.6.89); <val>4.6.92)

Attributes

Description

<val> (Value)

This attribute describes the boolean value for this element.

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TLAnimVariantBooleanVal">
	<attribute name="val" type="xsd:boolean" use="required"/>
</complexType>