<leaf>
<leaf> encodes the leaves (terminal nodes) of a tree. 19.2 Trees | |||||||||||||||||||||||||||
Modul | nets — 19 Graphs, Networks, and Trees | ||||||||||||||||||||||||||
Attribute |
| ||||||||||||||||||||||||||
Verwendet von | tree | ||||||||||||||||||||||||||
Kann enthalten | core: label | ||||||||||||||||||||||||||
Deklaration | element leaf { att.global.attributes, attribute value { data.pointer }?, attribute parent { data.pointer }?, attribute follow { data.pointer }?, label? } | ||||||||||||||||||||||||||
Beispiel | <leaf xml:id="peri1" parent="#n1"> <label>periscope</label> </leaf> | ||||||||||||||||||||||||||
Anmerkung | The in degree of a leaf is always 1, its out degree always
0. |