<root>
<root> (根節點) 樹狀結構的根節點。 19.2 Trees | |||||||||||||||||||||||||||||||
組件 | nets — 19 Graphs, Networks, and Trees | ||||||||||||||||||||||||||||||
除全域屬性以外 |
|
||||||||||||||||||||||||||||||
屬於 | |||||||||||||||||||||||||||||||
可包含 |
core: label
|
||||||||||||||||||||||||||||||
宣告 |
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="vp1" children="#vb1 #pn1" outDegree="2">
<label>VP</label> </root> <leaf xml:id="vb1"/> <leaf xml:id="pn1"/> |