<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>