<factuality>

<factuality> (factuality) quantifica quanto il testo possa essere considerato di invenzione o meno, in quanto descrive un mondo immaginato o meno. [15.2.1 The Text Description]
Modulo corpus — Language Corpora
Attributi
type⚓︎ classifica la fattualità del testo.
Derivato da att.typed
Stato Opzionale
Tipo di dati teidata.enumerated
I valori legali sono:
fiction
il testo deve essere considerato interamente fittizio
fact
il testo deve essere considerato interamente informativo e basato su fatti
mixed
il testo contiene un misto di fatti e finzione
inapplicable
la distinzione fittivo reale non è considerata utile o appropriata per il testo
Membro del
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

For many literary texts, a simple binary opposition between ‘fiction’ and ‘fact’ is naïve in the extreme; this parameter is not intended for purposes of subtle literary analysis, but as a simple means of characterizing the claimed fictiveness of a given text. No claim is made that works characterized as ‘fact’ are in any sense ‘true’.

Esempio
<factuality type="fiction"/>
Esempio
<factuality type="mixed">contains a mixture of gossip and
speculation about real people and events</factuality>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Dichiarazione
<rng:element name="factuality">
 <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: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,
   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 { "fiction" | "fact" | "mixed" | "inapplicable" }?,
   macro.phraseSeq.limited
}