<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> (Freeze)

Freeze

<hold> (TimeNode Fill Type Enum ( Hold ))

Hold

<remove> (Remove)

Remove

<transition> (Transition)

Transition

Referenced By

<cTn@fill>4.6.33)

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>