<publisher-name>

Publisher’s Name

Definition

Name of the person, company, or other entity which published a work

Remarks

The <publisher-name> element is used in two contexts:

  1. As a part of the metadata concerning a book or book component; and
  2. As part of the reference metadata inside a bibliographic reference list (inside a <citation>).

Model Information

Content Model

<!ELEMENT  publisher-name
                        (#PCDATA %publisher-name-elements;)*         >

Description

Any combination of:

This element may be contained in:

<citation> Citation; <publisher> Publisher; <related-article> Related Article Information

Tagged Examples

Example 1

In book metadata:


...
<book-meta>
<book-id>...</book-id>
<book-title-group>
<book-title><italic>C. ELEGANS</italic> II
</book-title>
</book-title-group>
...
<publisher>
<publisher-name>Cold Spring Harbor Laboratory Press</publisher-name>
<publisher-loc>Plainview, NY</publisher-loc>
</publisher>
<permissions>
<copyright-statement>&copy; 1997 Cold Spring Harbor Laboratory 
Press</copyright-statement>
<copyright-year>1997</copyright-year>
<copyright-holder>Cold Spring Harbor Laboratory Press</copyright-holder>
</permissions>
<abstract>...</abstract>
</book-meta>
...


Example 2

In a bibliographic citation:


...
<ref id="bid.1651">
<label>1</label>
<citation>
<person-group>
<name><surname>McKusick</surname>
<given-names>VA</given-names></name>
</person-group>
<etal>et al.</etal>
<source>Mendelian Inheritance in Man</source>
<edition>12th ed.</edition>
<publisher-loc>Baltimore</publisher-loc> 
<publisher-name>Johns Hopkins University Press</publisher-name> 
<year>1998</year>
</citation>
</ref>
...

Module

common.ent