<ST_TLTimeNodeSyncType> (Time Node Sync Type)

This type specifies how the time node synchronizes to its group.

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

<canSlip> (TimeNode Sync Enum ( Can Slip ))

Can Slip

<locked> (TimeNode Sync Enum ( Locked ))

Locked

Referenced By

<cTn@syncBehavior>4.6.33)

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

<simpleType name="ST_TLTimeNodeSyncType">
	<restriction base="xsd:token">
	<enumeration value="canSlip"/>
	<enumeration value="locked"/>
	</restriction>
</simpleType>