<factuality>

<factuality> indica la posibilidad de ver un texto como ficcional o no, es decir atendiendo a si describle un mundo ficticio o no. 15.2.1 The Text Description
Módulocorpus — 15 Language Corpora
Atributos
typeclasifica la objetividad de un texto
Estado Opcional
Los valores admitidos son:
fiction
el texto debe ser considerado como enteramente imaginativo
fact
el texto debe ser considerado como enteramente informativo o efectivo
mixed
el texto contiene una mezcla de realidad y de ficción
inapplicable
la distinción ficción/realidad no se considera útil o apropiada para este texto
Usado por
Puede contener
Declaración

<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
}
Ejemplo
<factuality type="fiction"/>
Ejemplo
<factuality type="mixed">contains a mixture of gossip and
speculation about real people and events</factuality>