<fltVal> (Float Value)

This element describes a float variant.

Parent Elements

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

Attributes

Description

<val> (Value)

This attribute specifies the value of this element as a floating point.

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

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

<complexType name="CT_TLAnimVariantFloatVal">
	<attribute name="val" type="xsd:float" use="required"/>
</complexType>