<docImprint>

<docImprint> (文件出版說明) 包含文件出版陳述 (出版日期、地點以及出版公司名稱) ,同於 (通常) 題名頁尾所顯示的出版資訊。 [4.6 Title Pages]
組件 textstructure — Default Text Structure
屬性
俱乐部会员
可包含在於
msdescription: msItem
textcrit: lem rdg
textstructure: back front titlePage
可包含

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.

例子
<docImprint>上海:中華書局,2001年。</docImprint>
例子
<docImprint>
 <date>1995</date>年初版發行於<pubPlace>台北</pubPlace><pubPlace>麥田出版</pubPlace><name>王德威</name>主編 ; 另外亦出版於<pubPlace>香港</pubPlace><pubPlace>城邦</pubPlace>; <pubPlace>馬來西亞</pubPlace><pubPlace>城邦</pubPlace>
</docImprint>
Content model
<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>
宣告
<rng:element name="docImprint">
 <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:ref name="att.global.source.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,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   (
      text
    | model.gLikemodel.phrasepubPlacedocDatepublishermodel.global
   )*
}