<ST_TLTimeNodeRestartType> (Time Node Restart Type)

This type determines whether an effect can play more than once.

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> (Restart Enum ( Always ))

Always restart node

<never> (Restart Enum ( Never ))

Never restart node

<whenNotActive> (Restart Enum ( When Not Active ))

Restart when node is not active

Referenced By

<cTn@restart>4.6.33)

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

<simpleType name="ST_TLTimeNodeRestartType">
	<restriction base="xsd:token">
	<enumeration value="always"/>
	<enumeration value="whenNotActive"/>
	<enumeration value="never"/>
	</restriction>
</simpleType>