<imprint>

<imprint> groups information relating to the publication or distribution of a bibliographic item. 3.11.2.3 Imprint, Pagination, and Other Details
Modulecore — 3 Elements Available in All TEI Documents
AttributesGlobal attributes only
Used by
May contain
Declaration

<rng:element name="imprint">
<rng:ref name="att.global.attributes"/>
<rng:oneOrMore>
 <rng:choice>
  <rng:group>
<!--just here to so odd2dtd puts parens into DTD-->
   <rng:ref name="model.imprintPart"/>
  </rng:group>
  <rng:group>
<!--just here to so odd2dtd puts parens into DTD-->
   <rng:ref name="model.dateLike"/>
  </rng:group>
 </rng:choice>
 <rng:zeroOrMore>
  <rng:ref name="model.global"/>
 </rng:zeroOrMore>
</rng:oneOrMore>
</rng:element>
element imprint
{
   att.global.attributes,
   ( ( ( model.imprintPart ) | ( model.dateLike ) ), model.global* )+
}
Example
<imprint>
 <pubPlace>Oxford</pubPlace>
 <publisher>Clarendon Press</publisher>
 <date>1987</date>
</imprint>