<imprint>

<imprint> groups information relating to the publication or distribution of a bibliographic item. [3.11.2.4 Imprint, Size of a Document, and Reprint Information]
Modulecore — Elements Available in All TEI Documents
Attributesatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp))
Contained by
core: monogr
May contain
Declaration

<rng:element name="imprint">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:group>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="classCode"/>
    <rng:ref name="catRef"/>
   </rng:choice>
  </rng:zeroOrMore>
  <rng:oneOrMore>
   <rng:choice>
    <rng:group>
     <rng:ref name="model.imprintPart"/>
    </rng:group>
    <rng:group>
     <rng:ref name="model.dateLike"/>
    </rng:group>
   </rng:choice>
   <rng:zeroOrMore>
    <rng:ref name="respStmt"/>
   </rng:zeroOrMore>
   <rng:zeroOrMore>
    <rng:ref name="model.global"/>
   </rng:zeroOrMore>
  </rng:oneOrMore>
 </rng:group>
</rng:element>
element imprint
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   (
      ( classCode | catRef )*,
      (
         ( ( model.imprintPart ) | ( model.dateLike ) ),
         respStmt*,
         model.global*
      )+
   )
}
Example
<imprint>
 <pubPlace>Oxford</pubPlace>
 <publisher>Clarendon Press</publisher>
 <date>1987</date>
</imprint>