<preparedness>

<preparedness> (preparedness) describe la posibilidad de considerar un texto como preparado o espontáneo. [15.2.1 The Text Description]
Módulo corpus — Language Corpora
Atributos
type⚓︎ una palabra clave que caracteriza el tipo de preparación.
Derivado de att.typed
Estado Opcional
Tipo de datos teidata.enumerated
Posibles valores:
none
espontáneo o sin preparación
scripted
sigue un guión
formulaic
sigue un conjunto predefinido de convenciones
revised
revisado antes de la presentación
Miembro de
Contenido en
corpus: textDesc
Puede contener
Ejemplo
<preparedness type="none"/>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Declaración
<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
}