<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]
Modulocorpus — 15 Language Corpora
Attributiatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
typeclassifica la fattualità del testo.
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.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
Usato da
Contenuto in
corpus: textDesc
Può contenere
Dichiarazione

<rng:element name="factuality">
 <rng:ref name="att.global.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: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.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute type { "fiction" | "fact" | "mixed" | "inapplicable" }?,
   macro.phraseSeq.limited
}
Esempio
<factuality type="fiction"/>
Esempio
<factuality type="mixed">contains a mixture of gossip and
speculation about real people and events</factuality>