<cTn> (Common Time Node Properties)

This element describes the properties that are common for time nodes.

Parent Elements

<cBhvr>4.6.22); <cMediaNode>4.6.29); <excl>4.6.40); <par>4.6.53); <seq>4.6.65)

Child Elements

Subclause

<childTnLst> (Children Time Node List)

§4.6.25

<endCondLst> (End Conditions List)

§4.6.37

<endSync> (EndSync)

§4.6.39

<iterate> (Iterate)

§4.6.49

<stCondLst> (Start Conditions List)

§4.6.73

<subTnLst> (Sub-TimeNodes List)

§4.6.78

Attributes

Description

<accel> (Acceleration)

This attribute describes the percentage of specified duration over which the element's time will take to accelerate from 0 up to the "run rate."

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45).

<afterEffect> (After Effect)

This attribute specifies whether there is an after effect applied to the time node.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<autoRev> (Auto Reverse)

This attribute describes whether to automatically play the animation in reverse after playing it in the forward direction.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<bldLvl> (Build level)

This attribute describes the build level of the animation.

The possible values for this attribute are defined by the XML Schema int datatype.

<decel> (Deceleration)

This attribute describes the percentage of specified duration over which the element's time will take to decelerate from the "run rate" down to 0.

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45).

<display> (Display)

This attribute describes whether the state of the time node is visible or hidden.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<dur> (Duration)

This attribute describes the duration of the time node, expressed as unit time.

The possible values for this attribute are defined by the ST_TLTime simple type (§4.8.42).

<evtFilter> (Event Filter)

This attribute describes the event filter for this time node.

The possible values for this attribute are defined by the XML Schema string datatype.

<fill> (Fill)

This attribute describes the fill type for the time node.

The possible values for this attribute are defined by the ST_TLTimeNodeFillType simple type (§4.8.45).

<grpId> (Group ID)

This attribute describes the Group ID of the time node.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

<id> (ID)

This attribute specifies the identifier for the timenode.

The possible values for this attribute are defined by the ST_TLTimeNodeID simple type (§4.8.46).

<masterRel> (Master Relation)

This attribute specifies how the time node plays back relative to its master time node.

The possible values for this attribute are defined by the ST_TLTimeNodeMasterRelation simple type (§4.8.47).

<nodePh> (Node Placeholder)

This attribute describes whether this node is a placeholder.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<nodeType> (Node Type)

This attribute specifies the type of time node.

The possible values for this attribute are defined by the ST_TLTimeNodeType simple type (§4.8.51).

<presetClass> (Preset Types)

This attribute descries the class of effect in which it belongs.

The possible values for this attribute are defined by the ST_TLTimeNodePresetClassType simple type (§4.8.48).

<presetID> (Preset ID)

This attribute describes the preset identifier for the time node.

The possible values for this attribute are defined by the XML Schema int datatype.

<presetSubtype> (Preset SubType)

This attribute is a bitflag that specifies a direction or some other attribute of the effect. For example it can be set to specify a “From Bottom” for the Fly In effect, or “Bold” for the Change Font Style effect.   

The possible values for this attribute are defined by the XML Schema int datatype.

<repeatCount> (Repeat Count)

This attribute describes the number of times the element should repeat, in units of thousandths.

The possible values for this attribute are defined by the ST_TLTime simple type (§4.8.42).

<repeatDur> (Repeat Duration)

This attribute describes the amount of time over which the element should repeat. If absent, the attribute is taken to be the same as the specified duration.

The possible values for this attribute are defined by the ST_TLTime simple type (§4.8.42).

<restart> (Restart)

This attribute specifies if a node is to restart when it completes its action.

The possible values for this attribute are defined by the ST_TLTimeNodeRestartType simple type (§4.8.49).

<spd> (Speed)

This attribute specifies the percentage by which to speed up (or slow down) the timing. If negative, the timing will be reversed. Example: if speed is 200% and the specified duration is 10 seconds, the actual duration will be 5 seconds.

The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41).

<syncBehavior> (Synchronization Behavior)

This attribute specifies how the time node synchronizes to its group.

The possible values for this attribute are defined by the ST_TLTimeNodeSyncType simple type (§4.8.50).

<tmFilter> (Time Filter)

This attribute specifies the time filter for the time node.

The possible values for this attribute are defined by the XML Schema string datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TLCommonTimeNodeData">
	<sequence>
	<element name="stCondLst" type="CT_TLTimeConditionList" minOccurs="0" maxOccurs="1"/>
	<element name="endCondLst" type="CT_TLTimeConditionList" minOccurs="0" maxOccurs="1"/>
	<element name="endSync" type="CT_TLTimeCondition" minOccurs="0" maxOccurs="1"/>
	<element name="iterate" type="CT_TLIterateData" minOccurs="0" maxOccurs="1"/>
	<element name="childTnLst" type="CT_TimeNodeList" minOccurs="0" maxOccurs="1"/>
	<element name="subTnLst" type="CT_TimeNodeList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="id" type="ST_TLTimeNodeID" use="optional"/>
	<attribute name="presetID" type="xsd:int" use="optional"/>
	<attribute name="presetClass" type="ST_TLTimeNodePresetClassType" use="optional"/>
	<attribute name="presetSubtype" type="xsd:int" use="optional"/>
	<attribute name="dur" type="ST_TLTime" use="optional"/>
	<attribute name="repeatCount" type="ST_TLTime" use="optional" default="1000"/>
	<attribute name="repeatDur" type="ST_TLTime" use="optional"/>
	<attribute name="spd" type="a:ST_Percentage" use="optional" default="100000"/>
	<attribute name="accel" type="a:ST_PositiveFixedPercentage" use="optional" default="0"/>
	<attribute name="decel" type="a:ST_PositiveFixedPercentage" use="optional" default="0"/>
	<attribute name="autoRev" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="restart" type="ST_TLTimeNodeRestartType" use="optional"/>
	<attribute name="fill" type="ST_TLTimeNodeFillType" use="optional"/>
	<attribute name="syncBehavior" type="ST_TLTimeNodeSyncType" use="optional"/>
	<attribute name="tmFilter" type="xsd:string" use="optional"/>
	<attribute name="evtFilter" type="xsd:string" use="optional"/>
	<attribute name="display" type="xsd:boolean" use="optional"/>
	<attribute name="masterRel" type="ST_TLTimeNodeMasterRelation" use="optional"/>
	<attribute name="bldLvl" type="xsd:int" use="optional"/>
	<attribute name="grpId" type="xsd:unsignedInt" use="optional"/>
	<attribute name="afterEffect" type="xsd:boolean" use="optional"/>
	<attribute name="nodeType" type="ST_TLTimeNodeType" use="optional"/>
	<attribute name="nodePh" type="xsd:boolean" use="optional"/>
</complexType>