<classDecl>

<classDecl> 当該テキスト中で使用されている分類コードを定義する,ひとつ以上の分類 法を示す. 2.3.6 分類法宣言 2.3 符号化解説
モジュールheader — 2 TEIヘダー
属性
当該モジュールを使用するもの
下位
header: taxonomy
宣言

<rng:element name="classDecl">
<rng:ref name="att.global.attributes"/>
<rng:oneOrMore>
 <rng:ref name="taxonomy"/>
</rng:oneOrMore>
</rng:element>
element classDecl { att.global.attributes, taxonomy+ }
<classDecl>
 <taxonomy xml:id="LCSH">
  <bibl>Library of Congress Subject Headings</bibl>
 </taxonomy>
</classDecl>
<!-- ... -->
<textClass>
 <keywords scheme="#LCSH">
  <list>
   <item>Political science</item>
   <item>United States -- Politics and government —
       Revolution, 1775-1783</item>
  </list>
 </keywords>
</textClass>