<ST_TLTimeNodeRestartType>
(Time Node Restart Type)
This type determines whether an effect can play more than once.
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 |
---|---|
|
Always restart node |
|
Never restart node |
|
Restart when node is not active |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLTimeNodeRestartType">
<restriction base="xsd:token">
<enumeration value="always"/>
<enumeration value="whenNotActive"/>
<enumeration value="never"/>
</restriction>
</simpleType>