<leaf>

<leaf> 木(構造)における葉(終端ノード)を示す. 19.2 Trees
モジュールnets — 19 Graphs, Networks, and Trees
属性
value 素性構造または他の分析要素へのポインタを示す.
状態 使えるならば必須
データ型
data.pointer
A valid identifier of a feature structure or other analytic element.
parent 葉の親要素の識別子を示す.
状態 任意
データ型
data.pointer
The identifier of the parent node.
follow 当該葉の姉要素の識別子を示す.
状態 使えるならば必須
データ型
data.pointer
The identifier of another intermediate node or leaf of the tree.
解説
If the tree is unordered or partially ordered, this attribute has the property of fixing the relative order of the leaf and the element which is the value of the attribute.
当該モジュールを使用するものtree
下位
core: label
宣言
element leaf
{
   att.global.attributes,
   attribute value { data.pointer }?,
   attribute parent { data.pointer }?,
   attribute follow { data.pointer }?,
   label?
}
<leaf xml:id="peri1parent="#n1">
 <label>periscope</label>
</leaf>
解説
The in degree of a leaf is always 1, its out degree always 0.