<textClass>

<textClass> 標準的な分類スキーム,分類語彙などにより,テキストの性格や話題を示す 情報をまとめる. 2.4.3 The Text Classification
モジュール header — 2 The TEI Header
グローバル属性の他 att.declarable (@default)
当該モジュールを使用するもの
下位
宣言

<rng:element name="textClass">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="classCode"/>
   <rng:ref name="catRef"/>
   <rng:ref name="keywords"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element textClass
{
   att.global.attributes,
   att.declarable.attributes,
   ( classCode | catRef | keywords )*
}
<taxonomy>
 <category xml:id="acprose">
  <catDesc>Academic prose</catDesc>
 </category>
<!-- other categories here -->
</taxonomy>
<!-- ... -->
<textClass>
 <catRef target="#acprose"/>
 <classCode scheme="http://www.udcc.org">001.9</classCode>
 <keywords scheme="http://authorities.loc.gov">
  <term>End of the world</term>
  <term>History - philosophy</term>
 </keywords>
</textClass>