abstract

$Revision: 1666 $

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

abstract — A summary

Synopsis

Content Model

abstract ::=
(title?,
 (%para.class;)+)

Attributes

Common attributes

Parameter Entities

The following parameter entities contain abstract:

Parameter Entities
%bibliocomponent.mix;%bookcomponent.content;%component.mix;
%descobj.class;%divcomponent.mix;%info.class;
%listpreamble.mix;%refcomponent.mix; 

Description

An abstract can occur in most components of DocBook. It is expected to contain some sort of summary of the content with which it is associated (by containment).

Processing expectations

Formatted as a displayed block. Sometimes suppressed. Often presented in alternate outputs.

Children

The following elements occur in abstract: formalpara, para, simpara, title.

See Also

blockquote, epigraph, highlights, sidebar.

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>Some Chapter</title>
<abstract>
<para>
In brief, &hellip;
</para>
</abstract>
<para>
In this chapter, &hellip;
</para>
</chapter>

For additional examples, see also section.