<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 |
---|---|
|
Can Slip |
|
Locked |
Referenced By |
---|
|
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>