Name of the person, company, or other entity which published a work
The <publisher-name> element is used in two contexts:
<!ELEMENT publisher-name (#PCDATA %publisher-name-elements;)* >
Any combination of:
<citation> Citation; <publisher> Publisher; <related-article> Related Article Information
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>
<copyright-statement>© 1997 Cold Spring Harbor Laboratory Press</copyright-statement>
<copyright-year>1997</copyright-year>
<abstract>...</abstract>
</book-meta>
...
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>
...
common.ent