<ST_Offset>
(Offset)
This simple type defines whether or not subsequent rows or columns in the snake algorithm are offset from the preceding row or column.
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 |
---|---|
|
Specifies no offset. |
|
Specifies that the nodes will be shifted by some amount relative to the preceding row or column. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Offset" final="restriction">
<restriction base="xsd:token">
<enumeration value="ctr"/>
<enumeration value="off"/>
</restriction>
</simpleType>