<publisher>

Publisher

Container element for information about the person, company, or other entity that published a work.

Attributes

content-type Type of Content
id Document Internal Identifier
xml:base Base

Content Model

<!ELEMENT  publisher    %publisher-model;                            >

Expanded Content Model

((publisher-name, publisher-loc?)+)

Description

Any one of:

This element may be contained in:

Example 1

...
<front>
<journal-meta>
<journal-id journal-id-type="pmc">BMJ</journal-id>
<journal-id journal-id-type="publisher">BR MED J</journal-id>
<issn>0959-8138</issn>
<publisher>
<publisher-name>British Medical Journal</publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="pmid">10092260</article-id>
<title-group>
<article-title>Systematic review of day hospital
care for elderly people</article-title>
</title-group>
<contrib-group>...</contrib-group>
<aff id="StLukes">...</aff>
<pub-date publication-format="print" date-type="pub" iso-8601-date="1999-03-27">
...</pub-date>
...
</article-meta>
</front>
...

Example 2

Book published by a Canadian publisher showing the Publisher name in two languages:
...
<journal-meta>
<journal-id journal-id-type="publisher">J. NLM DTD Res.</journal-id>
<issn>9999-9994</issn>
<publisher>
<publisher-name xml:lang="fr">&Eacute;tudiant Presse</publisher-name>
<publisher-loc>Montr&eacute;al</publisher-loc>
<publisher-name xml:lang="en">Student Press</publisher-name>
<publisher-loc>Vancouver</publisher-loc>
</publisher>
</journal-meta>
...