[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

ST_PointMeasure (Measurement in Points)

This simple type specifies that its contents will contain a positive whole number, whose contents consist of a measurement in points (equivalent to 1/72nd 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 24 whose type is ST_PointMeasure. This attribute value specifies a size in points (24  points = 1/3 of an inch). end example]

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

Referenced By

bar@space2.3.1.4); bdr@space2.3.2.3); between@space2.3.1.5); bottom@space2.6.2); bottom@space2.4.3); bottom@space2.4.4); bottom@space2.15.2.4); bottom@space2.3.1.7); insideH@space2.4.17); insideH@space2.4.18); insideV@space2.4.19); insideV@space2.4.20); left@space2.15.2.21); left@space2.4.24); left@space2.6.7); left@space2.3.1.17); left@space2.4.27); right@space2.3.1.28); right@space2.4.30); right@space2.6.15); right@space2.15.2.35); right@space2.4.32); tl2br@space2.4.70); top@space2.4.71); top@space2.3.1.42); top@space2.15.2.42); top@space2.4.74); top@space2.6.21); tr2bl@space2.4.76)

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

<simpleType name="ST_PointMeasure">

   <restriction base="ST_UnsignedDecimalNumber"/>

</simpleType>