<preparedness>

<preparedness> (preparedness) descrive quanto un testo possa essere considerato preparato o spontaneo [15.2.1 The Text Description]
Modulo corpus — Language Corpora
Attributi
type⚓︎ una parola chiava che caratterizza il grado di spontaneità
Derivato da att.typed
Stato Opzionale
Tipo di dati teidata.enumerated
I valori esemplificativi includono:
none
spontaneo o non preparato
scripted
segue un copione
formulaic
segue una serie di convenzioni predefinite
revised
materiale pulito o revisionato prima della presentazione
Membro del
Contenuto in
corpus: textDesc
Può contenere
Esempio
<preparedness type="none"/>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Dichiarazione
<rng:element name="preparedness">
 <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:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element preparedness
{
   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 { teidata.enumerated }?,
   macro.phraseSeq.limited
}