<ST_TLBehaviorOverrideType> (Behavior Override Type)

This type specifies how a behavior should override values of the attribute being animated on the target element. The "childStyle" will clear the attributes on the children contained inside the target element.

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

<childStyle> (Override Enum ( Child Style ))

Child Style

<normal> (Override Enum ( Normal ))

Normal

Referenced By

<cBhvr@override>4.6.22)

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

<simpleType name="ST_TLBehaviorOverrideType">
	<restriction base="xsd:token">
	<enumeration value="normal"/>
	<enumeration value="childStyle"/>
	</restriction>
</simpleType>