<triangle>
<triangle> (triangle : arbre englobant sommaire, appelé ainsi en raison de sa forme caractéristique quand il est dessiné.) désigne un arbre englobant sommaire, c'est-à-dire pour lequel toutes les informations ne sont pas données. [19.3 Another Tree Notation] | |||||||
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))
| ||||||
Contenu dans | |||||||
Peut contenir | |||||||
Note | une étiquette facultative suivie de zéro, un ou plusieurs arbres englobants, triangles ou feuilles englobantes. | ||||||
Exemple | <triangle value="#NP"> <label>NP</label> <eLeaf> <label>le périscope</label> </eLeaf> </triangle> | ||||||
Modèle de contenu | <content> | ||||||
Schéma Declaration | <rng:element name="triangle"> element triangle { 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 }?, ( label?, ( eTree | triangle | eLeaf )* ) } |