<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. [4.6. Title Pages]
Module | textstructure |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) |
Member of | |
Contained by | |
May contain |
core: abbr add choice date del ellipsis emph foreign gap gloss graphic hi lb mentioned milestone name note noteGrp num orig pb ptr pubPlace publisher q ref reg rs sic term time title unclear
figures: figure
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
msdescription: locusGrp
namesdates: addName affiliation forename genName geo location nameLink objectName orgName persName placeName roleName settlement surname
textstructure: docDate
character data
|
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.
|
Examples |
<docImprint>Oxford, Clarendon Press, 1987</docImprint> <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> |
Source | Github
<elementSpec module="textstructure" ident="docImprint"> <gloss>document imprint</gloss> <desc>contains the imprint statement (place and date of publication, publisher name), as given (usually) at the foot of a title page.</desc> <classes> <memberOf key="att.global"/> <memberOf key="model.titlepagePart"/> <memberOf key="model.pLike.front"/> </classes> <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <elementRef key="pubPlace"/> <elementRef key="docDate"/> <elementRef key="publisher"/> <classRef key="model.global"/> </alternate> </content> </elementSpec> |