<catDesc>

<catDesc> (Beschreibung der Kategorie) Kategorie innerhalb einer Taxonomie oder Texttypologie, entweder als einfache Beschreibung oder über situative Parameter, wie im TEI-Format textDesc dargestellt. 2.3.6 The Classification Declaration
Modulheader — 2 The TEI Header
Attribute
Verwendet voncategory
Kann enthalten
Deklaration
element catDesc
{
   att.global.attributes,
   ( text | model.limitedPhrase | model.catDescPart )*
}
Beispiel
<catDesc>Prose reportage</catDesc>
Beispiel
<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>