<ST_TwipsMeasure>
(Measurement in Twentieths of a Point)
This simple type specifies that its contents will contain a positive whole number, whose contents consist of a measurement in twentieths of a point (equivalent to 1/1440th of an inch).
The contents of this measurement are interpreted based on the context of the parent XML element.
This simple type's contents are a restriction of the ST_UnsignedDecimalNumber simple type (§2.18.108).
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TwipsMeasure">
<restriction base="ST_UnsignedDecimalNumber"/>
</simpleType>