[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
ST_TLNextActionType (Next Action Type)
This type specifies what to do when going forward in a sequence. When the value is "seek," it will seek the current child element to its natural end time before advancing to the next element.
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 |
none (Next Action Type Enum ( None )) |
None |
seek (Next Action Type Enum ( Seek )) |
Seek |
Referenced By |
seq@nextAc (§4.6.65) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLNextActionType">
<restriction base="xsd:token">
<enumeration value="none"/>
<enumeration value="seek"/>
</restriction>
</simpleType>