<iNode>
<iNode> (中間 (或內部) 節點) 表示一個樹狀結構的中間 (或內部) 節點。 [19.2 Trees] | |||||||||||||||||||||||||||||||||||||||||||||||
組件 | nets — 19 Graphs, Networks, and Trees | ||||||||||||||||||||||||||||||||||||||||||||||
屬性 | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
| ||||||||||||||||||||||||||||||||||||||||||||||
屬於 | |||||||||||||||||||||||||||||||||||||||||||||||
可包含在於 | nets: tree | ||||||||||||||||||||||||||||||||||||||||||||||
可包含 | core: label | ||||||||||||||||||||||||||||||||||||||||||||||
宣告 |
element iNode { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute value { data.pointer }?, attribute children { list { 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> |