<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]
Modulecorpus — Language Corpora
Attributesatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
typecategorizes the factuality of the text.
Status Optional
Datatype teidata.enumerated
Legal values are:
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
Member of
Contained by
corpus: textDesc
May contain
Note

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’.

Example
<factuality type="fiction"/>
Example
<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>
Schema Declaration
<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: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,
   attribute type { "fiction" | "fact" | "mixed" | "inapplicable" }?,
   macro.phraseSeq.limited
}