<leaf>
<leaf> encodes the leaves (terminal nodes) of a tree. 19.2 Trees | |||||||||||||||||||||||||||
組件 | nets — 19 Graphs, Networks, and Trees | ||||||||||||||||||||||||||
屬性 |
| ||||||||||||||||||||||||||
屬於 | tree | ||||||||||||||||||||||||||
可包含 | core: label | ||||||||||||||||||||||||||
宣告 | element leaf { att.global.attributes, attribute value { data.pointer }?, attribute parent { data.pointer }?, attribute follow { data.pointer }?, label? } | ||||||||||||||||||||||||||
例子 | <leaf xml:id="peri1" parent="#n1"> <label>periscope</label> </leaf> | ||||||||||||||||||||||||||
註 | The in degree of a leaf is always 1, its out degree always
0. |