<ST_TextNonNegativePoint>
(Text Non-Negative Point)
This type specifies a non-negative font size in hundredths of a point. This is restricted to the range [0, 400000].
This simple type's contents are a restriction of the XML Schema int datatype.
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 400000.
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TextNonNegativePoint">
<restriction base="xsd:int">
<minInclusive value="0"/>
<maxInclusive value="400000"/>
</restriction>
</simpleType>