<constitution>

<constitution> テキストの内部構造を示す.例えば,部分的,完全など. [15.2.1 The Text Description]
モジュールcorpus — 15 Language Corpora
属性att.global (@xml:id, @n, @xml:lang, @rend, @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
完全な1つのテキスト. [初期値]
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">Prologues only.</constitution>
解説
当該要素は,要素divにある属性orgと,要素 encodingDesc中の要素samplingDeclの両方の役割を持 つとされている.