<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>