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

retrieve-position-within-table

The preference for which fo:marker's children shall be retrieved by an fo:retrieve-table-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-within-table

Attribute information

Namespace: None

Schema document: fo.xsd

Type: Anonymous

Properties: Local, Unqualified

Value

  • Type based on xsd:token
    • Valid valueDescription
      first-startingPreference for retrieving the children of an fo:marker attached to an area (1) that is a descendant of the primary retrieve scope area, (2) whose "is-first" trait is set to "true" (3) and 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 (1) that is a descendant of the primary retrieve scope area, (2) 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-startingPreference for retrieving the children of an fo:marker attached to an area (1) that is a descendant of a retrieve scope area, (2) whose "is-first" trait is set to "true" (3) 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-endingPreference for retrieving the children of an fo:marker attached to an area (1) that is a descendant of a retrieve scope area, (2) and 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