<iNode>
<iNode> (nodo intermedio (o interno)) representa un nodo intermedio (o interno) de un árbol. [20.2 Trees] | |||||||||||||||||||||||||||||||||||||
Módulo | nets — Graphs, Networks, and Trees | ||||||||||||||||||||||||||||||||||||
Atributos |
|
||||||||||||||||||||||||||||||||||||
Contenido en |
nets: tree
|
||||||||||||||||||||||||||||||||||||
Puede contener |
core: label
|
||||||||||||||||||||||||||||||||||||
Ejemplo |
<iNode xml:id="pt1" children="#GD-UP1"
parent="#GD-VB1" follow="#GD-PN1" outDegree="1"> <label>PT</label> </iNode> |
||||||||||||||||||||||||||||||||||||
Content model |
<content> |
||||||||||||||||||||||||||||||||||||
Declaración |
<rng:element name="iNode"> 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? } |