<publisher-loc>

Publisher’s Location

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

Content Model

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

Expanded Content Model

(#PCDATA | addr-line | country | fax | institution | phone | email | ext-link | multi-link | uri | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | named-content | styled-content | sub | sup)*

Description

Any combination of:

This element may be contained in:

<element-citation>, <mixed-citation>, <nlm-citation>, <product>, <publisher>, <related-article>, <related-object>

Example 1

In an element-style bibliographic reference (punctuation and spacing removed):

...
<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>2006</year>
<size units="page">153 p</size>
<series>Biotechnology Intelligence Unit</series>
</element-citation>
</ref>
...


Example 2

In a mixed-style bibliographic reference (punctuation and spacing preserved):

...
<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>2006</year>.
<size units="page">153 p</size>. (<series>Biotechnology
Intelligence Unit</series>).</mixed-citation>
</ref>
...


Module

common3.ent