citation
citation — An inline bibliographic reference to another published work.
Synopsis
citation ::=
- Zero or more of:
- text
inlinestagedir
templatename
- Bibliography inlines
- Graphic inlines
- Indexing inlines
- Linking inlines
- Markup inlines
- Math inlines
- Product inlines
- Publishing inlines
abbrev
acronym
coref
date
emphasis
(db.emphasis)firstterm
(db._firstterm)firstterm
(db.firstterm)footnote
footnoteref
foreignphrase
(db.foreignphrase)glossterm
(db._glossterm)glossterm
(db.glossterm)phrase
(db.phrase)quote
(db.quote)revnumber
subscript
superscript
wordasword
- Technical inlines
- Ubiquitous inlines
abbrev
acronym
alt
anchor
biblioref
coref
date
emphasis
(db._emphasis)firstterm
(db._firstterm)footnote
footnoteref
foreignphrase
(db._foreignphrase)glossterm
(db._glossterm)indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
phrase
(db._phrase)quote
(db._quote)remark
subscript
superscript
trademark
wordasword
xref
Attributes
Common attributes and common linking attributes.
No additional attributes.
Description
The content of a citation
is assumed to be a
reference string, perhaps identical to an abbreviation in an entry in a
bibliography
.
Processing expectations
Formatted inline.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
These elements contain citation
: attribution
, bridgehead
, citation
, citetitle
, contrib
, emphasis
(db.emphasis), entry
, firstterm
(db.firstterm), foreignphrase
(db.foreignphrase), glosssee
, glossseealso
, glossterm
(db.glossterm), inlinestagedir
, line
, link
, literallayout
, member
, meta
(db.meta.content), olink
, orgdiv
, para
, phrase
(db.phrase), primary
, quote
(db.quote), remark
, secondary
, see
, seealso
, simpara
, subtitle
, term
, termdef
, tertiary
, title
, titleabbrev
.
Children
The following elements occur in citation
: text, abbrev
, acronym
, alt
, anchor
, author
, biblioref
, citation
, citebiblioid
, citetitle
, coref
, date
, editor
, email
, emphasis
(db._emphasis), emphasis
(db.emphasis), firstterm
(db._firstterm), firstterm
(db.firstterm), footnote
, footnoteref
, foreignphrase
(db._foreignphrase), foreignphrase
(db.foreignphrase), glossterm
(db._glossterm), glossterm
(db.glossterm), indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), inlineequation
, inlinemediaobject
, inlinestagedir
, jobtitle
, link
, literal
, olink
, optional
, org
, orgname
, person
, personname
, phrase
(db._phrase), phrase
(db.phrase), productname
, productnumber
, quote
(db._quote), quote
(db.quote), remark
, revnumber
, subscript
, superscript
, templatename
, termdef
, trademark
, uri
, wordasword
, xref
.
See Also
Related elements: citebiblioid
, citetitle
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook' version='5.0'>
|<title>Example citation</title>
||
<para>Consult <citation>AhoSethiUllman96</citation> for more details on
5 |abstract syntax tree construction.
|</para>
||
<para>…</para>
|10 |
<bibliolist>
|<title>Bibliography</title>
||
<biblioentry>
|<abbrev>AhoSethiUllman96</abbrev>
15 |<authorgroup>
|<author><personname>
|<firstname>Alfred V.</firstname><surname>Aho</surname>
|</personname></author>
|<author><personname>
20 |<firstname>Ravi</firstname><surname>Sethi</surname>
|</personname></author>
|<author><personname>
|<firstname>Jeffrey D.</firstname><surname>Ullman</surname>
|</personname></author>
25 |</authorgroup>
|<copyright><year>1996</year>
|<holder>Bell Telephone Laboratories, Inc.</holder></copyright>
|<editor>
|<personname>
30 |<firstname>James T.</firstname><surname>DeWolf</surname>
|</personname>
|</editor>
|<biblioid class="isbn">0-201-10088-6</biblioid>
|<publisher>
35 |<publishername>Addison-Wesley Publishing Company</publishername>
|</publisher>
|<citetitle>Compilers, Principles, Techniques, and Tools</citetitle>
|</biblioentry>
|</bibliolist>
40 ||
</article>
Consult AhoSethiUllman96 for more details on abstract syntax tree construction.
…
[AhoSethiUllman96] . Copyright © 1996 Bell Telephone Laboratories, Inc.. James T. DeWolf. 0-201-10088-6. Addison-Wesley Publishing Company.