<title>

The <title> element contains a heading or label for the main parts of a topic: the topic as a whole, sections, examples, and labelled content such as figures and tables. The element also can be used to provide a title for a map or a relationship table; when used in a relationship table, the title typically is used as a authoring convenience and is not rendered for display to an end user.

Content models

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

Inheritance

- topic/title

Example

This section is non-normative.

<topic id="topicid">
  <title rev="121212">Monitoring the patient following the procedure
    <draft-comment>deleted the word "during" and added the word "following"</draft-comment> 
</title>
  <body>
    <!-- ... -->
    <fig id="fig-01">
      <title rev="121212">Patient-monitoring procedure flow following procedures
        <draft-comment>deleted the word "during" and added 
              the word "following"</draft-comment></title>
      <!-- ... -->
    </fig>
    <!-- ... -->
  </body>
</topic>

Content model

(Text | <boolean> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <state> | <cite> | <data> | <data-about> | <draft-comment> | <foreign> | <unknown> | <required-cleanup> | <image>)*

Contained by

<data>, <example>, <fig>, <figgroup>, <linklist>, <section>, <table>, <topic>

Zero or more of the following
  • Text
  • <boolean>
  • <cite>
  • <data>
  • <data-about>
  • <draft-comment>
  • <foreign>
  • <image>
  • <keyword>
  • <ph>
  • <q>
  • <required-cleanup>
  • <state>
  • <term>
  • <text>
  • <tm>
  • <unknown>

Contained by

  • <data>
  • <example>
  • <fig>
  • <figgroup>
  • <linklist>
  • <section>
  • <table>
  • <topic>

Inheritance

- topic/title

The <title> 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 (without the Metadata attribute group), @base and @rev from the Metadata attribute group, and outputclass.