article — An article
article ::=
address
anchor
annotation
bibliolist
blockquote
bridgehead
calloutlist
caution
classsynopsis
cmdsynopsis
constraintdef
constructorsynopsis
destructorsynopsis
epigraph
equation
example
fieldsynopsis
figure
formalpara
funcsynopsis
glosslist
html:form
important
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)informalequation
informalexample
informalfigure
informaltable
(db.cals.informaltable)informaltable
(db.html.informaltable)itemizedlist
literallayout
mediaobject
methodsynopsis
msgset
note
orderedlist
para
procedure
productionset
programlisting
programlistingco
qandaset
remark
revhistory
screen
screenco
screenshot
segmentedlist
sidebar
simpara
simplelist
synopsis
table
(db.cals.table)table
(db.html.table)task
tip
variablelist
warning
Common attributes and common linking attributes.
Additional attributes:
The Article
element is a general-purpose container for
articles. The content model is both quite complex and rather loose in
order to accommodate the wide range of possible Article
structures. Although
changes to the Article
element have been discussed on several
occasions, no better model has been presented.
An Article
is composed of a header and a body. The body
may include a table of contents and multiple lists of tables, figures,
and so on, before the main text of the article and may include a number of
common end-matter components at the end.
Formatted as a displayed block. Frequently causes a forced page break in print media. May be numbered separately and presented in the table of contents.
Common attributes and common linking attributes.
Class identifies the type of article.
Enumerated values: | |
---|---|
“faq” | A collection of frequently asked questions. |
“journalarticle” | An article in a journal or other periodical. |
“productsheet” | A description of a product. |
“specification” | A specification. |
“techreport” | A technical report. |
“whitepaper” | A white paper. |
Specifies an identifying string for presentation purposes
Identifies the editorial or publication status of the element on which it occurs
The following elements occur in article: ackno
, address
, anchor
, annotation
, appendix
, bibliography
, bibliolist
, blockquote
, bridgehead
, calloutlist
, caution
, classsynopsis
, cmdsynopsis
, colophon
, constraintdef
, constructorsynopsis
, destructorsynopsis
, epigraph
, equation
, example
, fieldsynopsis
, figure
, formalpara
, funcsynopsis
, glossary
, glosslist
, html:form
, important
, index
, indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), info
(db.titleforbidden.info), info
(db.titlereq.info), informalequation
, informalexample
, informalfigure
, informaltable
(db.cals.informaltable), informaltable
(db.html.informaltable), itemizedlist
, literallayout
, mediaobject
, methodsynopsis
, msgset
, note
, orderedlist
, para
, procedure
, productionset
, programlisting
, programlistingco
, qandaset
, refentry
, remark
, revhistory
, screen
, screenco
, screenshot
, sect1
, section
, segmentedlist
, sidebar
, simpara
, simplelist
, simplesect
, subtitle
, synopsis
, table
(db.cals.table), table
(db.html.table), task
, tip
, title
, titleabbrev
, toc
, variablelist
, warning
.
<article xmlns='http://docbook.org/ns/docbook'> <info> <title>A World Wide Web Interface to CTAN</title> <titleabbrev>CTAN-Web</titleabbrev> <author><personname> <firstname>Norman</firstname><surname>Walsh</surname> </personname></author> <authorinitials>ndw</authorinitials> <artpagenums>339-343</artpagenums> <volumenum>15</volumenum> <issuenum>3</issuenum> <publisher><publishername>The TeX User's Group</publishername></publisher> <pubdate>1994</pubdate> <revhistory> <revision> <revnumber>1.0</revnumber> <date>1994-03-28</date> <revremark>Submitted.</revremark> </revision> <revision> <revnumber>0.5</revnumber> <date>1994-02-15</date> <revremark>First draft for review.</revremark> </revision> </revhistory> </info> <para>The body of the article …</para> </article>