<pubplace> (Publisher Place) Description .email comment.
Description
This element contains the location of the publisher who published the book or conference presentation (proceedings):
<publicationfield>
  <pubname>Springer</pubname>
  <pubplace>
    <city>Hong Kong</city>
    <state/>
  </pubplace>
  ...
</publicationfield>
Parent Elements
The elements listed below may directly contain this element. They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Model Diagram
The DTD model for this element:
--+(sequence)
  |  
 city  -- TEXT
  |  
  |--+(choice)
  |  |  
  |  |-- state (optional) -- TEXT
  |  |  
  |  |-- country (optional) -- TEXT
DTD Definition
The DTD contains the following element and attribute definitions (note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT pubplace                       (city, (state? | country?))>
<!ATTLIST pubplace
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Back Matter : References : Book References
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)