[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

ST_EighthPointMeasure (Measurement in Eighths of a Point)

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

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

Referenced By

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

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

<simpleType name="ST_EighthPointMeasure">

   <restriction base="ST_UnsignedDecimalNumber"/>

</simpleType>