◇◆
<publisher-loc> Publisher’s Location (in a citation)
In a bibliographic citation (<element-citation> or <mixed-citation>) or a citation to a related object (<related-object>), this element names the place of publication of the cited document, typically a
city such as “New York” or “London”.
Usage/Remarks
This element is not part of the metadata of a standards document. Use the element
<std-org-loc> to record the location of the publishing or adopting standard.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Address Elements
- <addr-line> Address Line
- <city> City (in an address)
- <country> Country (in an address)
- <fax> Fax Number (in address)
- <institution> Institution Name
- <institution-wrap> Institution Wrapper
- <phone> Phone Number: in an Address
- <postal-code> Postal Code: in an Address
- <state> State or Province (in an address)
- External Linking Elements
- Emphasis Elements
- Inline Display Elements
- Baseline Change Elements
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 | email | ext-link | uri | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | inline-graphic | private-char | sub | sup)*
Tagged Sample
In mixed-style bibliographic reference (punctuation and spacing preserved)
...
<ref id="bibr40">
<label>40</label>
<mixed-citation><collab>World Health Organization</collab>,
<collab>World Bank</collab>. (<year iso-8601-date="2011">2011</year>),
<source>World Report on Disability</source>,
<publisher-loc>Geneva</publisher-loc>, available at:
<ext-link
xlink:href="http://www.who.int/disabilities/world_report/2011/en/index.html"
>http://www.who.int/disabilities/world_report/2011/en/index.html</ext-link
></mixed-citation>
</ref>
...