<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 |
---|---|
|
Emphasis Preset |
|
Entrance Preset |
|
Exit Preset |
|
Media Call Preset |
|
Path Preset |
|
Verb Preset |
Referenced By |
---|
|
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>