titleabbrev

$Revision: 1666 $

$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $

titleabbrev — The abbreviation of a Title

Synopsis

Mixed Content Model

titleabbrev ::=
(%title.char.mix;)*

Attributes

Common attributes

Parameter Entities

The following parameter entities contain titleabbrev:

Parameter Entities
%bibliocomponent.mix;%bookcomponent.title.content;%div.title.content;
%formalobject.title.content;%info.class;%refsect.title.content;
%sect.title.content;%tbl.table.mdl; 

Description

TitleAbbrev holds an abbreviated version of a Title. One common use of TitleAbbrev is for the text used in running headers or footers, when the proper title is too long to be used conveniently.

Processing expectations

May be formatted inline or as a displayed block, depending on context. Abbreviated titles are usually used only in specific contexts, such as headers and footers, and suppressed everywhere else.

Future Changes

The InterfaceDefinition element will be discarded in DocBook V4.0. It will no longer be available in the content model of this element.

See Also

subtitle, title.

Examples

<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<chapter><title>How to Configure the Menu Subsystem
of the Graphical User Interface</title>
<titleabbrev>Configuring Menus</titleabbrev>
<para>
Actual content.
</para>
</chapter>

For additional examples, see also article, book, xref.