<ST_TLAnimateBehaviorCalcMode> (Time List Animate Behavior Calculate Mode)

This type specifies how the animation flows from point to point.

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<discrete> (Calc Mode Enum ( Discrete ))

Descrete

<fmla> (Calc Mode Enum ( Formula ))

Formula

<lin> (Calc Mode Enum ( Linear ))

Linear

Referenced By

<anim@calcmode>4.6.1)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_TLAnimateBehaviorCalcMode">
	<restriction base="xsd:token">
	<enumeration value="discrete"/>
	<enumeration value="lin"/>
	<enumeration value="fmla"/>
	</restriction>
</simpleType>