DocBook 5.1: The Definitive Guide  (Version 1.5.3 for DocBook 5.1)

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, caption (db.html.caption), citation, citetitle, classsynopsisinfo, collab, contrib, emphasis (db.emphasis), entry, 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, 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 org: address, affiliation, email, orgdiv, orgname, uri.

Examples

<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>
  <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>.
</para>

</article>

This book was edited by

<org>XML Press
Fort Collins,
  CO
</org>
and published by
<org>O'Reilly Media, Inc.
Sebastopol, CA
  
</org>
.