Headings Element

Author-it XML Format

Description

Defines the headings that will appear in each output for this topic.

The Headings element contains either the PrintHeading, HelpHeading, and WebHeading elements (if they do not contain the same content), or the All element (if they are all the same).

Attributes

None

Parent Element

Topic

Children

Element

Optional

Occurs

All

Yes

Once

PrintHeading

Yes

Once

HelpHeading

Yes

Once

WebHeading

Yes

Once

Sample XML

<Headings>
<All>Run Modes</All>
</Headings>

- OR -

<Headings>
<PrintHeading>Propagate Object</PrintHeading>
<HelpHeading>Propagate to Remote Users</HelpHeading>
<WebHeading>Propagate Object to Remote Users</WebHeading>
</Headings>