<publicationStmt>

<publicationStmt> (出版陳述) 匯集電子文件或其他類型文件的出版或發行相關資訊。 2.2.4 Publication, Distribution, etc. 2.2 The File Description
組件header — 2 The TEI Header
屬性
屬於
可包含
宣告

<rng:element name="publicationStmt">
<rng:ref name="att.global.attributes"/>
<rng:choice>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
 <rng:oneOrMore>
  <rng:ref name="model.publicationStmtPart"/>
 </rng:oneOrMore>
</rng:choice>
</rng:element>
element publicationStmt
{
   att.global.attributes,
   ( model.pLike+ | model.publicationStmtPart+ )
}
例子
<publicationStmt>
 <publisher>C. Muquardt </publisher>
 <pubPlace>Bruxelles &amp; Leipzig</pubPlace>
 <date when="1846"/>
</publicationStmt>
例子
<publicationStmt>
 <publisher>Chadwyck Healey</publisher>
 <pubPlace>Cambridge</pubPlace>
 <availability>
  <p>Available under licence only</p>
 </availability>
 <date when="1992">1992</date>
</publicationStmt>