<constitution>

<constitution> 描述文本或文本樣本的內部結構,例如零碎的或完整的結構。 15.2.1 The Text Description
組件corpus — 15 Language Corpora
屬性
type說明文本構成方式。
狀態 非必備的
合法的值是:
single
單一完整的文本 [預設值]
composite
文本由許多小項目所組成,每個個別項目都是完整的
frags
(fragments) 文本由許多小項目所組成,每個項目不一定完整
unknown
文本結構未知或未加以說明
屬於
可包含
宣告

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