[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_RotationPath (Rotation Path)

This simple type defines rotation properties for nodes within the cycle algorithm.

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

alongPath (Along Path)

Specifies that the nodes should rotate in relation to their placement along the cycle.

none (None)

Specifies that the nodes should not rotate.

 

Referenced By

ST_ParameterVal5.9.7.49)

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

<simpleType name="ST_RotationPath" final="restriction">

   <restriction base="xsd:token">

   <enumeration value="none"/>

   <enumeration value="alongPath"/>

   </restriction>

</simpleType>