<leaf>

<leaf> codifica las hojas (nodos terminales) de un árbol. 19.2 Trees
Módulonets — 19 Graphs, Networks, and Trees
Atributos
valueproporciona un identificador de una estructura de rasgos u otro elemento de análisis.
Estado Necesario cuando se aplica
Tipo de datos
data.pointer
Valores A valid identifier of a feature structure or other analytic element.
parentproporciona el identificador que es padre de una hoja.
Estado Opcional
Tipo de datos
data.pointer
Valores The identifier of the parent node.
followproporciona un identificador al elemento que precede a la hoja.
Estado Necesario cuando se aplica
Tipo de datos
data.pointer
Valores The identifier of another intermediate node or leaf of the tree.
Nota
If the tree is unordered or partially ordered, this attribute has the property of fixing the relative order of the leaf and the element which is the value of the attribute.
Used bytree
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="peri1parent="#n1">
 <label>periscope</label>
</leaf>
Nota
The in degree of a leaf is always 1, its out degree always 0.