[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

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

lastClick (TimeNode Master Relation Enum ( Last Click ))

Last Click

nextClick (TimeNode Master Relation Enum ( Next Click ))

Next Click

sameClick (TimeNode Master Relation Enum ( Same Click ))

Same Click

 

Referenced By

cTn@masterRel4.6.33)

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>