<preparedness>

<preparedness> (preparedness) 텍스트가 준비된 것 또는 자발적인 것으로 간주될 수 있는지의 범위를 기술한다. [15.2.1 The Text Description]
모듈 corpus — Language Corpora
속성
type⚓︎ 준비성의 유형의 특성을 기술하는 키워드
Derived from att.typed
상태 수의적
자료 유형 teidata.enumerated
샘플 값은 다음을 포함한다 Sample values include:
none
자발적 또는 준비되지 않은
scripted
스크립트를 따른다.
formulaic
미리 규정된 관례를 따른다.
revised
제시되기 전 다듬거나 수정된
클럽 회원
에 의해 포함된
corpus: textDesc
포함할 수 있다
<preparedness type="none"/>
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
}