<cite>

The <cite> element is used when you need a bibliographic citation. It specifically identifies the title of the resource.

Though citations are often set apart from surrounding text, such as through italics, rendering of the <cite> element is left up to implementations.

Content models

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

Inheritance

- topic/cite

Example

This section is non-normative.

<p>The online article <cite>Specialization in the Darwin Information Typing
Architecture</cite> provides a detailed explanation of how to define new
topic types.</p>

Content model

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

Contained by

<abstract>, <b>, <bodydiv>, <data>, <dd>, <ddhd>, <desc>, <div>, <draft-comment>, <dt>, <dthd>, <entry>, <example>, <figgroup>, <fn>, <howtoavoid>, <i>, <itemgroup>, <li>, <line-through>, <lines>, <linkinfo>, <lq>, <note>, <overline>, <p>, <ph>, <pre>, <q>, <section>, <sectiondiv>, <shortdesc>, <sli>, <stentry>, <sub>, <sup>, <title>, <tt>, <u>, <xref>

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

Contained by

  • <abstract>
  • <b>
  • <bodydiv>
  • <data>
  • <dd>
  • <ddhd>
  • <desc>
  • <div>
  • <draft-comment>
  • <dt>
  • <dthd>
  • <entry>
  • <example>
  • <figgroup>
  • <fn>
  • <howtoavoid>
  • <i>
  • <itemgroup>
  • <li>
  • <line-through>
  • <lines>
  • <linkinfo>
  • <lq>
  • <note>
  • <overline>
  • <p>
  • <ph>
  • <pre>
  • <q>
  • <section>
  • <sectiondiv>
  • <shortdesc>
  • <sli>
  • <stentry>
  • <sub>
  • <sup>
  • <title>
  • <tt>
  • <u>
  • <xref>

Inheritance

- topic/cite

The <cite> 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, outputclass, and @keyref.