<purpose>

<purpose> characterizes a single purpose or communicative function of the text. 15.2.1 The Text Description
Modul corpus — 15 Language Corpora
Neben global gültigen Attributen
type specifies a particular kind of purpose.
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Empfohlene Werte sind:
persuade
didactic, advertising, propaganda, etc.
express
self expression, confessional, etc.
inform
convey information, educate, etc.
entertain
amuse, entertain, etc.
degree specifies the extent to which this purpose predominates.
Zustand Optional
Datentyp

<rng:ref name="data.certainty"/>
data.certainty
Verwendet von
Kann enthalten
Deklaration

<rng:element name="purpose">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:choice>
    <rng:value>persuade</rng:value>
    <rng:value>express</rng:value>
    <rng:value>inform</rng:value>
    <rng:value>entertain</rng:value>
    <rng:data type="Name"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="degree">
   <rng:ref name="data.certainty"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element purpose
{
   att.global.attributes,
   attribute type
   {
      "persuade" | "express" | "inform" | "entertain" | xsd:Name
   }?,
   attribute degree { data.certainty }?,
   macro.phraseSeq.limited
}
Beispiel
<purpose type="persuade" degree="high"/>
<purpose type="entertain" degree="low"/>