<notesStmt>
| <notesStmt> (declaración de notas) agrupa algunas notas que proporcionan información sobre un texto adicional referido en otras partes de la descripción bibliográfica. [2.2.6 The Notes Statement 2.2 The File Description] | |
| Módulo | header — The TEI Header |
| Atributos |
|
| Contenido en | |
| Puede contener |
core: note noteGrp relatedItem
|
| Nota |
La información de diversos tipos no se debe agrupar junta en la misma nota. |
| Ejemplo |
<notesStmt>
<note>Historical commentary provided by Mark Cohen</note> <note>OCR scanning done at University of Toronto</note> </notesStmt> |
| Content model |
<content> |
| Declaración |
<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 )+ } |