<preparedness>

<preparedness> (preparedness) describes the extent to which a text may be regarded as prepared or spontaneous. [15.2.1 The Text Description]
Module corpus — Language Corpora
Attributes
type⚓︎ a keyword characterizing the type of preparedness.
Derived from att.typed
Status Optional
Datatype teidata.enumerated
Sample values include:
none
spontaneous or unprepared
scripted
follows a script
formulaic
follows a predefined set of conventions
revised
polished or revised before presentation
Member of
Contained by
corpus: textDesc
May contain
Example
<preparedness type="none"/>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Schema Declaration
<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
}