<constitution>

<constitution> 描述文本或文本樣本的內部結構,例如零碎的或完整的結構。 [15.2.1 The Text Description]
組件corpus — 15 Language Corpora
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
type說明文本構成方式。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
合法的值是:
single
單一完整的文本 [預設值]
composite
文本由許多小項目所組成,每個個別項目都是完整的
frags
(fragments) 文本由許多小項目所組成,每個項目不一定完整
unknown
文本結構未知或未加以說明
屬於
可包含在於
corpus: textDesc
可包含
宣告

<rng:element name="constitution">
 <rng:ref name="att.global.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: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.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute type { "single" | "composite" | "frags" | "unknown" }?,
   macro.phraseSeq.limited
}
例子
<constitution type="frags">只有開場白</constitution>