<purpose>

<purpose> 텍스트의 단일 목적 또는 의사소통 기능의 특성을 기술한다. [16.2.1 The Text Description]
모듈 corpus — Language Corpora
속성
type⚓︎ 특별한 종류의 목적을 명시한다.
Derived from att.typed
상태 수의적
자료 유형 teidata.enumerated
degree⚓︎ 이 목적이 유효한 범위를 명시한다.
상태 수의적
자료 유형 teidata.certainty
에 의해 포함된
corpus: textDesc
포함할 수 있다
주석

Usually empty, unless some further clarification of the type attribute is needed, in which case it may contain running prose

<purpose type="persuadedegree="high"/>
<purpose type="entertaindegree="low"/>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
선언
<rng:element name="purpose">
 <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:optional>
  <rng:attribute name="degree">
   <rng:ref name="teidata.certainty"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element purpose
{
   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 }?,
   attribute degree { teidata.certainty }?,
   macro.phraseSeq.limited
}