[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

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 (Trigger RunTime Node Enum ( All ))

All

first (Trigger RunTime Node ( First ))

First

last (Trigger RunTime Node ( Last ))

Last

 

Referenced By

rtn@val4.6.64)

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>