<constitution>

<constitution> (constitution) 예를 들어 미완, 완성 등의 텍스트 또는 텍스트 샘플의 내부적 구성을 기술한다. [15.2.1 The Text Description]
모듈 corpus — Language Corpora
속성
type⚓︎ 텍스트의 구성 방식을 명시한다.
Derived from att.typed
상태 수의적
자료 유형 teidata.enumerated
적법한 값은:
single
단일 완전 텍스트 [기본값]
composite
텍스트가 각각 완성된 몇몇의 작은 항목들로 구성되어 있다.
frags
(단편) 텍스트가 몇몇의 작은 항목으로 구성되어 있으나, 이 항목들은 반드시 완성된 것들은 아니다.
unknown
알 수 없거나 명시되지 않은 구성
클럽 회원
에 의해 포함된
corpus: textDesc
포함할 수 있다
주석

The function of this element seems to overlap with both the org attribute on div and the samplingDecl in the encodingDesc.

<constitution type="frags">Prologues only.</constitution>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
선언
<rng:element name="constitution">
 <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"
   a:defaultValue="single">

   <rng:choice>
    <rng:value>single</rng:value>
    <rng:value>composite</rng:value>
    <rng:value>frags</rng:value>
    <rng:value>unknown</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element constitution
{
   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 { "single" | "composite" | "frags" | "unknown" }?,
   macro.phraseSeq.limited
}