<tree>
<tree> (arbre) encode un arbre, qui est composé d'une racine, de nœuds internes, de feuilles et d'arcs allant de la racine vers les feuilles. [19.2 Trees] | |||||||||||||||||||||||
Module | nets — Graphs, Networks, and Trees | ||||||||||||||||||||||
Attributs | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
|
||||||||||||||||||||||
Membre du | |||||||||||||||||||||||
Contenu dans |
header: change handNote licence scriptNote
linking: standOff
msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote
namesdates: occupation
nets: forest
tagdocs: specGrp
transcr: metamark
|
||||||||||||||||||||||
Peut contenir | |||||||||||||||||||||||
Note |
Il doit y avoir un nœud racine et zéro, un ou plusieurs nœuds internes et feuilles. S'il y a un nœud interne, il doit y avoir au moins une feuille. |
||||||||||||||||||||||
Exemple |
<tree n="ex2" arity="2" ord="partial"
order="13"> <root xml:id="G-div1" children="#G-plu1 #G-exp1" ord="true"> <label>/</label> </root> <iNode xml:id="G-plu1" children="#G-exp2 #G-exp3" parent="#G-div1" ord="false"> <label>+</label> </iNode> <iNode xml:id="G-exp1" children="#G-plu2 #G-num2.3" parent="#G-div1" ord="true"> <label>**</label> </iNode> <iNode xml:id="G-exp2" children="#G-vara1 #G-num2.1" parent="#G-plu1" ord="true"> <label>**</label> </iNode> <iNode xml:id="G-exp3" children="#G-varb1 #G-num2.2" parent="#G-plu1" ord="true"> <label>**</label> </iNode> <iNode xml:id="G-plu2" children="#G-vara2 #G-varb2" parent="#G-exp1" ord="false"> <label>+</label> </iNode> <leaf xml:id="G-vara1" parent="#G-exp2"> <label>a</label> </leaf> <leaf xml:id="G-num2.1" parent="#G-exp2"> <label>2</label> </leaf> <leaf xml:id="G-varb1" parent="#G-exp3"> <label>b</label> </leaf> <leaf xml:id="G-num2.2" parent="#G-exp3"> <label>2</label> </leaf> <leaf xml:id="G-vara2" parent="#G-plu2"> <label>a</label> </leaf> <leaf xml:id="G-varb2" parent="#G-plu2"> <label>b</label> </leaf> <leaf xml:id="G-num2.3" parent="#G-exp1"> <label>2</label> </leaf> </tree> |
||||||||||||||||||||||
Exemple |
<tree n="ex2" arity="2" ord="partial"
order="13"> <root xml:id="fr_G-div1" children="#fr_G-plu1 #fr_G-exp1" ord="true"> <label>/</label> </root> <iNode xml:id="fr_G-plu1" children="#fr_G-exp2 #fr_G-exp3" parent="#fr_G-div1" ord="false"> <label>+</label> </iNode> <iNode xml:id="fr_G-exp1" children="#fr_G-plu2 #fr_G-num2.3" parent="#fr_G-div1" ord="true"> <label>**</label> </iNode> <iNode xml:id="fr_G-exp2" children="#fr_G-vara1 #fr_G-num2.1" parent="#fr_G-plu1" ord="true"> <label>**</label> </iNode> <iNode xml:id="fr_G-exp3" children="#fr_G-varb1 #fr_G-num2.2" parent="#fr_G-plu1" ord="true"> <label>**</label> </iNode> <iNode xml:id="fr_G-plu2" children="#fr_G-vara2 #fr_G-varb2" parent="#fr_G-exp1" ord="false"> <label>+</label> </iNode> <leaf xml:id="fr_G-vara1" parent="#fr_G-exp2"> <label>a</label> </leaf> <leaf xml:id="fr_G-num2.1" parent="#fr_G-exp2"> <label>2</label> </leaf> <leaf xml:id="fr_G-varb1" parent="#fr_G-exp3"> <label>b</label> </leaf> <leaf xml:id="fr_G-num2.2" parent="#fr_G-exp3"> <label>2</label> </leaf> <leaf xml:id="fr_G-vara2" parent="#fr_G-plu2"> <label>a</label> </leaf> <leaf xml:id="fr_G-varb2" parent="#fr_G-plu2"> <label>b</label> </leaf> <leaf xml:id="fr_G-num2.3" parent="#fr_G-exp1"> <label>2</label> </leaf> </tree> |
||||||||||||||||||||||
Modèle de contenu |
<content> |
||||||||||||||||||||||
Schéma Declaration |
<rng:element name="tree"> element tree { 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 arity { teidata.count }?, attribute ord { "true" | "partial" | "false" }, attribute order { teidata.count }?, ( label?, ( ( leaf | iNode )*, root, ( leaf | iNode )* ) ) } |