fo:repeatable-page-master-alternatives
A sub-sequence consisting of repeated instances of a set of alternative page-masters. The number of repetitions may be bounded or potentially unbounded.
See http://www.w3.org/TR/xsl11/#fo_repeatable-page-master-alternatives.
Element information
Namespace: http://www.w3.org/1999/XSL/Format
Schema document: fo.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- fo:conditional-page-master-reference [1..*]Identifies a page-master that is to be used when the conditions on its use are satisfied.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
maximum-repeats | [0..1] | Anonymous | The constraint on the maximum number of pages in the sub-sequence of pages that may be generated by an fo:page-sequence that uses the fo:repeatable-page-master-reference or fo:repeatable-page-master-alternatives on which this property is specified. | from group fo:maximum-repeats |
Used in
- Anonymous type of element fo:page-sequence-master
Sample instance
<fo:repeatable-page-master-alternatives> <fo:conditional-page-master-reference/> </fo:repeatable-page-master-alternatives>