<xsd:complexType name="CT_TLTimeCondition">
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element name="tgtEl" type="CT_TLTimeTargetElement">
<xsd:annotation>
<xsd:documentation>Target Element Trigger Choice</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tn" type="CT_TLTriggerTimeNodeID">
<xsd:annotation>
<xsd:documentation>Time Node</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rtn" type="CT_TLTriggerRuntimeNode">
<xsd:annotation>
<xsd:documentation>Runtime Node Trigger Choice</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:attribute name="evt" use="optional" type="ST_TLTriggerEvent">
<xsd:annotation>
<xsd:documentation>Trigger Event</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="delay" type="ST_TLTime" use="optional">
<xsd:annotation>
<xsd:documentation>Trigger Delay</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|