otheraddr
otheraddr — Uncategorized information in address.
Synopsis
- Zero or more of:
- text
- Graphic inlines
- Indexing inlines
- Linking 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
Description
Within an address
, otheraddr
is a wrapper for parts of an address other than
street
, pob
,
postcode
, city
,
state
, country
,
phone
, fax
, and
email
, all of which have elements specific to their
content.
In early versions of DocBook, address
was not
allowed to contain character data (it was a database-like collection of
fields). In that context, a wrapper was necessary for any random pieces
of information that might be required for an address. With the
introduction of character data directly in the
address
element, otheraddr
may
have lost most of its raison
d’être.
Processing expectations
Formatted inline. This element may inherit the verbatim
qualities of an address
.
Children
The following elements occur in otheraddr: text, 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
.
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example otheraddr</title>
<para>Please deliver to:
<address>The Law Offices of Dewey, Cheatem, and Howe
<street>100 Main Street</street>
<otheraddr>Third Floor</otheraddr>
<city>Anytown</city>, <state>NY</state> <postcode>12345</postcode>
<country>USA</country>
</address>
</para>
</article>