quote (db.quote)
quote — An inline quotation.
Synopsis
quote (db.quote) ::=
- 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
A quote
surrounds an inline quotation. Using an
element for quotations is sometimes more convenient than entering the
quotation marks directly, and makes it possible for a presentation
system to alter the format of the quotation marks.
Block quotations are properly identified as
blockquote
s.
Processing expectations
Formatted inline. The quote
element is
expected to generate the proper quotation marks. These may be
influenced by the lang
attribute
on an ancestor element. For example, a quote in French might use
«guillemets» instead of English “quote marks.”
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
These elements contain quote
: biblioentry
, bibliomixed
, bibliomset
, biblioset
, 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 quote
: 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: abbrev
, acronym
, emphasis
, foreignphrase
, phrase
, quote
(db._quote), wordasword
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<title>Example quote</title>
||
<para>This software is provided <quote>as is</quote>, without expressed
5 |or implied warranty.
|</para>
||
</article>
This software is provided as is
, without expressed
or implied warranty.