<notesStmt>

<notesStmt> (notes statement) 当該書誌情報の他の場所に記録されているテキストに関する注釈をまとめる。 [2.2.6 The Notes Statement 2.2 The File Description]
モジュール header — The TEI Header
属性
上位
下位
解説

種類が異なる情報は、同じ注釈としてまとめるべきではない。

<notesStmt>
 <note>Historical commentary provided by Mark Cohen</note>
 <note>OCR scanning done at University of Toronto</note>
</notesStmt>
Content model
<content>
 <alternate minOccurs="1"
  maxOccurs="unbounded">

  <classRef key="model.noteLike"/>
  <elementRef key="relatedItem"/>
 </alternate>
</content>
宣言
<rng:element name="notesStmt">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="model.noteLike"/>
   <rng:ref name="relatedItem"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
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,
   att.global.source.attributes,
   ( model.noteLike | relatedItem )+
}