<imprint>

<imprint> groups information relating to the publication or distribution of a bibliographic item. [3.12.2.4. Imprint, Size of a Document, and Reprint Information]
Module core
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
Contained by
May contain
Examples

<imprint>
   
<pubPlace>Oxford</pubPlace>
   
<publisher>Clarendon Press</publisher>
   
<date>1987</date>
</imprint>
Source Github

<elementSpec module="core" ident="imprint">
   
<gloss/>
   
<desc>groups information relating to the publication or distribution
    of a bibliographic item.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
   
</classes>
   
<content>
      
<sequence>
         
<alternate minOccurs="0" maxOccurs="unbounded">
            
<elementRef key="classCode"/>
            
<elementRef key="catRef"/>
         
</alternate>
         
<sequence minOccurs="1" maxOccurs="unbounded">
            
<alternate>
               
<classRef key="model.imprintPart"/>
               
<classRef key="model.dateLike"/>
            
</alternate>
            
<elementRef key="respStmt" minOccurs="0" maxOccurs="unbounded"/>
            
<classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/>
         
</sequence>
      
</sequence>
   
</content>
</elementSpec>