<ST_TLTimeNodeFillType>
(Time Node Fill Type)
This type specifies what modifications the effect leaves on the target element's properties when the effect ends.
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 |
---|---|
|
Freeze |
|
Hold |
|
Remove |
|
Transition |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLTimeNodeFillType">
<restriction base="xsd:token">
<enumeration value="remove"/>
<enumeration value="freeze"/>
<enumeration value="hold"/>
<enumeration value="transition"/>
</restriction>
</simpleType>