<ST_TLTriggerRuntimeNode>
(Trigger RunTime Node)
This type specifies the child time node that triggers a time condition. References a child TimeNode or all child nodes. Order is based on the child's end time.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
All |
|
First |
|
Last |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLTriggerRuntimeNode">
<restriction base="xsd:token">
<enumeration value="first"/>
<enumeration value="last"/>
<enumeration value="all"/>
</restriction>
</simpleType>