<ST_PositiveCoordinate>
(Positive Coordinate)
This simple type represents a positive position or length in EMUs.
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 0.
This simple type has a maximum value of less than or equal to 27273042316900.
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PositiveCoordinate">
<restriction base="xsd:long">
<minInclusive value="0"/>
<maxInclusive value="27273042316900"/>
</restriction>
</simpleType>