[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

boolVal (Boolean Variant)

This element describes a Boolean Variant.

Parent Elements

progress4.6.57); to4.6.89); val4.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>