<textClass>

<textClass> (classification du texte) regroupe des informations décrivant la nature ou le sujet d’un texte selon des termes issus d’un système de classification standardisé, d’un thésaurus, etc. [2.4.3 The Text Classification]
Module header — The TEI Header
Attributs
Membre du
Contenu dans
header: profileDesc
Peut contenir
Exemple
<textClass>
 <keywords scheme="#fr_RAMEAU">
  <list>
   <item>Littérature française -- 20ème siècle -- Histoire et critique</item>
   <item>Littérature française -- Histoire et critique -- Théorie, etc.</item>
   <item>Français (langue) -- Style -- Bases de données.</item>
  </list>
 </keywords>
</textClass>
Exemple
<textClass>
 <catRef target="#fr_forme_prose"/>
</textClass>
Modèle de contenu
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <elementRef key="classCode"/>
  <elementRef key="catRef"/>
  <elementRef key="keywords"/>
 </alternate>
</content>
Schéma Declaration
<rng:element name="textClass">
 <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: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.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,
   att.declarable.attributes,
   ( classCode | catRef | keywords )*
}