<publicationStmt>

<publicationStmt> (Erklärung zum Status der Veröffentlichung ) umfasst Angaben zu Veröffentlichung oder Vertrieb eines elektronischen oder sonstigen Texts. 2.2.4 Publication, Distribution, etc. 2.2 The File Description
Modulheader — 2 The TEI Header
Attribute
Verwendet von
Kann enthalten
Deklaration

<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+ )
}
Beispiel
<publicationStmt>
 <publisher>C. Muquardt </publisher>
 <pubPlace>Bruxelles &amp; Leipzig</pubPlace>
 <date when="1846"/>
</publicationStmt>
Beispiel
<publicationStmt>
 <publisher>Chadwyck Healey</publisher>
 <pubPlace>Cambridge</pubPlace>
 <availability>
  <p>Available under licence only</p>
 </availability>
 <date when="1992">1992</date>
</publicationStmt>