<catDesc>

<catDesc> (Description de la catégorie) décrit une catégorie particulière à l’intérieur d’une taxinomie ou d’une typologie de texte, sous forme d’un court texte descriptif suivi ou dans les termes des paramètres contextuels utilisés dans l’élément Description du texte textDesc. [2.3.7 The Classification Declaration]
Module header — The TEI Header
Attributs
Contenu dans
header: category
Peut contenir
Exemple
<catDesc>Texte documentaire</catDesc>
Exemple
<category>
 <catDesc>genre</catDesc>
 <category>
  <catDesc>Géneral</catDesc>
 </category>
 <category>
  <catDesc>Journal</catDesc>
 </category>
 <category>
  <catDesc>Manuel technique</catDesc>
 </category>
</category>
Modèle de contenu
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.limitedPhrase"/>
  <classRef key="model.catDescPart"/>
 </alternate>
</content>
Schéma Declaration
<rng:element name="catDesc">
 <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.canonical.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,
   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.canonical.attributes,
   ( text | model.limitedPhrase | model.catDescPart )*
}