<classDecl>

<classDecl> (분류 선언) 텍스트 내 어디서든 사용될 수 있는 분류 부호를 정의하는 분류법을 포함한다. 2.3.6 The Classification Declaration 2.3 The Encoding Description
모듈 header — 2 The TEI Header
에 의해 사용된
포함할 수 있다
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>