IndexNodes Element

Author-it XML Format

Description

A hierarchical outline list that allows you to set relationships to Index Entry objects that will form the content and structure of your index.

The IndexNodes element is used to represent the contents of the Index. It is shown in Author-it as a tree structure. This element contains a node hierarchy which outlines the relationships between the child elements.

Attributes

None

Parent Element

Index

Children

Element

Optional

Occurs

Node

Yes

Zero to many times

Sample XML

<IndexNodes>
<Node id="1041" />
- <Node id="470">
- <ChildNodes>
<Node id="471" />
<Node id="472" />
</ChildNodes>
</Node>
<Node id="927" />
<Node id="812" />
</IndexNodes>