<publicationStmt>

<publicationStmt> (publication statement) groups information concerning the publication or distribution of an electronic or other text. [2.2.4. Publication, Distribution, Licensing, etc. 2.2. The File Description]
Module header
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
Contained by
header: fileDesc
May contain
header: idno
linking: ab
Note
Where a publication statement contains several members of the model.publicationStmtPart.agency or model.publicationStmtPart.detail classes rather than one or more paragraphs or anonymous blocks, care should be taken to ensure that the repeated elements are presented in a meaningful order. It is a conformance requirement that elements supplying information about publication place, address, identifier, availability, and date be given following the name of the publisher, distributor, or authority concerned, and preferably in that order.
Examples

<publicationStmt>
   
<publisher>C. Muquardt </publisher>
   
<pubPlace>Bruxelles & Leipzig</pubPlace>
   
<date when="1846"/>
</publicationStmt>

<publicationStmt>
   
<publisher>Chadwyck Healey</publisher>
   
<pubPlace>Cambridge</pubPlace>
   
<availability>
      
<p>Available under licence only</p>
   
</availability>
   
<date when="1992">1992</date>
</publicationStmt>

<publicationStmt>
   
<publisher>Zea Books</publisher>
   
<pubPlace>Lincoln, NE</pubPlace>
   
<date>2017</date>
   
<availability>
      
<p>This is an open access work licensed under a Creative Commons Attribution 4.0 International license.</p>
   
</availability>
   
<ptr target="http://digitalcommons.unl.edu/zeabook/55"/>
</publicationStmt>
Source Github

<elementSpec module="header" ident="publicationStmt">
   
<gloss>publication statement</gloss>
   
<desc>groups information concerning the publication or distribution of an electronic or other text.</desc>
   
<classes>
      
<memberOf key="att.global"/>
   
</classes>
   
<content>
      
<alternate>
         
<sequence minOccurs="1" maxOccurs="unbounded">
            
<classRef key="model.publicationStmtPart.agency"/>
            
<classRef key="model.publicationStmtPart.detail" minOccurs="0" maxOccurs="unbounded"/>
         
</sequence>
         
<classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/>
      
</alternate>
   
</content>
</elementSpec>