V5.0org
org — An organization and associated metadata.
Synopsis
org ::=
Attributes
Common attributes and common linking attributes.
No additional attributes.
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.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
These elements contain org
: affiliation
, biblioentry
, bibliomixed
, bibliomset
, biblioset
, bridgehead
, caption
(db.html.caption), citation
, citetitle
, classsynopsisinfo
, collab
, contrib
, emphasis
(db.emphasis), entry
, enumitemdescription
, firstterm
(db.firstterm), foreignphrase
(db.foreignphrase), funcsynopsisinfo
, glosssee
, glossseealso
, glossterm
(db.glossterm), info
(db.info), info
(db.titleforbidden.info), info
(db.titleonly.info), info
(db.titleonlyreq.info), info
(db.titlereq.info), link
, literallayout
, member
, merge
, meta
(db.meta.content), 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
, synopsisinfo
, td
, term
, termdef
, tertiary
, tertiaryie
, th
, title
, titleabbrev
, tocentry
.
Children
The following elements occur in org
: address
, affiliation
, email
, 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