[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
ST_TLBehaviorAdditiveType (Behavior Additive Type)
This type specifies how to apply the animation values to the original value for the property.
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 |
base (Additive Enum ( Base )) |
Base |
mult (Additive Enum ( Multiply )) |
Multiply |
none (None) |
None |
repl (Additive Enum ( Replace )) |
Replace |
sum (Additive Enum ( Sum )) |
Sum |
Referenced By |
cBhvr@additive (§4.6.22) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLBehaviorAdditiveType">
<restriction base="xsd:token">
<enumeration value="base"/>
<enumeration value="sum"/>
<enumeration value="repl"/>
<enumeration value="mult"/>
<enumeration value="none"/>
</restriction>
</simpleType>