[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 type (§2.18.108).
Referenced By |
bar@sz (§2.3.1.4); bdr@sz (§2.3.2.3); between@sz (§2.3.1.5); bottom@sz (§2.6.2); bottom@sz (§2.4.3); bottom@sz (§2.4.4); bottom@sz (§2.15.2.4); bottom@sz (§2.3.1.7); insideH@sz (§2.4.17); insideH@sz (§2.4.18); insideV@sz (§2.4.19); insideV@sz (§2.4.20); left@sz (§2.15.2.21); left@sz (§2.4.24); left@sz (§2.6.7); left@sz (§2.3.1.17); left@sz (§2.4.27); right@sz (§2.3.1.28); right@sz (§2.4.30); right@sz (§2.6.15); right@sz (§2.15.2.35); right@sz (§2.4.32); tl2br@sz (§2.4.70); top@sz (§2.4.71); top@sz (§2.3.1.42); top@sz (§2.15.2.42); top@sz (§2.4.74); top@sz (§2.6.21); tr2bl@sz (§2.4.76) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_EighthPointMeasure">
<restriction base="ST_UnsignedDecimalNumber"/>
</simpleType>