Objects Element

Author-it XML Format

Description

The Objects element is one of the major structural elements. It contains one or more elements representing each Author-it object. For example if a topic and a file object are included in the xml file, then the objects element contains a topic element and a file element. There are thirteen Author-it objects, and each one has a corresponding xml element. Each object element contains all the properties for that object.

Attributes

None

Parent Element

Author-it

Children

Element

Optional

Occurs

Book

Yes

Zero to many

File

Yes

Zero to many

Glossary

Yes

Zero to many

Hyperlink

Yes

Zero to many

Index

Yes

Zero to many

IndexEntry

Yes

Zero to many

Macro

Yes

Zero to many

Media

Yes

Zero to many

PublishProfile

Yes

Zero to many

Style

Yes

Zero to many

TableOfContents

Yes

Zero to many

TableOfFigures

Yes

Zero to many

TitlePage

Yes

Zero to many

Topic

Yes

Zero to many

Sample XML

<Objects>
+ <Book>
+ <File>
+ <Topic>
</Objects>