<xsd:complexType name="CT_TLCommonTimeNodeData">
<xsd:sequence>
<xsd:element name="stCondLst" type="CT_TLTimeConditionList" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Start Conditions List</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="endCondLst" type="CT_TLTimeConditionList" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>End Conditions List</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="endSync" type="CT_TLTimeCondition" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>EndSync</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="iterate" type="CT_TLIterateData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Iterate</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="childTnLst" type="CT_TimeNodeList" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Children Time Node List</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="subTnLst" type="CT_TimeNodeList" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Sub-TimeNodes List</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="ST_TLTimeNodeID" use="optional">
<xsd:annotation>
<xsd:documentation>ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="presetID" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation>Preset ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="presetClass" type="ST_TLTimeNodePresetClassType" use="optional">
<xsd:annotation>
<xsd:documentation>Preset Types</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="presetSubtype" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation>Preset SubType</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dur" type="ST_TLTime" use="optional">
<xsd:annotation>
<xsd:documentation>Duration</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="repeatCount" type="ST_TLTime" use="optional" default="1000">
<xsd:annotation>
<xsd:documentation>Repeat Count</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="repeatDur" type="ST_TLTime" use="optional">
<xsd:annotation>
<xsd:documentation>Repeat Duration</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="spd" type="a:ST_Percentage" use="optional" default="100000">
<xsd:annotation>
<xsd:documentation>Speed</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="accel" type="a:ST_PositiveFixedPercentage" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Acceleration</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="decel" type="a:ST_PositiveFixedPercentage" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Deceleration</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="autoRev" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Auto Reverse</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="restart" type="ST_TLTimeNodeRestartType" use="optional">
<xsd:annotation>
<xsd:documentation>Restart</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fill" type="ST_TLTimeNodeFillType" use="optional">
<xsd:annotation>
<xsd:documentation>Fill</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="syncBehavior" type="ST_TLTimeNodeSyncType" use="optional">
<xsd:annotation>
<xsd:documentation>Synchronization Behavior</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tmFilter" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Time Filter</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="evtFilter" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Event Filter</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="display" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>Display</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="masterRel" type="ST_TLTimeNodeMasterRelation" use="optional">
<xsd:annotation>
<xsd:documentation>Master Relation</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bldLvl" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation>Build level</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="grpId" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Group ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="afterEffect" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>After Effect</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="nodeType" type="ST_TLTimeNodeType" use="optional">
<xsd:annotation>
<xsd:documentation>Node Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="nodePh" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>Node Placeholder</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|