<eLeaf>

<eLeaf> (leaf or terminal node of an embedding tree) provides explicitly for a leaf of an embedding tree, which may also be encoded with the eTree element. 19.3 Another Tree Notation
Modulenets — 19 Graphs, Networks, and Trees
Attributes att.typed (@type, @subtype)
valueprovides the value of an embedding leaf, which is a feature structure or other analytic element.
Status Required when applicable
Datatype

<rng:ref name="data.pointer"/>
data.pointer
Values A valid identifier of a feature structure or other analytic element.
Used by
May contain
core: label ptr ref
Declaration

<rng:element name="eLeaf">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:optional>
 <rng:attribute name="value">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
</rng:optional>
<rng:group>
 <rng:optional>
  <rng:ref name="label"/>
 </rng:optional>
 <rng:optional>
  <rng:ref name="model.ptrLike"/>
 </rng:optional>
</rng:group>
</rng:element>
element eLeaf
{
   att.global.attributes,
   att.typed.attributes,
   attribute value { data.pointer }?,
   ( label?, model.ptrLike? )
}
Example
<eLeaf value="http://an.fsurl.tei/#FSWITH">
 <label>with</label>
</eLeaf>
Note
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.