article — An article
annotation
bridgehead
remark
revhistory
informalequation
informalexample
informalfigure
informaltable
(db.cals.informaltable)informaltable
(db.html.informaltable)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.
Identifies the nature of the 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: acknowledgements
, 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>