<ST_TwipsMeasure> (Measurement in Twentieths of a Point)

This simple type specifies that its contents will contain a positive whole number, whose contents consist of a measurement in twentieths of a point (equivalent to 1/1440th of an inch).

The contents of this measurement are interpreted based on the context of the parent XML element.

example:

This simple type's contents are a restriction of the ST_UnsignedDecimalNumber simple type (§2.18.108).

Referenced By

<col@space> (§2.6.3); <col@w> (§2.6.3); <cols@space> (§2.6.4); <defaultTabStop@val> (§2.15.1.24); <drawingGridHorizontalOrigin@val> (§2.15.1.43); <drawingGridHorizontalSpacing@val> (§2.15.1.44); <drawingGridVerticalOrigin@val> (§2.15.1.45); <drawingGridVerticalSpacing@val> (§2.15.1.46); <fitText@val> (§2.3.2.12); <framePr@h> (§2.3.1.11); <framePr@hSpace> (§2.3.1.11); <framePr@vSpace> (§2.3.1.11); <framePr@w> (§2.3.1.11); <gridCol@w> (§2.4.12); <hyphenationZone@val> (§2.15.1.53); <ind@firstLine> (§2.3.1.12); <ind@hanging> (§2.3.1.12); <legacy@legacySpace> (§2.9.5); <lnNumType@distance> (§2.6.8); <object@dxaOrig> (§2.3.3.19); <object@dyaOrig> (§2.3.3.19); <pgMar@footer> (§2.6.11); <pgMar@gutter> (§2.6.11); <pgMar@header> (§2.6.11); <pgMar@left> (§2.6.11); <pgMar@right> (§2.6.11); <pgSz@h> (§2.6.13); <pgSz@w> (§2.6.13); <spacing@after> (§2.3.1.33); <spacing@before> (§2.3.1.33); <tblpPr@bottomFromText> (§2.4.54); <tblpPr@leftFromText> (§2.4.54); <tblpPr@rightFromText> (§2.4.54); <tblpPr@topFromText> (§2.4.54); <trHeight@val> (§2.4.77); <w@val> (§2.15.2.43)

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

<simpleType name="ST_TwipsMeasure">
	<restriction base="ST_UnsignedDecimalNumber"/>
</simpleType>