[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_CenterShapeMapping (Center Shape Mapping)
This simple type defines the behavior of 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 |
|
fNode (First Node) |
Specifies a node which is always in the center of a cycle diagram. |
|
none (None) |
Specifies the normal layout of a cycle diagram. |
|
Referenced By |
|
ST_ParameterVal (§5.9.7.49) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_CenterShapeMapping" final="restriction">
<restriction base="xsd:token">
<enumeration value="none"/>
<enumeration value="fNode"/>
</restriction>
</simpleType>