<constitution>

<constitution> describes the internal composition of a text or text sample, for example as fragmentary, complete, etc. 15.2.1 The Text Description
組件corpus — 15 Language Corpora
屬性
typespecifies how the text was constituted.
狀態 非必備的
合法的值是:
single
a single complete text [預設值]
composite
a text made by combining several smaller items, each individually complete
frags
(fragments) a text made by combining several smaller, not necessarily complete, items
unknown
composition unknown or unspecified
屬於 model.textDescPart
可包含
宣告
element constitution
{
   att.global.attributes,
   attribute type { "single" | "composite" | "frags" | "unknown" }?,
   macro.phraseSeq.limited
}
例子
<constitution type="frags">Prologues only.</constitution>
The function of this element seems to overlap with both the org attribute on <div> and the <samplingDecl> in the <encodingDesc>.