<constitution>

<constitution> (constitution) 描述文本或文本樣本的內部結構,例如零碎的或完整的結構。 [15.2.1 The Text Description]
組件 corpus — Language Corpora
屬性
type⚓︎ 說明文本構成方式。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
合法的值是:
single
單一完整的文本 [預設值]
composite
文本由許多小項目所組成,每個個別項目都是完整的
frags
(fragments) 文本由許多小項目所組成,每個項目不一定完整
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">只有開場白</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
}