<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 |
---|---|
|
Specifies a node which is always in the center of a cycle diagram. |
|
Specifies the normal layout of a cycle diagram. |
Referenced By |
---|
|
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>