<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 |
|
None |
Referenced By |
---|
|
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>