[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_TLPreviousActionType (Previous Action Type)

This type specifies what to do when going backwards in a sequence. When the value is "skipTimed," the sequence will continue to go backwards until it reaches a sequence element that was defined to being only on a "next" event.

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 (Previous Action Type Enum ( None ))

None

skipTimed (Previous Action Type Enum ( Skip Timed ))

Skip Timed

 

Referenced By

seq@prevAc4.6.65)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_TLPreviousActionType">

   <restriction base="xsd:token">

   <enumeration value="none"/>

   <enumeration value="skipTimed"/>

   </restriction>

</simpleType>