[Table of Contents] [docx version]
Error! No text of specified style in document.
This simple type represents a one dimensional position or length in EMUs. EMUs (English Metric Units) are a high precision coordinate space (914400 dpi / 360000 dpc).
This simple type's contents are a restriction of the XML Schema long datatype.
This simple type also specifies the following restrictions:
• This simple type has a minimum value of greater than or equal to -27273042329600.
• This simple type has a maximum value of less than or equal to 27273042316900.
Referenced By |
alphaOutset@rad (§5.1.10.7); anchor@x (§5.1.7.1); anchor@y (§5.1.7.1); anchor@z (§5.1.7.1); chOff@x (§5.1.9.2); chOff@y (§5.1.9.2); colOff (§5.6.2.11); effectExtent@b (§5.5.2.6); effectExtent@l (§5.5.2.6); effectExtent@r (§5.5.2.6); effectExtent@t (§5.5.2.6); flatTx@z (§5.1.7.8); gridCol@w (§5.1.6.2); lineTo@x (§5.5.2.9); lineTo@y (§5.5.2.9); norm@dx (§5.1.7.10); norm@dy (§5.1.7.10); norm@dz (§5.1.7.10); off@x (§5.1.9.4); off@y (§5.1.9.4); origin@x (§4.3.2.9); origin@y (§4.3.2.9); pos@x (§4.5.5); pos@x (§5.6.2.25); pos@y (§4.5.5); pos@y (§5.6.2.25); rowOff (§5.6.2.27); simplePos@x (§5.5.2.13); simplePos@y (§5.5.2.13); sp3d@z (§5.1.7.12); sp3d@z (§5.9.5.6); ST_AdjCoordinate (§5.1.12.2); start@x (§5.5.2.14); start@y (§5.5.2.14); tile@tx (§5.1.10.58); tile@ty (§5.1.10.58); tr@h (§5.1.6.16); up@dx (§5.1.7.13); up@dy (§5.1.7.13); up@dz (§5.1.7.13); xfrm@tx (§5.1.10.61); xfrm@ty (§5.1.10.61) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Coordinate">
<restriction base="xsd:long">
<minInclusive value="-27273042329600"/>
<maxInclusive value="27273042316900"/>
</restriction>
</simpleType>