An image file list can contain only ImageFile elements.
Name optionalxsd:NCName
The Name attribute gives the first page in the image file a name that can be used in the table of contents or the initial page name.
FileURL requiredxsd:anyURI
The URI for the image file.
ValidationHash optionalxsd:string
The ValidationHash attribute contains a hash string that is used to validate the contents of the image file. If the ValidationHash attribute is defined and does not match the contents of the image file, an error message will be displayed instead of the pages from the image file.
AnnotationServerURL optionalxsd:anyURI
This annotation server will be used for all images in the image file, unless a page has an image file server specified below this level.
ExportErrorAction optionalRestriction of xsd:string
The ExportErrorAction attribute specifies what happens if an image can't be retrieved during exporting.
ExportImageFileName optionalxsd:string
This filename template will be used to name this file if exported.
ImageSettingsName optionalxsd:NCName
This named entry in the image settings list will be used for all images in the image file, unless a page has an image settings name specified below this level.
PageSettingsName optionalxsd:NCName
This named entry in the page settings list will be used for all images in the image file, unless a page has an page settings name specified below this level.
PrintSettingsName optionalxsd:NCName
This named entry in the print settings list will be used for all images in the image file, unless a page has an print settings name specified below this level.
PDFFileType optionalxsd:boolean
This specifies that the image file is a PDF file. This is reserved for future use and should not be specified even if the file is a PDF file.
PDFPassword optionalxsd:string
This password will be used to open the image file if the image file is a password protected PDF file.
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="ImageFile" type="imagefiletype" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:annotation><xsd:documentation>An image file list can contain only ImageFile elements.</xsd:documentation></xsd:annotation></xsd:element>