A Page element specified a specific page to use from an image file.
Name optionalxsd:NCName
The Name attribute gives this page a name that can be used in the table of contents or the initial page name.
PageNumber requiredxsd:positiveInteger
The page number to use from the image file. If this page is outside the range of pages in the image file, this page will be added as an error page.
ThumbnailBitmap optionalxsd:base64Binary
Reserved.
AnnotationFileURL optionalxsd:anyURI
This annotation file will be used by the image page. This URL must be for a file and not a server!
AnnotationServerURL optionalxsd:anyURI
This annotation server will be used for this page.
ImageSettingsName optionalxsd:NCName
This named entry in the image settings list will be used for this page.
PageSettingsName optionalxsd:NCName
This named entry in the page settings list will be used for this page.
PrintSettingsName optionalxsd:NCName
This named entry in the print settings list will be used for this page.
Source
<xsd:element name="Page" type="pagetype" maxOccurs="unbounded" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:annotation><xsd:documentation>A Page element specified a specific page to use from an image file.</xsd:documentation></xsd:annotation></xsd:element>