17.18.5 ST_CaptionPos
This simple type specifies the possible values can be used for the position of an automatically inserted caption on an object within this document. These values specify the position a given caption shall be take relative to the object it is used to label.
[Example: Consider a WordprocessingML document which should have all automatically inserted captions placed below the objects they are captioning, for example:
This requirement is specified using the following WordprocessingML in the document settings:
<w:captions>
<w:caption w:name="Table" w:pos="below" w:numFmt="decimal" />
</w:captions>
The pos attribute has a value of below, specifying that the caption must be placed below the newly inserted objects. end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that an automatically inserted caption shall be positioned above the object that it is used to label.
Specifies that an automatically inserted caption shall be positioned below the object that it is used to label.
Specifies that an automatically inserted caption shall be positioned to the left of the object that it is used to label (the position where text typed immediately before the object would appear).
Specifies that an automatically inserted caption shall be positioned to the right of the object that it is used to label (the position where text typed immediately after the object would appear).
[Note: The W3C XML Schema definition of this simple type’s content model (ST_CaptionPos) is located in A.1. end note]