<root>

<root> 木の根要素を示す. 19.2
モジュールnets — 19 Graphs, Networks, and 木
属性
value 当該根要素の値絵お示す.これは,素性構造または他の分析要素となる.
状態 使えるならば必須
データ型

<rng:ref name="data.pointer"/>
data.pointer
素性構造または他の分析要素の妥当な識別子.
children 当該根要素の子要素となる要素の識別子のリストを示す.
状態 必須
データ型 1–∞ occurrences of

<rng:ref name="data.pointer"/>
data.pointer
空白文字で区切られる
妥当な識別子のリスト.
解説
当該根要素が子要素を持たない場合,属性childrenは必 ず省略される.技術的な理由から,<root children=''>の 様には定義できない.
ord 当該根要素が,順序付きかどうかを示す.
状態 使えるならば必須
データ型

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
解説
属性値trueは,当該根要素の子要素が順序付きであるこ とを示し,属性値falseは,順序付きでないことを示す.
要素treeの属性ordの値がpartial で,当該根要素が複数の子要素を持つ場合にのみ,使用される.
outDegree 当該根要素の出の次数,すなわち子要素の数を示す.
状態 任意
データ型

<rng:ref name="data.count"/>
data.count
非負整数.
解説
当該根要素の入りの次数は,常に0.
当該モジュールを使用するもの
下位
core: label
宣言

<rng:element name="root">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="value">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
</rng:optional>
<rng:attribute name="children">
 <rng:list>
  <rng:oneOrMore>
   <rng:ref name="data.pointer"/>
  </rng:oneOrMore>
 </rng:list>
</rng:attribute>
<rng:optional>
 <rng:attribute name="ord">
  <rng:ref name="data.xTruthValue"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="outDegree">
  <rng:ref name="data.count"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:ref name="label"/>
</rng:optional>
</rng:element>
element root
{
   att.global.attributes,
   attribute value { data.pointer }?,
   attribute children { list { data.pointer+ } },
   attribute ord { data.xTruthValue }?,
   attribute outDegree { data.count }?,
   label?
}
<root xml:id="vp1children="#vb1 #pn1outDegree="2">
 <label>VP</label>
</root>
<leaf xml:id="vb1"/>
<leaf xml:id="pn1"/>