<pubPlace>

<pubPlace> (publication place) contains the name of the place where a bibliographic item was published. 3.11.2.3 Imprint, Pagination, and Other Details
Modulecore — 3 Elements Available in All TEI Documents
Attributes att.naming (@nymRef) (att.canonical (@key, @ref))
Used by
May contain
Declaration

<rng:element name="pubPlace">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.naming.attributes"/>
<rng:ref name="att.canonical.attributes"/>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element pubPlace
{
   att.global.attributes,
   att.naming.attributes,
   att.canonical.attributes,
   macro.phraseSeq
}
Example
<publicationStmt>
 <publisher>Oxford University Press</publisher>
 <pubPlace>Oxford</pubPlace>
 <date>1989</date>
</publicationStmt>