[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_ContinueDirection (Continue Direction)

This simple type specifies the behavior of the direction that additional nodes are added to new rows or columns in the snake 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

revDir (Reverse Direction)

Specifies that the direction is to be revered on a subsequent row or column.

 

[Example: Consider the following diagram as an example of reverse direction

 

 

end example]

sameDir (Same Direction)

Specifies that the direction is to be maintained on a subsequent row or column.

 

[Example: Consider the following diagram as an example of same direction

 

 

end example]

 

Referenced By

ST_ParameterVal5.9.7.49)

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

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

   <restriction base="xsd:token">

   <enumeration value="revDir"/>

   <enumeration value="sameDir"/>

   </restriction>

</simpleType>