<leaf>
<leaf> codifica le foglie (nodi terminali) di un albero 19.2 Trees | |||||||||||||||||||||||||||
Modulo | nets — 19 Graphs, Networks, and Trees | ||||||||||||||||||||||||||
Attributi |
| ||||||||||||||||||||||||||
Usato da | tree | ||||||||||||||||||||||||||
Può contenere | core: label | ||||||||||||||||||||||||||
Dichiarazione | element leaf { att.global.attributes, attribute value { data.pointer }?, attribute parent { data.pointer }?, attribute follow { data.pointer }?, label? } | ||||||||||||||||||||||||||
Esempio | <leaf xml:id="peri1" parent="#n1"> <label>periscope</label> </leaf> | ||||||||||||||||||||||||||
Nota | The in degree of a leaf is always 1, its out degree always
0. |