<eLeaf>

<eLeaf> (嵌入樹狀結構的葉節點。) 為嵌入樹狀結構的葉節點所明確提供的元素,也可用元素eTree來標記。 [19.3 Another Tree Notation]
組件nets — 19 Graphs, Networks, and Trees
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.typed (@type, @subtype)
value提供一個嵌入葉節點值,該嵌入葉節點為一個功能結構或其他分析元素。
狀態 非必備的
資料類型

<rng:ref name="data.pointer"/>
data.pointer
A valid identifier of a feature structure or other analytic element.
屬於
可包含在於
可包含
core: label ptr ref
宣告

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