<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 |
---|---|
|
Specifies that the node can grow or shrink by its height or its width, but not both. |
|
Specifies that the node can grow or shrink by both height and width. |
Referenced By |
---|
|
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>