Text Encoding Initiative

The XML Version of the TEI Guidelines

<docImprint>


<docImprint> (document imprint) contains the imprint statement (place and date of publication, publisher name), as given (usually) at the foot of a title page.
Attributes Global attributes and those inherited from fmchunk, tpParts
Example
<docImprint>Oxford, Clarendon Press, 1987</docImprint>

Imprints may be somewhat more complex:

<docImprint>
   <pubPlace>London</pubPlace>
Printed for <name>E. Nutt</name>,
at 
<pubPlace>Royal Exchange</pubPlace>;
<name>J. Roberts</name> in 
<pubPlace>wick-Lane</pubPlace>;
<name>A. Dodd</name> without 
<pubPlace>Temple-Bar</pubPlace>;
and <name>J. Graves</name> in 
<pubPlace>St. James's-street.</pubPlace>
   <date>1722.</date>
</docImprint>

Note

Cf. the <imprint> element of bibliographic citations. As with title, author, and editions, the shorter name is reserved for the element likely to be used more often.

Module Declared in file teifron2; Core tag sets: enabled when any TEI base is enabled
Class tpParts; fmchunk
May contain #PCDATA abbr add addSpan address alt altGrp anchor app c caesura cb certainty cl corr damage date dateRange dateStruct del delSpan distinct docDate emph expan fLib foreign formula fs fsLib fvLib fw gap geogName gloss handShift hi index interp interpGrp join joinGrp lang lb link linkGrp m measure mentioned milestone name num oRef oVar orgName orig pRef pVar pb persName phr placeName ptr pubPlace publisher ref reg respons restore rs s seg sic soCalled space span spanGrp supplied term time timeRange timeStruct timeline title unclear w xptr xref
May occur within front titlePage
Declaration
<!ELEMENT docImprint %om.RO; (#PCDATA | %m.phrase; | pubPlace | 
         docDate | publisher | %m.Incl;)* > 
<!ATTLIST docImprint  
      %a.global;>
See further 7.5 Title Pages

Up: 35 Elements