<xsd:complexType name="CT_TLCommonBehaviorData">
<xsd:sequence>
<xsd:element name="cTn" type="CT_TLCommonTimeNodeData" minOccurs="1" maxOccurs="1" />
<xsd:element name="tgtEl" type="CT_TLTimeTargetElement" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Target Element</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="attrNameLst" type="CT_TLBehaviorAttributeNameList" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Attribute Name List</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="additive" type="ST_TLBehaviorAdditiveType" use="optional">
<xsd:annotation>
<xsd:documentation>Additive</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="accumulate" type="ST_TLBehaviorAccumulateType" use="optional">
<xsd:annotation>
<xsd:documentation>Accumulate</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="xfrmType" type="ST_TLBehaviorTransformType" use="optional">
<xsd:annotation>
<xsd:documentation>Transform Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="from" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>From</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="to" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>To</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="by" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>By</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rctx" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Runtime Context</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="override" type="ST_TLBehaviorOverrideType" use="optional">
<xsd:annotation>
<xsd:documentation>Override</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|