<leaf>

<leaf> codifica le foglie (nodi terminali) di un albero [19.2 Trees]
Modulonets — 19 Graphs, Networks, and Trees
Attributiatt.global (@xml:id, @n, @xml:lang, @rend, @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))
valueassegna alla foglia un valore, che può essere una struttura di tratti o altro elemento di analisi
Stato Opzionale
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori A valid identifier of a feature structure or other analytic element.
parentassegna un identificatore al genitore della foglia
Stato Opzionale
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori The identifier of the parent node.
followassegna un identificatore all'elemento che precede la foglia
Stato Opzionale
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori The identifier of another intermediate node or leaf of the tree.
Usato da
Contenuto in
nets: tree
Può contenere
core: label
Dichiarazione

<rng:element name="leaf">
 <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:optional>
  <rng:attribute name="value">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="parent">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="follow">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:ref name="label"/>
 </rng:optional>
</rng:element>
element leaf
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute value { data.pointer }?,
   attribute parent { data.pointer }?,
   attribute follow { data.pointer }?,
   label?
}
Esempio
<leaf xml:id="peri1" parent="#n1">
 <label>periscope</label>
</leaf>