Description
A PageRange element specified a list of specific pages to use from an image file.
Type
Diagram
Overview
|
|
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.
|
|
Source
<xsd:element name="PageRange" type="pagerangetype" maxOccurs="unbounded" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>A PageRange element specified a list of specific pages to use from an image file.</xsd:documentation>
</xsd:annotation>
</xsd:element>
|
See Also