Schema Central  >  XSL-FO 1.1  >  fo.xsd  >  retrieve-position
Advanced search

retrieve-position

The preference for which fo:marker's children shall be retrieved by an fo:retrieve-marker, based on the areas returned by the parent of the fo:marker relative to the areas returned by the parents of other identically named fo:marker's.

See http://www.w3.org/TR/xsl11/#retrieve-position

Attribute information

Namespace: None

Schema document: fo.xsd

Type: Anonymous

Properties: Local, Unqualified

Value

  • Type based on xsd:token
    • Valid valueDescription
      first-starting-within-pagePreference for retrieving the children of an fo:marker attached to an area that is (1) within the containing page (2) whose "is-first" trait is set to "true"and that precedes in the area tree, using pre-order traversal order, any other similarly constrained area that has an attached fo:marker with the same value of the "marker-class-name" property.
      first-including-carryoverPreference for retrieving the children of an fo:marker attached to an area that is within the containing page and that precedes in the area tree, using pre-order traversal order, any other similarly constrained area that has an attached fo:marker with the same value of the "marker-class-name" property.
      last-starting-within-pagePreference for retrieving the children of an fo:marker attached to an area that is (1) within the containing page (2) whose "is-first" trait is set to "true"and that follows in the area tree, using pre-order traversal order, any other similarly constrained area that has an attached fo:marker with the same value of the "marker-class-name" property.
      last-ending-within-pagePreference for retrieving the children of an fo:marker attached to an area that is within the containing page whose "is-last" trait is set to "true" and that follows in the area tree, using pre-order traversal order, any other similarly constrained area that has an attached fo:marker with the same value of the "marker-class-name" property.

Used in