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