<leaf>
<leaf> encodes the leaves (terminal nodes) of a tree. 19.2 Trees | |||||||||||||||||||||||||||
Module | nets — 19 Graphs, Networks, and Trees | ||||||||||||||||||||||||||
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 | <leaf xml:id="peri1" parent="#n1"> <label>periscope</label> </leaf> | ||||||||||||||||||||||||||
Note | The in degree of a leaf is always 1, its out degree always
0. |