V5.0org
org — An organization and associated metadata.
Synopsis
org ::=
Description
An org
associates an organization name with
other information about the organization.
Processing expectations
May be formatted inline or as a displayed block, depending on context.
Parents
These elements contain org
: affiliation
, biblioentry
, bibliomixed
, bibliomset
, biblioset
, bridgehead
, citation
, citetitle
, collab
, contrib
, emphasis
(db.emphasis), entry
, firstterm
(db.firstterm), foreignphrase
(db.foreignphrase), glosssee
, glossseealso
, glossterm
(db.glossterm), info
(db.info), info
(db.titleforbidden.info), info
(db.titleonly.info), info
(db.titleonlyreq.info), info
(db.titlereq.info), 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 org
: address
, affiliation
, email
, mediaobject
, orgdiv
, orgname
, uri
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook' version='5.0'>
|<title>Example org</title>
||
<para>This book was edited by <org><orgname>XML Press</orgname>
5 |<address><city>Fort Collins</city>,
|<state>CO</state></address></org> and published by
|<org><orgname>O'Reilly Media, Inc.</orgname>
|<address><city>Sebastopol</city>, <state>CA</state>
|</address></org>.
10 |</para>
||
</article>
This book was edited by XML Press
Fort Collins,
CO
Sebastopol, CA