<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

<bevel@h>5.1.4.2.5); <bevel@w>5.1.4.2.5); <bevelB@h>5.1.7.3); <bevelB@w>5.1.7.3); <bevelT@h>5.1.7.4); <bevelT@w>5.1.7.4); <blur@rad>5.1.10.15); <chExt@cx>5.1.9.1); <chExt@cy>5.1.9.1); <ext@cx>5.1.9.3); <ext@cx>5.6.2.13); <ext@cx>5.8.2.10); <ext@cy>5.1.9.3); <ext@cy>5.6.2.13); <ext@cy>5.8.2.10); <extent@cx>5.5.2.7); <extent@cy>5.5.2.7); <glow@rad>5.1.10.32); <gridSpacing@cx>4.3.2.3); <gridSpacing@cy>4.3.2.3); <innerShdw@blurRad>5.1.10.40); <innerShdw@dist>5.1.10.40); <notesSz@cx>4.3.1.20); <notesSz@cy>4.3.1.20); <outerShdw@blurRad>5.1.10.45); <outerShdw@dist>5.1.10.45); <path@h>5.1.11.15); <path@w>5.1.11.15); <prstShdw@dist>5.1.10.49); <reflection@blurRad>5.1.10.50); <reflection@dist>5.1.10.50); <softEdge@rad>5.1.10.53); <sp3d@contourW>5.1.7.12); <sp3d@contourW>5.9.5.6); <sp3d@extrusionH>5.1.7.12); <sp3d@extrusionH>5.9.5.6)

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>