<preparedness>

<preparedness> (preparedness) 描述文本可能被視為經過準備或自然呈現的程度。 [15.2.1 The Text Description]
組件 corpus — Language Corpora
屬性
type⚓︎ 說明準備程度的類型。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
實例值包含:
none
自然呈現或未經準備
scripted
依照稿子
formulaic
依照一套事先定義的常規
revised
文本呈現前事先經過潤飾或修訂
俱乐部会员
可包含在於
corpus: textDesc
可包含
例子
<preparedness type=""/>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
宣告
<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
}