<docImprint>

<docImprint> 刊記にある出版関連情報を示す.例えば,出版日,出版者名など.一般には タイトルページの下にある. 4.6 タイトルページ
モジュールtextstructure — 4 テキスト構造モジュール
属性
当該モジュールを使用するもの
下位
宣言

<rng:element name="docImprint">
<rng:ref name="att.global.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:text/>
  <rng:ref name="model.gLike"/>
  <rng:ref name="model.phrase"/>
  <rng:ref name="pubPlace"/>
  <rng:ref name="docDate"/>
  <rng:ref name="publisher"/>
  <rng:ref name="model.global"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element docImprint
{
   att.global.attributes,
   (
      text
    | model.gLikemodel.phrasepubPlacedocDatepublishermodel.global
   )*
}
<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>
解説
書誌情報向けの要素imprintも参照のこと.タイトル,著者名, 版については,よく使われる要素により簡単な名前が記述される.