<publisher-loc>

Publisher’s Location (出版者所在地)

出版の場所で、通常は New York とか London といった都市名。

備考

<publisher-loc> 要素は、いくつかの場合に使用されます。
  1. 記事自体に関するメタデータの一部 (<publisher> 要素 (<journal-meta>) に含まれる。)。
  2. 批評される製品や参照される関連オブジェクトなどの外部オブジェクトを記述するメタデータ内。
  3. (<element-citation><mixed-citation>) など、<ref-list> 内の文献書誌リスト内。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

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

記述方法

この要素は以下の要素内に含むことができます:

用例 1

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<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>
...

用例 2

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<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>
...