<iNode>

<iNode> (中間 (或內部) 節點) 表示一個樹狀結構的中間 (或內部) 節點。 [19.2 Trees]
組件 nets — Graphs, Networks, and Trees
屬性
value⚓︎ 提供一個中間節點值,該節點為一個功能結構或其他分析元素。
狀態 非必備的
資料類型 teidata.pointer
children⚓︎ 提供中間節點的子節點之元素識別符碼列表。
狀態 必備的
資料類型 1–∞ 次可出現: teidata.pointer 以空白鍵隔開
parent⚓︎ 提供中間節點的雙親節點的元素識別符碼。
狀態 非必備的
資料類型 teidata.pointer
ord⚓︎ (ordered) 說明內部節點是否整齊排列。
狀態 非必備的
資料類型 teidata.xTruthValue
follow⚓︎ 提供此節點所尾隨的元素識別符碼。
狀態 非必備的
資料類型 teidata.pointer
outDegree⚓︎ 中間節點的向外分支度,即為其子節點的數量。
狀態 非必備的
資料類型 teidata.count
可包含在於
nets: tree
可包含
core: label
例子
<iNode xml:id="pt1children="#GD-UP1"
 parent="#GD-VB1follow="#GD-PN1outDegree="1">

 <label>PT</label>
</iNode>
Content model
<content>
 <elementRef key="labelminOccurs="0"/>
</content>
宣告
<rng:element name="iNode">
 <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:attribute name="children">
  <rng:list>
   <rng:oneOrMore>
    <rng:ref name="teidata.pointer"/>
   </rng:oneOrMore>
  </rng:list>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="parent">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="ord">
   <rng:ref name="teidata.xTruthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="follow">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="outDegree">
   <rng:ref name="teidata.count"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:ref name="label"/>
 </rng:optional>
</rng:element>
element iNode
{
   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 children { list { teidata.pointer+ } },
   attribute parent { teidata.pointer }?,
   attribute ord { teidata.xTruthValue }?,
   attribute follow { teidata.pointer }?,
   attribute outDegree { teidata.count }?,
   label?
}