<notesStmt>
| <notesStmt> (dichiarazione sulle note) raggruppa tutte le note sul testo in aggiunta a quelle registrate nelle altre parti della descrizione bibliografica. [2.2.6 The Notes Statement 2.2 The File Description] | |
| Modulo | header — The TEI Header |
| Attributi |
|
| Contenuto in | |
| Può contenere |
core: note noteGrp relatedItem
|
| Nota |
Information of different kinds should not be grouped together into the same note. |
| Esempio |
<notesStmt>
<note>Historical commentary provided by Mark Cohen</note> <note>OCR scanning done at University of Toronto</note> </notesStmt> |
| Content model |
<content> |
| Dichiarazione |
<rng:element name="notesStmt"> element notesStmt { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( model.noteLike | relatedItem )+ } |