<publisher> Publisher

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

Base Attributes

Models and Context
May be contained in
Description
Any one of:
Content Model
<!ELEMENT  publisher    %publisher-model;                            >
Expanded Content Model

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

Tagged Samples
Single publisher inside <journal-meta>
...
<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>
...
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>
...
Related Resources