<textDesc>

<textDesc> (text description) provides a description of a text in terms of its situational parameters. [15.2.1 The Text Description]
Modul corpus — Language Corpora
Attribute
Mitglied des
Enthalten in
Kann enthalten
Beispiel
<textDesc n="Informal domestic conversation">
 <channel mode="s"/>
 <constitution type="single"/>
 <derivation type="original"/>
 <domain type="domestic"/>
 <factuality type="mixed"/>
 <interaction type="complete"
  active="pluralpassive="many"/>

 <preparedness type="spontaneous"/>
 <purpose type="entertaindegree="high"/>
 <purpose type="informdegree="medium"/>
</textDesc>
Content model
<content>
 <sequence>
  <classRef key="model.textDescPart"
   expand="sequence"/>

  <elementRef key="purposeminOccurs="1"
   maxOccurs="unbounded"/>

 </sequence>
</content>
Schema Deklaration
<rng:element name="textDesc">
 <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:group>
  <rng:ref name="channel"/>
  <rng:ref name="constitution"/>
  <rng:ref name="derivation"/>
  <rng:ref name="domain"/>
  <rng:ref name="factuality"/>
  <rng:ref name="interaction"/>
  <rng:ref name="preparedness"/>
  <rng:oneOrMore>
   <rng:ref name="purpose"/>
  </rng:oneOrMore>
 </rng:group>
</rng:element>
element textDesc
{
   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,
   (
      channel,
      constitution,
      derivation,
      domain,
      factuality,
      interaction,
      preparedness,
      purpose+
   )
}