<leaf>

<leaf> (leaf) 수형도의 단말 노드를 부호화한다. [19.2 Trees]
모듈 nets — Graphs, Networks, and Trees
속성
value⚓︎ 자질 구조 또는 기타 분석적 요소에 대한 포인터를 제공한다.
상태 수의적
자료 유형 teidata.pointer
parent⚓︎ 단말 노드의 부모의 확인소를 제공한다.
상태 수의적
자료 유형 teidata.pointer
follow⚓︎ 이 단말 노드가 따르는 요소의 확인소를 제공한다.
상태 수의적
자료 유형 teidata.pointer
에 의해 포함된
nets: tree
포함할 수 있다
core: label
주석

The in degree of a leaf is always 1, its out degree always 0.

<leaf xml:id="peri1parent="#n1">
 <label>periscope</label>
</leaf>
Content model
<content>
 <elementRef key="labelminOccurs="0"/>
</content>
선언
<rng:element name="leaf">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:optional>
  <rng:attribute name="value">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="parent">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="follow">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:ref name="label"/>
 </rng:optional>
</rng:element>
element leaf
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute value { teidata.pointer }?,
   attribute parent { teidata.pointer }?,
   attribute follow { teidata.pointer }?,
   label?
}