<ST_TLTimeNodeMasterRelation>
(Time Node Master Relation)
This type specifies how the time node plays back relative to its master time node.
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 |
---|---|
|
Last Click |
|
Next Click |
|
Same Click |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLTimeNodeMasterRelation">
<restriction base="xsd:token">
<enumeration value="sameClick"/>
<enumeration value="lastClick"/>
<enumeration value="nextClick"/>
</restriction>
</simpleType>