<imprint>

<imprint> 匯集書目項目的出版或發行相關資訊。 3.11.2.3 Imprint, Pagination, and Other Details
組件core — 3 Elements Available in All TEI Documents
屬性
屬於
可包含
宣告

<rng:element name="imprint">
<rng:ref name="att.global.attributes"/>
<rng:oneOrMore>
 <rng:choice>
  <rng:group>
<!--just here to so odd2dtd puts parens into DTD-->
   <rng:ref name="model.imprintPart"/>
  </rng:group>
  <rng:group>
<!--just here to so odd2dtd puts parens into DTD-->
   <rng:ref name="model.dateLike"/>
  </rng:group>
 </rng:choice>
 <rng:zeroOrMore>
  <rng:ref name="model.global"/>
 </rng:zeroOrMore>
</rng:oneOrMore>
</rng:element>
element imprint
{
   att.global.attributes,
   ( ( ( model.imprintPart ) | ( model.dateLike ) ), model.global* )+
}
例子
<imprint>
 <pubPlace>香港</pubPlace>
 <publisher>皇冠</publisher>
 <date>2005</date>
</imprint>