<root>
| <root> (nœud racine) représente le nœud racine d'un arbre. [20.2 Trees] | |||||||||||||||||||||||||||||||
| Module | nets — Graphs, Networks, and Trees | ||||||||||||||||||||||||||||||
| Attributs |
|
||||||||||||||||||||||||||||||
| Contenu dans |
nets: tree
|
||||||||||||||||||||||||||||||
| Peut contenir |
core: label
|
||||||||||||||||||||||||||||||
| Exemple |
<root xml:id="vp1" children="#vb1 #pn1"
outDegree="2"> <label>VP</label> </root> <leaf xml:id="vb1"/> <leaf xml:id="pn1"/> |
||||||||||||||||||||||||||||||
| Exemple |
<root xml:id="fr_vp1"
children="#fr_vb1 #fr_pn1" outDegree="2"> <label>VP</label> </root> <leaf xml:id="fr_vb1"/> <leaf xml:id="fr_pn1"/> |
||||||||||||||||||||||||||||||
| Modèle de contenu |
<content> |
||||||||||||||||||||||||||||||
| Schéma Declaration |
<rng:element name="root"> element root { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, attribute value { teidata.pointer }?, attribute children { list { teidata.pointer+ } }, attribute ord { teidata.xTruthValue }?, attribute outDegree { teidata.count }?, label? } |
||||||||||||||||||||||||||||||