<titleStmt>

<titleStmt> (Mention de titre) L’élément Mention de titre titleStmt regroupe les informations sur le titre d’une œuvre et les personnes ou institutions responsables de son contenu intellectuel. 2.2.1 The Title Statement 2.2 The File Description
Moduleheader — 2 The TEI Header
Attributs
Utilisé par
Peut contenir
Declaration

<rng:element name="titleStmt">
<rng:ref name="att.global.attributes"/>
<rng:group>
 <rng:oneOrMore>
  <rng:ref name="title"/>
 </rng:oneOrMore>
 <rng:zeroOrMore>
  <rng:ref name="model.respLike"/>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element titleStmt { att.global.attributes, ( title+, model.respLike* ) }
Exemple
<titleStmt>
 <title>Capgrave's Life of St. John Norbert: a machine-readable
   transcription</title>
 <respStmt>
  <resp>compiled by</resp>
  <name>P.J. Lucas</name>
 </respStmt>
</titleStmt>