[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_FallbackDimension (Fallback Dimension)
Specifies the dimensionality by which nodes can grow or shrink automatically.
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 |
1D (1 Dimension) |
Specifies that the node can grow or shrink by its height or its width, but not both. |
2D (2 Dimensions) |
Specifies that the node can grow or shrink by both height and width. |
Referenced By |
ST_ParameterVal (§5.9.7.49) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_FallbackDimension" final="restriction">
<restriction base="xsd:token">
<enumeration value="1D"/>
<enumeration value="2D"/>
</restriction>
</simpleType>