Accusoft Prizm Viewer List File Schema
imagefilelisttype Complex Type
Description
The image file list consists of a list of ImageFile elements, along with a global annotation server, image settings, page settings, and print settings.
Namespace (none)
Diagram
Page Element PageRange Element PageCount Element Choice Sequence ImageFile Element Sequence imagefilelisttype Complex Type
Overview
imagefilelisttype
The image file list consists of a list of ImageFile elements, along with a global annotation server, image settings, page settings, and print settings.
AnnotationServerURL optional xsd:anyURI
This annotation server will be used for all images in the image file list, unless an image file or page has an image file server specified below this level.
ImageSettingsName optional xsd:NCName
This named entry in the image settings list will be used for all images in the image file list, unless an image file or page has an image settings name specified below this level.
PageSettingsName optional xsd:NCName
This named entry in the page settings list will be used for all images in the image file list, unless an image file or page has an page settings name specified below this level.
PrintSettingsName optional xsd:NCName
This named entry in the print settings list will be used for all images in the image file list, unless an image file or page has an print settings name specified below this level.
Sequence 1..∞
ImageFile imagefiletype Complex Type
An image file list can contain only ImageFile elements.
Name optional xsd: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 required xsd:anyURI
The URI for the image file.
ValidationHash optional xsd: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 optional xsd: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 optional Restriction of xsd:string
The ExportErrorAction attribute specifies what happens if an image can't be retrieved during exporting.
ExportImageFileName optional xsd:string
This filename template will be used to name this file if exported.
ImageSettingsName optional xsd: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 optional xsd: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 optional xsd: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 optional xsd: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 optional xsd:string
This password will be used to open the image file if the image file is a password protected PDF file.
Sequence
Choice optional
PageCount pagecounttype Complex Type
A PageCount element specifies the number of pages to use from an image file.
Count required xsd:positiveInteger
The page count is an integer greater than or equal to 1.
PageRange 1..∞ pagerangetype Complex Type
A PageRange element specified a list of specific pages to use from an image file.
Range required Restriction of xsd:string
The page range is represented as a set of continuous page ranges, with each continuous page range either increasing or decreasing.
Name optional xsd:NCName
The Name attribute gives the first page in the range a name that can be used in the table of contents or the initial page name
AnnotationFileURL optional xsd:anyURI
This annotation file will be used by all images in the page range. This URL must be for a file and not a server!
AnnotationServerURL optional xsd:anyURI
This annotation server will be used for all images in the page range.
ImageSettingsName optional xsd:NCName
This named entry in the image settings list will be used for all images in the page range.
PageSettingsName optional xsd:NCName
This named entry in the page settings list will be used for all images in the page range.
PrintSettingsName optional xsd:NCName
This named entry in the print settings list will be used for all images in the page range.
Page 1..∞ pagetype Complex Type
A Page element specified a specific page to use from an image file.
Name optional xsd:NCName
The Name attribute gives this page a name that can be used in the table of contents or the initial page name.
PageNumber required xsd: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 optional xsd:base64Binary
Reserved.
AnnotationFileURL optional xsd:anyURI
This annotation file will be used by the image page. This URL must be for a file and not a server!
AnnotationServerURL optional xsd:anyURI
This annotation server will be used for this page.
ImageSettingsName optional xsd:NCName
This named entry in the image settings list will be used for this page.
PageSettingsName optional xsd:NCName
This named entry in the page settings list will be used for this page.
PrintSettingsName optional xsd:NCName
This named entry in the print settings list will be used for this page.
Used By
ImageFileList Element
Attributes
NameTypeUseDefaultFixedDescription
AnnotationServerURLxsd:anyURIoptional  This annotation server will be used for all images in the image file list, unless an image file or page has an image file server specified below this level.
ImageSettingsNamexsd:NCNameoptional  This named entry in the image settings list will be used for all images in the image file list, unless an image file or page has an image settings name specified below this level.
PageSettingsNamexsd:NCNameoptional  This named entry in the page settings list will be used for all images in the image file list, unless an image file or page has an page settings name specified below this level.
PrintSettingsNamexsd:NCNameoptional  This named entry in the print settings list will be used for all images in the image file list, unless an image file or page has an print settings name specified below this level.
Source
<xsd:complexType name="imagefilelisttype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>The image file list consists of a list of ImageFile elements, along with a global annotation server, image settings, page settings, and print settings.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence maxOccurs="unbounded">
    <xsd:annotation>
      <xsd:documentation>The image file list can contain any number of ImageFile elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:element name="ImageFile" type="imagefiletype">
      <xsd:annotation>
        <xsd:documentation>An image file list can contain only ImageFile elements.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="AnnotationServerURL" type="xsd:anyURI" use="optional">
    <xsd:annotation>
      <xsd:documentation>This annotation server will be used for all images in the image file list, unless an image file or page has an image file server specified below this level.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="ImageSettingsName" type="xsd:NCName" use="optional">
    <xsd:annotation>
      <xsd:documentation>This named entry in the image settings list will be used for all images in the image file list, unless an image file or page has an image settings name specified below this level.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="PageSettingsName" type="xsd:NCName" use="optional">
    <xsd:annotation>
      <xsd:documentation>This named entry in the page settings list will be used for all images in the image file list, unless an image file or page has an page settings name specified below this level.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="PrintSettingsName" type="xsd:NCName" use="optional">
    <xsd:annotation>
      <xsd:documentation>This named entry in the print settings list will be used for all images in the image file list, unless an image file or page has an print settings name specified below this level.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>
See Also
Accusoft Prizm Viewer List File Schema

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback