<notesStmt>
<notesStmt> (notes statement) 当該書誌情報の他の場所に記録されているテキストに関する注釈をまとめる. [2.2.6 The Notes Statement 2.2 The File Description] | |
モジュール | header — The TEI Header |
属性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) |
上位 | |
下位 | core: note relatedItem textcrit: witDetail |
宣言 |
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, ( model.noteLike | relatedItem )+ } |
例 | <notesStmt> <note>Historical commentary provided by Mark Cohen</note> <note>OCR scanning done at University of Toronto</note> </notesStmt> |
解説 | 種類が異なる情報は,同じ注釈としてまとめるべきではない. |