<publicationStmt>

<publicationStmt> (出版陳述) 匯集電子文件或其他類型文件的出版或發行相關資訊。 [2.2.4 Publication, Distribution, Licensing, etc. 2.2 The File Description]
組件header — The TEI Header
屬性att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp))
可包含在於
可包含
宣告

<rng:element name="publicationStmt">
 <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:choice>
  <rng:oneOrMore>
   <rng:group>
    <rng:group>
     <rng:ref name="model.publicationStmtPart.agency"/>
    </rng:group>
    <rng:zeroOrMore>
     <rng:ref name="model.publicationStmtPart.detail"/>
    </rng:zeroOrMore>
   </rng:group>
  </rng:oneOrMore>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
 </rng:choice>
</rng:element>
element publicationStmt
{
   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,
   (
      (
         ( model.publicationStmtPart.agency ),
         model.publicationStmtPart.detail*
      )+
    | model.pLike+
   )
}
例子
<publicationStmt>
 <publisher>重慶大學出版社</publisher>
 <pubPlace>中國:重慶</pubPlace>
 <date when="2002"/>
</publicationStmt>
例子
<publicationStmt>
 <publisher>大塊文化</publisher>
 <pubPlace>台灣:台北</pubPlace>
 <availability>
  <p>版權所有 翻印必究</p>
 </availability>
 <date when="1992">1992</date>
</publicationStmt>