<leaf>
<leaf> encodes the leaves (terminal nodes) of a tree. 19.2 Trees | |||||||||||||||||||||||||||
Module | nets — 19 Graphs, Networks, and Trees | ||||||||||||||||||||||||||
In addition to global attributes | In addition to global attributes
|
||||||||||||||||||||||||||
Used by | |||||||||||||||||||||||||||
May contain |
core: label
|
||||||||||||||||||||||||||
Declaration |
element leaf { att.global.attributes, attribute value { data.pointer }?, attribute parent { data.pointer }?, attribute follow { data.pointer }?, label? } |
||||||||||||||||||||||||||
Example | |||||||||||||||||||||||||||
Note |
The in degree of a leaf is always 1, its out degree always
0.
|