[5.0]org

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, 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), line, link, literallayout, member, 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, 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>
.

Last revised by Norman Walsh on (git hash: c3457cab689d8fd89ba4252de204cf9a14e40acd 6a501344525f32f9834f0e4a5c3c3f8131803fa4 47fe34b28bad7941a61b9c1c17d47f6eed36cd04)