fo:flow-assignment
Assigns one sequence of flows to a sequence of regions.
Element information
Namespace: http://www.w3.org/1999/XSL/Format
Schema document: fo.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- fo:flow-source-list [1..1]The sequence of flows to assign in a particular fo:flow-assignment.
- fo:flow-target-list [1..1]The sequence of regions to which flows are assigned in a particular fo:flow-assignment.
Attributes
None
Used in
- Anonymous type of element fo:flow-map
Sample instance
<fo:flow-assignment> <fo:flow-source-list> <fo:flow-name-specifier/> </fo:flow-source-list> <fo:flow-target-list> <fo:region-name-specifier/> </fo:flow-target-list> </fo:flow-assignment>