[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
This element describes a Boolean Variant.
Parent Elements |
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>