<titleStmt>

<titleStmt> ( Titelinformation) umfasst Angaben zum Titel eines Werks und zu den für seinen Inhalt Verantwortlichen 2.2.1 The Title Statement 2.2 The File Description
Modulheader — 2 The TEI Header
Attribute
Verwendet vonbiblFull fileDesc
Kann enthalten
Deklaration

<rng:element name="titleStmt">
<rng:ref name="att.global.attributes"/>
<rng:group>
 <rng:oneOrMore>
  <rng:ref name="title"/>
 </rng:oneOrMore>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="author"/>
   <rng:ref name="editor"/>
   <rng:ref name="sponsor"/>
   <rng:ref name="funder"/>
   <rng:ref name="principal"/>
   <rng:ref name="respStmt"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element titleStmt
{
   att.global.attributes,
   ( title+, ( author | editor | sponsor | funder | principal | respStmt )* )
}
Beispiel
<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>