<eLeaf>

<eLeaf> (hoja de un árbol integrado.) proporciona explícitamente una hoja de un árbol integrado, que puede ser codificado también con el elemento eTree. 19.3 Another Tree Notation
Módulonets — 19 Graphs, Networks, and Trees
Atributos att.typed (@type, @subtype)
valueprovides the value of an embedding leaf, which is a feature structure or other analytic element.
Estado Necesario cuando se aplica
Tipo de datos
data.pointer
Valores A valid identifier of a feature structure or other analytic element.
Used byeTree triangle
May contain
core: label ptr ref
Declaración
element eLeaf
{
   att.global.attributes,
   att.typed.attributes,
   attribute value { data.pointer }?,
   ( label?, model.ptrLike? )
}
Ejemplo
<eLeaf value="http://an.fsurl.tei/#FSWITH">
 <label>with</label>
</eLeaf>
Nota
The <eTree> tag may be used if the encoder does not wish to distinguish by name between nonleaf and leaf nodes in embedding trees; they are distinguished by their arrangement.