<publicationfield> (Publication Field) Description .email comment.
Description
This element contains the name and address of the publisher, when the book or conference presentation (proceedings) was published, and what volume it is part of (or what its abstract number is):
<publicationfield>
  <pubname>WHO Offset Publication No. 48</pubname>
  <pubplace>
    <city>Den Haag: The Netherlands, Nijhoff</city>
    <state/>
  </pubplace>
  <year>1979</year>
</publicationfield>
or:
<publicationfield>
  <pubname>Springer</pubname>
  <pubplace>
    <city>Hong Kong</city>
    <state/>
  </pubplace>
  <year>1998</year>
  <volumenum/>
</publicationfield>
This is a highly structured element. If a looser variant is needed that allows a different order of its child elements, or text between them, then the <publicationfield-text> element should be chosen instead.
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.
Parent elements: <ref-book> <ref-conf>
Model Diagram
The DTD model for this element:
--+(sequence)
  |  
 pubname  -- (TEXT and elements)
  |  
 pubplace  -- (elements)
  |  
 month (optional) -- (TEXT and elements)
  |  
 year  -- (TEXT and elements)
  |  
  |--+(optional choice)
  |  |  
  |  |-- volumenum  -- (TEXT and elements)
  |  |  
  |  |-- abstractnum  -- (TEXT and elements)
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 publicationfield               (pubname, pubplace, month?, year, (volumenum | abstractnum)?)>
<!ATTLIST publicationfield
               %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)