<ST_Coordinate32>
(Coordinate Point)
This type specifies a coordinate within the document. This may be used for measurements or spacing with the maximum size requirement being a 32 bit integer.
NOTE: The units of measurement used here are EMUs (English Metric Units).
This simple type's contents are a restriction of the XML Schema int datatype.
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Coordinate32">
<restriction base="xsd:int"/>
</simpleType>