<catDesc>

<catDesc> (類目描述) 描述分類法中或文件類型學中的某些類目,可用短文描述的型式,或是用TEI正式textDesc所使用的狀況參數。 2.3.6 The Classification Declaration
組件header — 2 The TEI Header
屬性
屬於category
可包含
宣告
element catDesc
{
   att.global.attributes,
   ( text | model.limitedPhrase | model.catDescPart )*
}
例子
<catDesc>Prose reportage</catDesc>
例子
<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>