[Table of Contents] [docx version]
Error! No text of specified style in document.
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 |
ctr (Center) |
Specifies no offset. |
off (Offset) |
Specifies that the nodes will be shifted by some amount relative to the preceding row or column. |
Referenced By |
ST_ParameterVal (§5.9.7.49) |
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>