20.4.3.5 ST_RelFromV
This simple type specifies the possible values for the base from which the relative vertical positioning of an object shall be calculated.
[Example: Consider a DrawingML picture which must be displayed at the bottom center of the page. This object would be specified as follows:
<wp:anchor … >
<wp:positionV relativeFrom="page">
<wp:align>bottom</wp:align>
</wp:positionV>
…
</wp:anchor>
The relativeFrom attribute specifies that the object is horizontally positioned relative to the page. end example]
This simple type’s contents are a restriction of the W3C XML Schema token datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that the vertical positioning shall be relative to the bottom margin of the current page.
Specifies that the vertical positioning shall be relative to the inside margin of the current page.
Specifies that the vertical positioning shall be relative to the line containing the anchor character.
Specifies that the vertical positioning shall be to the page margins.
relative
Specifies that the vertical positioning shall be relative to the outside margin of the current page.
(Page Edge)
Specifies that
the vertical positioning shall be relative
Enumeration Value
Description
to the edge of the page.
Specifies that the vertical positioning shall be relative to the paragraph which contains the drawing anchor.
Specifies that the vertical positioning shall be relative to the top margin of the current page.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_RelFromV) is located in A.4.4. end note]