<leaf>
<leaf> codifica las hojas (nodos terminales) de un árbol. 19.2 Trees | |||||||||||||||||||||||||||
Módulo | nets — 19 Graphs, Networks, and Trees | ||||||||||||||||||||||||||
Atributos |
| ||||||||||||||||||||||||||
Used by | tree | ||||||||||||||||||||||||||
May contain | core: label | ||||||||||||||||||||||||||
Declaración | element leaf { att.global.attributes, attribute value { data.pointer }?, attribute parent { data.pointer }?, attribute follow { data.pointer }?, label? } | ||||||||||||||||||||||||||
Ejemplo | <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. |