<node>
<node> codifica un nodo, un punto en un gráfico al que se le puede proporiconar una etiqueta. [19.1 Graphs and Digraphs] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Módulo | nets — Graphs, Networks, and Trees | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Atributos | 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))
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contenido en | nets: graph | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Puede contener | core: label | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Declaración |
element node { 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, attribute value { data.pointer }?, attribute type { "initial" | "final" | xsd:Name }?, attribute adjTo { list { data.pointer+ } }?, attribute adjFrom { list { data.pointer+ } }?, attribute adj { list { data.pointer+ } }?, attribute inDegree { data.count }?, attribute outDegree { data.count }?, attribute degree { data.count }?, ( label, label? )? } | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ejemplo |