<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 |
---|---|
|
|
|
Referenced By |
---|
|
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>