<pubPlace>

<pubPlace> (lugar de la publicación) contiene el nombre del lugar de publicación de un elemento bibliográfico. 3.11.2.3 Imprint, Pagination, and Other Details
Módulo core — 3 Elements Available in All TEI Documents
Además de los atributos globales att.naming (@nymRef) (att.canonical (@key, @ref))
Usado por
Puede contener
Declaración

<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
}
Ejemplo
<publicationStmt>
 <publisher>Oxford University Press</publisher>
 <pubPlace>Oxford</pubPlace>
 <date>1989</date>
</publicationStmt>