<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, Licencing, etc. 2.2 The File Description]
Moduleheader — 2 The TEI Header
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
Utilisé par
Contenu dans
Peut contenir
Declaration

<rng:element name="publicationStmt">
 <rng:ref name="att.global.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: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,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( model.pLike+ | model.publicationStmtPart+ )
}
Exemple
<publicationStmt>
 <publisher>C. Muquardt </publisher>
 <pubPlace>Bruxelles &amp; Leipzig</pubPlace>
 <date when="1846"/>
</publicationStmt>
Exemple
<publicationStmt>
 <publisher>C. Muquardt</publisher>
 <pubPlace>Bruxelles</pubPlace>
 <date when="1880"/>
</publicationStmt>
Exemple
<publicationStmt>
 <idno type="FRANTEXT">L434</idno>
 <distributor>ATILF (Analyse et Traitement Informatique de la Langue Française)</distributor>
 <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>
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.