<purpose>

<purpose> ndica un singolo scopo o funzione comunicativa del testo. [16.2.1 The Text Description]
Modulo corpus — Language Corpora
Attributi
type⚓︎ specifica un tipo particolare di scopo.
Derivato da att.typed
Stato Opzionale
Tipo di dati teidata.enumerated
degree⚓︎ specifica il grado in cui lo scopo predomina.
Stato Opzionale
Tipo di dati teidata.certainty
Contenuto in
corpus: textDesc
Può contenere
Nota

Usually empty, unless some further clarification of the type attribute is needed, in which case it may contain running prose

Esempio
<purpose type="persuadedegree="high"/>
<purpose type="entertaindegree="low"/>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Dichiarazione
<rng:element name="purpose">
 <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.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="degree">
   <rng:ref name="teidata.certainty"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element purpose
{
   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.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   attribute degree { teidata.certainty }?,
   macro.phraseSeq.limited
}