[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

ST_HpsMeasure (Measurement in Half-Points)

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

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

[Example: Consider an attribute value of 72 whose type is ST_HpsMeasure. This attribute value specifies a size of one-half of an inch or 36 points (72 halves of a point = 36 points = 0.5 inches). end example]

This simple type's contents are a restriction of the ST_UnsignedDecimalNumber simple type2.18.108).

Referenced By

hps@val2.3.3.10); hpsBaseText@val2.3.3.11); hpsRaise@val2.3.3.12); kern@val2.3.2.17); size@val2.16.30); sz@val2.3.2.36); szCs@val2.3.2.37)

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

<simpleType name="ST_HpsMeasure">

   <restriction base="ST_UnsignedDecimalNumber"/>

</simpleType>