<publisher-loc> Publisher’s Location

Place of publication, usually a city, such as New York or London.

Usage/Remarks

This element may be used in bibliographic references (<element-citation> and <mixed-citation>) within a <ref-list>.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  publisher-loc
                        (#PCDATA %publisher-loc-elements;)*          >
Expanded Content Model

(#PCDATA | addr-line | city | country | fax | institution | institution-wrap | phone | postal-code | state)*

Tagged Sample

In citations

Mixed citation
...
<ref>
 <mixed-citation publication-type="book" publication-format="print">
  <string-name><surname>Chaponnier</surname>
  <given-names>Christine</given-names></string-name>,
  <string-name><surname>Desmouli&egrave;re</surname>
  <given-names>Alexis</given-names></string-name>,
  <string-name><surname>Gabbiani</surname>
  <given-names>Giulio</given-names></string-name>, editors.
  <source>Tissue Repair, Contraction and the Myofibroblast</source>.
  <publisher-loc>Georgetown (TX)</publisher-loc>:
  <publisher-name>Landes Bioscience</publisher-name>;
  <publisher-loc>New York</publisher-loc>:
  <publisher-name>Springer Verlag</publisher-name>;
  <year iso-8601-date="2006">2006</year>.
  <size units="pages">153 p</size>. (<series>Biotechnology
  Intelligence Unit</series>).</mixed-citation>
</ref>
...
Element citation
...
<ref>
 <element-citation publication-type="book" publication-format="print">
  <person-group person-group-type="editor">
   <name><surname>Chaponnier</surname>
    <given-names>Christine</given-names></name>
   <name><surname>Desmouli&egrave;re</surname>
    <given-names>Alexis</given-names></name>
   <name><surname>Gabbiani</surname>
    <given-names>Giulio</given-names></name>
  </person-group>
  <source>Tissue Repair, Contraction and the Myofibroblast</source>
  <publisher-loc>Georgetown (TX)</publisher-loc>
  <publisher-name>Landes Bioscience</publisher-name>
  <publisher-loc>New York</publisher-loc>
  <publisher-name>Springer Verlag</publisher-name>
  <year iso-8601-date="2006">2006</year>
  <size units="pages">153 p</size>
  <series>Biotechnology Intelligence Unit</series>
 </element-citation>
</ref>
...