[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_TLBehaviorAccumulateType (Behavior Accumulate Type)

This type makes a repeating animation build with each iteration when set to "always."

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

always (Accumulate Enum ( Always ))

Always

none (Accumulate Enum ( None ))

None

 

Referenced By

cBhvr@accumulate4.6.22)

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

<simpleType name="ST_TLBehaviorAccumulateType">

   <restriction base="xsd:token">

   <enumeration value="none"/>

   <enumeration value="always"/>

   </restriction>

</simpleType>