<notesStmt>

<notesStmt> (notes statement) collects together any notes providing information about a text additional to that recorded in other parts of the bibliographic description. 2.2.6 The Notes Statement 2.2 The File Description
Moduleheader — 2 The TEI Header
AttributesGlobal attributes only
Used by
May contain
core: note
textcrit: witDetail
Declaration

<rng:element name="notesStmt">
<rng:ref name="att.global.attributes"/>
<rng:oneOrMore>
 <rng:ref name="model.noteLike"/>
</rng:oneOrMore>
</rng:element>
element notesStmt { att.global.attributes, model.noteLike+ }
Example
<notesStmt>
 <note>Historical commentary provided by Mark Cohen</note>
 <note>OCR scanning done at University of Toronto</note>
</notesStmt>
Note
Information of different kinds should not be grouped together into the same note.