publisher

Name

publisher -- The publisher of a document

Synopsis

Content Model
publisher ::=
(publishername,address*)
Attributes Common attributes
Parameter Entities
bibliocomponent.mix info.class  

Description

Publisher associates a PublisherName and an Address. Many publishers have offices in more than one city. Publisher can be used to list or distinguish between the multiple offices.

Processing expectations

May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.

Parents

These elements contain publisher: appendixinfo, articleinfo, biblioentry, bibliographyinfo, bibliomixed, bibliomset, biblioset, blockinfo, bookinfo, chapterinfo, glossaryinfo, indexinfo, objectinfo, partinfo, prefaceinfo, refentryinfo, referenceinfo, refsect1info, refsect2info, refsect3info, refsectioninfo, refsynopsisdivinfo, sect1info, sect2info, sect3info, sect4info, sect5info, sectioninfo, setindexinfo, setinfo, sidebarinfo.

Children

The following elements occur in publisher: address, publishername.

Examples

<!DOCTYPE publisher PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<publisher>
  <publishername>O'Reilly &amp; Associates, Inc.</publishername>
  <address><street>101 ...</street>
  ...
  </address>
</publisher>

For additional examples, see also article, bibliography, biblioset.