<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]
Module header
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
Contained by
header: fileDesc
May contain
Note
Information of different kinds should not be grouped together into the same note.
Examples

<notesStmt>
   
<note>Historical commentary provided by Mark Cohen</note>
   
<note>OCR scanning done at University of Toronto</note>
</notesStmt>
Source Github

<elementSpec module="header" ident="notesStmt">
   
<gloss>notes statement</gloss>
   
<desc>collects together any notes providing information about a text additional to that recorded
in other parts of the bibliographic description.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
   
</classes>
   
<content>
      
<alternate minOccurs="1" maxOccurs="unbounded">
         
<classRef key="model.noteLike"/>
         
<elementRef key="relatedItem"/>
      
</alternate>
   
</content>
</elementSpec>