<docImprint>

<docImprint> (文件出版說明) 包含文件出版陳述 (出版日期、地點以及出版公司名稱) ,同於 (通常) 題名頁尾所顯示的出版資訊。 [4.6 Title Pages]
組件textstructure — 4 Default Text Structure
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @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))
屬於
可包含在於
msdescription: msItem
textstructure: back front titlePage
可包含
宣告

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