<factuality>

<factuality> (factuality) 텍스트가 상상적 또는 비상상적, 즉, 허구적 또는 사실적 세계를 기술하는 것으로 간주될 수 있는 범위를 기술한다. [15.2.1 The Text Description]
모듈 corpus — Language Corpora
속성
type⚓︎ 텍스트의 사실성을 유형화한다.
Derived from att.typed
상태 수의적
자료 유형 teidata.enumerated
적법한 값은:
fiction
텍스트가 전적으로 상상적이라 간주된다.
fact
텍스트가 전적으로 정보적이거나 사실적이라고 간주된다.
mixed
텍스트가 사실과 허구의 혼합이다.
inapplicable
사실과 허구의 구별은 이 텍스트에 적절치 않은 것으로 간주된다.
클럽 회원
에 의해 포함된
corpus: textDesc
포함할 수 있다
주석

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

<factuality type="fiction"/>
<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>
선언
<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
}