<iNode>
| <iNode> (中間 (或內部) 節點) 表示一個樹狀結構的中間 (或內部) 節點。 19.2 Trees | |||||||||||||||||||||||||||||||||||||||||||||||
| 組件 | nets — 19 Graphs, Networks, and Trees | ||||||||||||||||||||||||||||||||||||||||||||||
| 除全域屬性以外 | 
 | ||||||||||||||||||||||||||||||||||||||||||||||
| 屬於 | |||||||||||||||||||||||||||||||||||||||||||||||
| 可包含 | core: label  | ||||||||||||||||||||||||||||||||||||||||||||||
| 宣告 | 
 element iNode { att.global.attributes, attribute value { data.pointer }?, attribute children { list { data.pointer, data.pointer* } }, attribute parent { data.pointer }?, attribute ord { data.xTruthValue }?, attribute follow { data.pointer }?, attribute outDegree { data.count }?, label? } | ||||||||||||||||||||||||||||||||||||||||||||||
| 例子 | <iNode xml:id="pt1" children="#GD-UP1" parent="#GD-VB1" follow="#GD-PN1" outDegree="1"> <label>PT</label> </iNode> | ||||||||||||||||||||||||||||||||||||||||||||||
