A page break may be associated with a facsimile image of the page it introduces by means of the facs attribute
<body> <pb n="1" facs="page1.png"/> <!-- page1.png contains an image of the page;
the text it contains is encoded here --> <p> <!-- ... --> </p> <pb n="2" facs="page2.png"/> <!-- similarly, for page 2 --> <p> <!-- ... --> </p> </body>
A pb element should appear at the start of the page which it identifies. The global n attribute indicates the number or other value associated with this page. This will normally be the page number or signature printed on it, since the physical sequence number is implicit in the presence of the pb element itself.
The type attribute may be used to characterize the page break in any respect, for example as word-breaking or not.