<xsd:simpleType name="ST_TLTriggerRuntimeNode">
<xsd:annotation>
<xsd:documentation>Trigger RunTime Node</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="first">
<xsd:annotation>
<xsd:documentation>Trigger RunTime Node ( First )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="last">
<xsd:annotation>
<xsd:documentation>Trigger RunTime Node ( Last )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="all">
<xsd:annotation>
<xsd:documentation>Trigger RunTime Node Enum ( All )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|