<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 |
---|---|
|
Specifies that the nodes should rotate in relation to their placement along the cycle. |
|
Specifies that the nodes should not rotate. |
Referenced By |
---|
|
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>