<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

<allAtOnce> (Diagram Build Type Enum ( All At Once ))

All At Once

<breadthByLvl> (Diagram Build Type Enum ( Breadth By Level ))

Breadth By Level

<breadthByNode> (Diagram Build Type Enum ( Breadth By Node ))

Breadth By Node

<ccw> (Diagram Build Type Enum ( Counter-Clockwise ))

Counter-Clockwise

<ccwIn> (Diagram Build Type Enum ( Counter-Clockwise-In ))

Counter-Clockwise-In

<ccwOut> (Diagram Build Type Enum ( Counter-Clockwise-Out ))

Counter-Clockwise-Out

<cust> (Diagram Build Type Enum ( Custom ))

Custom

<cw> (Diagram Build Type Enum ( Clockwise ))

Clockwise

<cwIn> (Diagram Build Type Enum ( Clockwise-In ))

Clockwise-In

<cwOut> (Diagram Build Type Enum ( Clockwise-Out ))

Clockwise-Out

<depthByBranch> (Diagram Build Type Enum ( Depth By Branch ))

Depth By Branch

<depthByNode> (Diagram Build Type Enum ( Depth By Node ))

Depth By Node

<down> (Diagram Build Type Enum ( Down ))

Down

<inByRing> (Diagram Build Type Enum ( In-By-Ring ))

In-By-Ring

<outByRing> (Diagram Build Type Enum ( Out-By-Ring ))

Out-By-Ring

<up> (Diagram Build Type Enum ( Up ))

Up

<whole> (Diagram Build Type Enum ( Whole ))

Whole

Referenced By

<bldDgm@bld>4.6.12)

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>