3.1.4.2.2.1 ST_CoordinateUnqualified (Coordinate)
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).
The restrictions specified in the following section apply only to Excel® 2007. For Word 2007 and PowerPoint® 2007, the simple type has a minimum value of greater than or equal to -2147483648 and a maximum value of less than or equal to 2147483647.
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 |
|
bounds@b (§3.1.4.2.1.1, bounds); bounds@l (§3.1.4.2.1.1, bounds); bounds@r (§3.1.4.2.1.1, bounds); bounds@t (§3.1.4.2.1.1, bounds); effectOffset@b (§3.1.4.3.1.2, effectOffset); effectOffset@l (§3.1.4.3.1.2, effectOffset); effectOffset@r (§3.1.4.3.1.2, effectOffset); effectOffset@t (§3.1.4.3.1.2, effectOffset) |
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>