<ST_TextMargin>
(Text Margin)
This type specifies the margin that will be used and its corresponding size.
This simple type's contents are a restriction of the ST_Coordinate32 simple type (§5.1.12.17).
This simple type also specifies the following restrictions:
This simple type has a minimum value of greater than or equal to 0.
This simple type has a maximum value of less than or equal to 51206400.
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TextMargin">
<restriction base="ST_Coordinate32">
<minInclusive value="0"/>
<maxInclusive value="51206400"/>
</restriction>
</simpleType>