<imprint>

<imprint> raggruppa le informazioni riguardo la pubblicazione o distribuzione di un'unità bibliograica. [3.11.2.3 Imprint, Pagination, and Other Details]
Modulocore — 3 Elements Available in All TEI Documents
Attributiatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
Usato da
Contenuto in
core: monogr
Può contenere
Dichiarazione

<rng:element name="imprint">
 <rng:ref name="att.global.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: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:element>
element imprint
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( ( ( model.imprintPart ) | ( model.dateLike ) ), respStmt*, model.global* )+
}
Esempio
<imprint>
 <pubPlace>Oxford</pubPlace>
 <publisher>Clarendon Press</publisher>
 <date>1987</date>
</imprint>