<ST_TLDiagramBuildType>
(Diagram Build Types)
This type specifies the different diagram build types.
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 |
---|---|
|
All At Once |
|
Breadth By Level |
|
Breadth By Node |
|
Counter-Clockwise |
|
Counter-Clockwise-In |
|
Counter-Clockwise-Out |
|
Custom |
|
Clockwise |
|
Clockwise-In |
|
Clockwise-Out |
|
Depth By Branch |
|
Depth By Node |
|
Down |
|
In-By-Ring |
|
Out-By-Ring |
|
Up |
|
Whole |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLDiagramBuildType">
<restriction base="xsd:token">
<enumeration value="whole"/>
<enumeration value="depthByNode"/>
<enumeration value="depthByBranch"/>
<enumeration value="breadthByNode"/>
<enumeration value="breadthByLvl"/>
<enumeration value="cw"/>
<enumeration value="cwIn"/>
<enumeration value="cwOut"/>
<enumeration value="ccw"/>
<enumeration value="ccwIn"/>
<enumeration value="ccwOut"/>
<enumeration value="inByRing"/>
<enumeration value="outByRing"/>
<enumeration value="up"/>
<enumeration value="down"/>
<enumeration value="allAtOnce"/>
<enumeration value="cust"/>
</restriction>
</simpleType>