<ref-govpub> (Reference Government Publication) Description .email comment.
Description
This element contains a reference to a government publication, including its name and number, its author name, and perhaps a chapter title of an extract from a larger publication, and a range of relevant pages. It may also include additional information and a link to the publication.
Note that this element can be replaced by the <ref-govpub-text> element if it is necessary to retain the original layout and punctuation of the reference.
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:
--+(choice)
  |  
  |-- ref-govpub-text  -- (TEXT and elements)
  |  
  |--+(sequence)
  |  |  
  | authorfield  -- (elements)
  |  |  
  | chaptitle (optional) -- (TEXT and elements)
  |  |  
  | docpubtitle  -- (TEXT and elements)
  |  |  
  | pubnum  -- (TEXT and elements)
  |  |  
  | pubfield  -- (TEXT and elements)
  |  |  
  | docpubdate (optional) -- (elements)
  |  |  
  | pagefield (repeatable) -- (elements)
  |  |  
  | doi (optional) -- TEXT
  |  |  
  | addinfo (optional) -- (TEXT and elements)
  |  |  
  | linkset (optional) -- (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 ref-govpub                     (ref-govpub-text | 
                                              (authorfield, chaptitle?, docpubtitle, pubnum, pubfield, 
                                              docpubdate?, pagefield+, doi?, addinfo?, linkset?))>
<!ATTLIST ref-govpub
                sequence                 CDATA  #IMPLIED 
               %a-group-CommonRequiredIDAttrs;>
.
Defined in DTD section Back Matter : References : Government Publication References
General Attributes (shared with other elements)
Common Required ID Attributes (a-group-CommonRequiredIDAttrs)
Local Attributes (defined for this element alone)
Attribute: sequence
Description
This attribute holds a number that represents the sequential location of the reference within the group of references at the end of an article. If this attribute is used on one reference it should also be used in all of the other references in the group, and there must then be no gaps in the sequence or duplicate numbers. If this attribute is not used at all, then the order of the reference elements within the XML document should serve as an implied ordering (and might be explicitly numbered using this attribute at a later processing stage).
Specification
This attribute is not required. It has text content.
DTD Definition
                sequence                 CDATA  #IMPLIED 
.