<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

<bodyPr@bIns>5.1.5.1.1); <bodyPr@lIns>5.1.5.1.1); <bodyPr@rIns>5.1.5.1.1); <bodyPr@tIns>5.1.5.1.1); <defPPr@defTabSz>5.1.5.2.2); <guide@pos>4.3.2.4); <lvl1pPr@defTabSz>5.1.5.4.13); <lvl2pPr@defTabSz>5.1.5.4.14); <lvl3pPr@defTabSz>5.1.5.4.15); <lvl4pPr@defTabSz>5.1.5.4.16); <lvl5pPr@defTabSz>5.1.5.4.17); <lvl6pPr@defTabSz>5.1.5.4.18); <lvl7pPr@defTabSz>5.1.5.4.19); <lvl8pPr@defTabSz>5.1.5.4.20); <lvl9pPr@defTabSz>5.1.5.4.21); <pPr@defTabSz>5.1.5.2.7); <ST_LineWidth>5.1.12.35); <ST_PositiveCoordinate32>5.1.12.43); <ST_TextIndent>5.1.12.70); <ST_TextMargin>5.1.12.73); <tab@pos>5.1.5.2.12); <tcPr@marB>5.1.6.15); <tcPr@marL>5.1.6.15); <tcPr@marR>5.1.6.15); <tcPr@marT>5.1.6.15)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_Coordinate32">
	<restriction base="xsd:int"/>
</simpleType>