Description
A normal TOC entry consists of a title element, child table of content elements, and attributes pointing to the associated image page.
Diagram
Overview
|
tocentrytype
A normal TOC entry consists of a title element, child table of content elements, and attributes pointing to the associated image page.
|
PageName optional xsd:NCName
The PageName attribute is the referenced list file image page.
|
|
PageOffset optional xsd:nonNegativeInteger
The PageOffset attribute is the referenced page by offset from either the beginning of the list file images or, if defined, the page indicated by PageName.
|
|
Sequence
|
Title optional xsd:string
This title string is the string displayed in the table of contents for this entry.
|
|
Sequence 1..∞
|
|
PageName optional xsd:NCName
The PageName attribute is the referenced list file image page.
|
|
PageOffset optional xsd:nonNegativeInteger
The PageOffset attribute is the referenced page by offset from either the beginning of the list file images or, if defined, the page indicated by PageName.
|
|
Sequence
|
Title optional xsd:string
This title string is the string displayed in the table of contents for this entry.
|
|
Sequence 1..∞
|
|
ImageFileName required xsd:NCName
The name of an entry in the image file list. The named file must be a PDF file. If the file is not a PDF file, or the PDF file has no TOC, this entry is removed from the TOC tree.
|
|
PruneMissingTargets optional xsd:boolean
The PruneMissingTargets attribute, if true, removed TOC entries that do not point to pages included in the named image file entry. Otherwise, these TOC entries will be non-functional.
|
|
|
|
ImageFileName required xsd:NCName
The name of an entry in the image file list. The named file must be a CAD file. If the file is not a CAD file, this entry is removed from the TOC tree.
|
|
PruneMissingTargets optional xsd:boolean
The PruneMissingTargets attribute, if true, removed TOC entries that do not point to pages included in the named image file entry. Otherwise, these TOC entries will be non-functional.
|
|
|
|
|
|
|
ImageFileName required xsd:NCName
The name of an entry in the image file list. The named file must be a PDF file. If the file is not a PDF file, or the PDF file has no TOC, this entry is removed from the TOC tree.
|
|
PruneMissingTargets optional xsd:boolean
The PruneMissingTargets attribute, if true, removed TOC entries that do not point to pages included in the named image file entry. Otherwise, these TOC entries will be non-functional.
|
|
|
|
ImageFileName required xsd:NCName
The name of an entry in the image file list. The named file must be a CAD file. If the file is not a CAD file, this entry is removed from the TOC tree.
|
|
PruneMissingTargets optional xsd:boolean
The PruneMissingTargets attribute, if true, removed TOC entries that do not point to pages included in the named image file entry. Otherwise, these TOC entries will be non-functional.
|
|
|
|
|
Used By
Attributes
Name | Type | Use | Default | Fixed | Description |
PageName | xsd:NCName | optional | | | The PageName attribute is the referenced list file image page. |
PageOffset | xsd:nonNegativeInteger | optional | | | The PageOffset attribute is the referenced page by offset from either the beginning of the list file images or, if defined, the page indicated by PageName. |
Source
<xsd:complexType name="tocentrytype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>A normal TOC entry consists of a title element, child table of content elements, and attributes pointing to the associated image page.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation>A table of contents entry contains one Title element followed by any number of child TOC entry elements.</xsd:documentation>
</xsd:annotation>
<xsd:element name="Title" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This title string is the string displayed in the table of contents for this entry.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A TOC entry can contain any number of child TOC entry element</xsd:documentation>
</xsd:annotation>
<xsd:element name="TOCEntry" type="tocentrytype" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A TOC entry element can contain another TOC entry element as a child.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PDFTOCEntry" type="pdftocentrytype" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A TOC entry element can contain a PDF TOC entry element as a child.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CADTOCEntry" type="cadtocentrytype" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A TOC entry element can contain a CAD TOC entry element as a child.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="PageName" type="xsd:NCName" use="optional">
<xsd:annotation>
<xsd:documentation>The PageName attribute is the referenced list file image page.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PageOffset" type="xsd:nonNegativeInteger" use="optional">
<xsd:annotation>
<xsd:documentation>The PageOffset attribute is the referenced page by offset from either the beginning of the list file images or, if defined, the page indicated by PageName.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|
See Also