Accusoft Prizm Viewer List File Schema Schema
pagesettingslisttype Complex Type
See Also  Send comments on this topic.
Accusoft Prizm Viewer List File Schema Schema : pagesettingslisttype Complex Type

Glossary Item Box

Description

The page settings list consists of a list of PageSettings elements.
Namespace (none)

Diagram

PageSettings Element Sequence pagesettingslisttype Complex Type

Overview

pagesettingslisttype
The page settings list consists of a list of PageSettings elements.
Sequence 1..∞
PageSettings pagesettingstype Complex Type
A page settings list contains only PageSettings elements.
Name required xsd:NCName
The Name attribute is used to associate page settings with an image page, page range, or image file.
InitialImageWindowBackgroundColor optional colortype Simple Type
The InitialImageWindowBackgroundColor attribute is used to specify the background color for the image window.
SelectionRectangle optional Restriction of xsd:string
The SelectionRectangle attribute is used to specify an initial selection on the page.

Used By

Source

<xsd:complexType name="pagesettingslisttype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>The page settings list consists of a list of PageSettings elements.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence maxOccurs="unbounded">
    <xsd:annotation>
      <xsd:documentation>The page settings list can contain any number of PageSettings elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:element name="PageSettings" type="pagesettingstype">
      <xsd:annotation>
        <xsd:documentation>A page settings list contains only PageSettings elements.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.