<titlealts>

The <titlealts> element allows the insertion of alternate titles, such as titles that should be used in creating a table of contents for navigation or a title specific to search results. When the <titlealts> element is absent, the <title> element is used for all title purposes.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

- topic/titlealts

Example

This section is non-normative.

<task id="progexample">
   <title>Example of Required Programming</title>
      <titlealts><navtitle>Programming Example</navtitle></titlealts>
   <taskbody> . . . </taskbody>
</task>

Content model

<navtitle>?, <searchtitle>?

Contained by

<topic>

In order
  1. Optional <navtitle>
  2. Optional <searchtitle>

Contained by

  • <topic>

Inheritance

- topic/titlealts

The <titlealts> element is a base element type. It is defined in the topic module.

Attributes

The following attributes are available on this element: Universal attribute group.