fo:page-sequence-master
Specifies sequences of page-masters that are used when generating a sequence of pages.
Element information
Namespace: http://www.w3.org/1999/XSL/Format
Schema document: fo.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [1..*]
- fo:single-page-master-referenceA sub-sequence consisting of a single instance of a single page-master.
- fo:repeatable-page-master-referenceA sub-sequence consisting of repeated instances of a single page-master. The number of repetitions may be bounded or potentially unbounded.
- fo:repeatable-page-master-alternativesA sub-sequence consisting of repeated instances of a set of alternative page-masters. The number of repetitions may be bounded or potentially unbounded.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
master-name | [0..1] | fo:name | Names identify masters, may not be empty and must be unique. | from group fo:master-name |
Used in
- Anonymous type of element fo:layout-master-set
Sample instance
<fo:page-sequence-master> <fo:single-page-master-reference/> </fo:page-sequence-master>