[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_FlowDirection (Flow Direction)

This simple type defines how the progression of new nodes are to be entered into the diagram.

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

col (Column)

Specifies that the layout occurs in a column-based fashion. This would mean laying out the nodes from top to bottom, before moving left to right.

row (Row)

Specifies that the layout occurs in a row-based fashion. This would mean laying out the nodes from left to right before moving from top to bottom.

 

Referenced By

ST_ParameterVal5.9.7.49)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_FlowDirection" final="restriction">

   <restriction base="xsd:token">

   <enumeration value="row"/>

   <enumeration value="col"/>

   </restriction>

</simpleType>