◇◆
<publisher> Publisher
Container element for information about the person, company, or other entity that
published a work.
Models and Context
May be contained in
Description
Any one of:
- The following sequence (in order), one or more times:
Content Model
<!ELEMENT publisher %publisher-model; >
Expanded Content Model
((publisher-name, publisher-loc?)+)
Tagged Samples
Single publisher for entire book
...
<book-meta>
<book-id>...</book-id>
<book-title-group>
<book-title>Sequence - Evolution - Function</book-title>
<subtitle>Computational Approaches in Comparative Genomics</subtitle>
</book-title-group>
...
<publisher>
<publisher-name>Kluwer Academic Publishers</publisher-name>
<publisher-loc>Norwell, MA</publisher-loc>
</publisher>
<permissions>
<copyright-statement>© 2003 by Kluwer Academic
Publishers.</copyright-statement>
<copyright-year>2003</copyright-year>
</permissions>
<abstract>...</abstract>
</book-meta>
...
Publisher name in two languages
...
<book-meta>
<book-id>...</book-id>
<book-title-group>
<book-title>Why Say Why?</book-title>
</book-title-group>
<pub-date iso-8601-date="2009">
<year>2009</year>
</pub-date>
<publisher>
<publisher-name xml:lang="fr">Étudiant Presse</publisher-name>
<publisher-loc>Montréal</publisher-loc>
<publisher-name xml:lang="en">Etudiant Press</publisher-name>
<publisher-loc>Vancouver</publisher-loc>
</publisher>
</book-meta>
...