<publicationStmt>

<publicationStmt> (mention de publication) regroupe des informations concernant la publication ou la diffusion d’un texte électronique ou d’un autre type de texte. [2.2.4 Publication, Distribution, Licensing, etc. 2.2 The File Description]
Module header — The TEI Header
Attributs
Contenu dans
Peut contenir
Note

Bien que non imposé par les schémas, un document conforme à la TEI doit donner des informations sur le lieu de publication, l'adresse, l'identifiant, les droits de diffusion et la date dans cet ordre, après le nom de l'éditeur, du distributeur, ou de l'autorité concernée.

Exemple
<publicationStmt>
 <publisher>C. Muquardt </publisher>
 <pubPlace>Bruxelles &amp; Leipzig</pubPlace>
 <date when="1846"/>
</publicationStmt>
Exemple
<publicationStmt>
 <distributor>ATILF (Analyse et Traitement Informatique de la Langue Française)</distributor>
 <idno type="FRANTEXT">L434</idno>
 <address>
  <addrLine>44, avenue de la Libération</addrLine>
  <addrLine>BP 30687</addrLine>
  <addrLine>54063 Nancy Cedex</addrLine>
  <addrLine>FRANCE</addrLine>
 </address>
 <availability status="free">
  <p>Dans un cadre de recherche ou d'enseignement</p>
 </availability>
</publicationStmt>
Modèle de contenu
<content>
 <alternate>
  <sequence minOccurs="1"
   maxOccurs="unbounded">

   <classRef key="model.publicationStmtPart.agency"/>
   <classRef key="model.publicationStmtPart.detail"
    minOccurs="0maxOccurs="unbounded"/>

  </sequence>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

 </alternate>
</content>
Schéma Declaration
<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:ref name="att.global.source.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:group>
    <rng:ref name="model.publicationStmtPart.agency"/>
    <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,
   att.global.source.attributes,
   (
      ( model.publicationStmtPart.agency, model.publicationStmtPart.detail* )+
    | model.pLike+
   )
}