<catDesc>

<catDesc> (Description de catégorie) décrit une certaine catégorie à l’intérieur d’une taxinomie ou d’une typologie de texte, sous forme d’une brève description en prose suivie ou en termes de paramètres contextuels utilisés dans l’élément textDesc(Description du texte) 2.3.6 The Classification Declaration
Moduleheader — 2 The TEI Header
Attributs
Utilisé par
Peut contenir
Declaration

<rng:element name="catDesc">
<rng:ref name="att.global.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:text/>
  <rng:ref name="model.limitedPhrase"/>
  <rng:ref name="model.catDescPart"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element catDesc
{
   att.global.attributes,
   ( text | model.limitedPhrase | model.catDescPart )*
}
Exemple
<catDesc>Prose reportage</catDesc>
Exemple
<catDesc>
 <textDesc n="novel">
  <channel mode="w">print; part issues</channel>
  <constitution type="single"/>
  <derivation type="original"/>
  <domain type="art"/>
  <factuality type="fiction"/>
  <interaction type="none"/>
  <preparedness type="prepared"/>
  <purpose type="entertaindegree="high"/>
  <purpose type="informdegree="medium"/>
 </textDesc>
</catDesc>