<factuality>

<factuality> describes the extent to which the text may be regarded as imaginative or non-imaginative, that is, as describing a fictional or a non-fictional world. 15.2.1 The Text Description
Modulcorpus — 15 Language Corpora
Attribute
typecategorizes the factuality of the text.
Zustand Optional
Gültige Werte:
fiction
the text is to be regarded as entirely imaginative
fact
the text is to be regarded as entirely informative or factual
mixed
the text contains a mixture of fact and fiction
inapplicable
the fiction/fact distinction is not regarded as helpful or appropriate to this text
Verwendet von
Kann enthalten
Deklaration

<rng:element name="factuality">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="type">
  <rng:choice>
   <rng:value>fiction</rng:value>
   <rng:value>fact</rng:value>
   <rng:value>mixed</rng:value>
   <rng:value>inapplicable</rng:value>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element factuality
{
   att.global.attributes,
   attribute type { "fiction" | "fact" | "mixed" | "inapplicable" }?,
   macro.phraseSeq.limited
}
Beispiel
<factuality type="fiction"/>
Beispiel
<factuality type="mixed">contains a mixture of gossip and
speculation about real people and events</factuality>