<boolVal>
(Boolean Variant)
This element describes a Boolean Variant.
Attributes |
Description |
---|---|
|
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>