<notesStmt>

<notesStmt> (mention de notes) rassemble toutes les notes fournissant des informations sur un texte, en plus des informations mentionnées dans d'autres parties de la description bibliographique. [2.2.6 The Notes Statement 2.2 The File Description]
Module header — The TEI Header
Attributs
Contenu dans
Peut contenir
Note

des informations hétérogènes ne doivent pas être regroupées dans une même note.

Exemple
<notesStmt>
 <note>Les photographies, héliogravures et cartes postales colorisées signées Lehnert
   &amp; Landrock, de techniques novatrices, sont réellement des œuvres d'art ; elles
   apportent en outre une documentation considérable sur la Tunisie du début du XXe
   siècle.</note>
</notesStmt>
Modèle de contenu
<content>
 <alternate minOccurs="1"
  maxOccurs="unbounded">

  <classRef key="model.noteLike"/>
  <elementRef key="relatedItem"/>
 </alternate>
</content>
Schéma Declaration
<rng:element name="notesStmt">
 <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:oneOrMore>
  <rng:choice>
   <rng:ref name="model.noteLike"/>
   <rng:ref name="relatedItem"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
element notesStmt
{
   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.noteLike | relatedItem )+
}