Accusoft Prizm Viewer List File Schema
pagetype Complex Type
Description
A page element consists of a page number and other optional attributes.
Namespace (none)
Diagram
pagetype Complex Type
Overview
pagetype
A page element consists of a page number and other optional attributes.
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
Page Element
Attributes
NameTypeUseDefaultFixedDescription
Namexsd:NCNameoptional  The Name attribute gives this page a name that can be used in the table of contents or the initial page name.
PageNumberxsd:positiveIntegerrequired  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.
ThumbnailBitmapxsd:base64Binaryoptional  Reserved.
AnnotationFileURLxsd:anyURIoptional  This annotation file will be used by the image page. This URL must be for a file and not a server!
AnnotationServerURLxsd:anyURIoptional  This annotation server will be used for this page.
ImageSettingsNamexsd:NCNameoptional  This named entry in the image settings list will be used for this page.
PageSettingsNamexsd:NCNameoptional  This named entry in the page settings list will be used for this page.
PrintSettingsNamexsd:NCNameoptional  This named entry in the print settings list will be used for this page.
Source
<xsd:complexType name="pagetype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>A page element consists of a page number and other optional attributes.</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="Name" type="xsd:NCName" use="optional">
    <xsd:annotation>
      <xsd:documentation>The Name attribute gives this page a name that can be used in the table of contents or the initial page name.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="PageNumber" type="xsd:positiveInteger" use="required">
    <xsd:annotation>
      <xsd:documentation>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.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="ThumbnailBitmap" type="xsd:base64Binary" use="optional">
    <xsd:annotation>
      <xsd:documentation>Reserved.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="AnnotationFileURL" type="xsd:anyURI" use="optional">
    <xsd:annotation>
      <xsd:documentation>This annotation file will be used by the image page. This URL must be for a file and not a server!</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="AnnotationServerURL" type="xsd:anyURI" use="optional">
    <xsd:annotation>
      <xsd:documentation>This annotation server will be used for this page.</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 this page.</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 this page.</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 this page.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>
See Also
Accusoft Prizm Viewer List File Schema

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback