<tn>
(Time Node)
This element describes the time node trigger choice.
[Example: Consider a time node with an event condition. The <tn> element should be used as follows:
<p:par> <p:cTn id="5"> <p:stCondLst> <p:cond delay="0"/> </p:stCondLst> <p:endCondLst> <p:cond evt="begin" delay="0"> <p:tn val="5"/> </p:cond> </p:endCondLst> <p:childTnLst>... </p:cTn> </p:par>
End Example]
Attributes |
Description |
---|---|
|
This attribute specifies a time node identifier. The possible values for this attribute are defined by the ST_TLTimeNodeID simple type (§4.8.46). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TLTriggerTimeNodeID">
<attribute name="val" type="ST_TLTimeNodeID" use="required"/>
</complexType>