[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_TLTimeNodePresetClassType (Time Node Preset Class Type)

This type specifies the class of effect in which this effect belongs.

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

emph (Preset Type Enum ( Emphasis ))

Emphasis Preset

entr (Preset Type Enum ( Entrance ))

Entrance Preset

exit (Exit)

Exit Preset

mediacall (Preset Type Enum ( Media Call ))

Media Call Preset

path (Preset Type Enum ( Path ))

Path Preset

verb (Preset Type Enum ( Verb ))

Verb Preset

 

Referenced By

cTn@presetClass4.6.33)

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

<simpleType name="ST_TLTimeNodePresetClassType">

   <restriction base="xsd:token">

   <enumeration value="entr"/>

   <enumeration value="exit"/>

   <enumeration value="emph"/>

   <enumeration value="path"/>

   <enumeration value="verb"/>

   <enumeration value="mediacall"/>

   </restriction>

</simpleType>