foreignphrase (db.foreignphrase)
foreignphrase — A word or phrase in a language other than the primary language of the document.
Synopsis
foreignphrase (db.foreignphrase) ::=
- Zero or more of:
- text
- Bibliography inlines
- Graphic inlines
- Indexing inlines
- Linking 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)subscript
superscript
wordasword
Attributes
Description
The foreignphrase
element can be used to mark
up the text of a foreign word or phrase. “Foreign” in this
context means that it is a language other than the primary language of
the document and is not intended to be pejorative in any way.
Processing expectations
A foreignphrase
is often given special
typographic treatment, such as italics.
Parents
These elements contain foreignphrase
: biblioentry
, bibliomixed
, bibliomset
, biblioset
, bridgehead
, caption
(db.html.caption), citation
, citetitle
, classsynopsisinfo
, contrib
, emphasis
(db.emphasis), entry
, firstterm
(db.firstterm), foreignphrase
(db.foreignphrase), funcsynopsisinfo
, glosssee
, glossseealso
, glossterm
(db.glossterm), link
, literallayout
, member
, olink
, orgdiv
, para
, phrase
(db.phrase), primary
, primaryie
, programlisting
, quote
(db.quote), refdescriptor
, refentrytitle
, refname
, refpurpose
, remark
, screen
, secondary
, secondaryie
, see
, seealso
, seealsoie
, seeie
, seg
, segtitle
, simpara
, subtitle
, synopsis
, td
, term
, termdef
, tertiary
, tertiaryie
, th
, title
, titleabbrev
, tocentry
.
Children
The following elements occur in foreignphrase: text, abbrev
, acronym
, anchor
, application
, author
, biblioref
, citation
, citebiblioid
, citerefentry
, citetitle
, coref
, database
, date
, editor
, emphasis
(db.emphasis), firstterm
(db._firstterm), firstterm
(db.firstterm), footnote
, footnoteref
, foreignphrase
(db.foreignphrase), glossterm
(db._glossterm), glossterm
(db.glossterm), hardware
, indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), inlinemediaobject
, jobtitle
, link
, olink
, org
, orgname
, person
, personname
, phrase
(db.phrase), productname
, productnumber
, quote
(db.quote), subscript
, superscript
, trademark
, wordasword
, xref
.
See Also
abbrev
, acronym
, emphasis
, foreignphrase
(db._foreignphrase), phrase
, quote
, wordasword
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example foreignphrase</title>
<para>Like so many others, it became a <foreignphrase>de facto</foreignphrase>
standard.
</para>
</article>