<purpose>

<purpose> 텍스트의 단일 목적 또는 의사소통 기능의 특성을 기술한다. [15.2.1 The Text Description]
모듈 corpus — Language Corpora
속성
type⚓︎ 특별한 종류의 목적을 명시한다.
Derived from att.typed
상태 수의적
자료 유형 teidata.enumerated
제안값은 다음을 포함한다:
persuade
설교, 광고, 선전 등
express
자기 표현, 신앙 고백 등
inform
제보, 교육 등
entertain
여흥, 오락 등
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:choice>
    <rng:value>persuade</rng:value>
    <rng:value>express</rng:value>
    <rng:value>inform</rng:value>
    <rng:value>entertain</rng:value>
    <rng:ref name="teidata.enumerated"/>
   </rng:choice>
  </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
   {
      "persuade" | "express" | "inform" | "entertain" | teidata.enumerated
   }?,
   attribute degree { teidata.certainty }?,
   macro.phraseSeq.limited
}