Name

org — An organization and associated metadata

Synopsis

org ::= (orgname, (address | affiliation | email | orgdiv | uri)*)

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.

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>

Get DocBook 5: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.