<graph>
<graph> (graphe) encode un graphe, c'est-à-dire un ensemble constitué de nœuds et d'arcs qui les relient entre eux. [20.1 Graphs and Digraphs] | |||||||||||||||||||||||||
Module | nets — Graphs, Networks, and Trees | ||||||||||||||||||||||||
Attributs |
|
||||||||||||||||||||||||
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
tagdocs: specGrp
transcr: metamark
|
||||||||||||||||||||||||
Peut contenir |
figures: figure notatedMusic
transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin
|
||||||||||||||||||||||||
Note |
un ou plusieurs nœuds et zéro, un ou plusieurs arcs dans un ordre quelconque. |
||||||||||||||||||||||||
Exemple |
<graph xml:id="fr_cug1" type="undirected"
order="5" size="4" rend="LABEL-PLACE bottom center NODE-FRAME none ARC solid line"> <label>Inter-connexions des compagnies aériennes dans le Sud-Ouest des Etats-Unis.</label> <node xml:id="fr_lax" degree="2"> <label>LAX</label> </node> <node xml:id="fr_lvg" degree="2"> <label>LVG</label> </node> <node xml:id="fr_phx" degree="3"> <label>PHX</label> </node> <node xml:id="fr_tus" degree="1"> <label>TUS</label> </node> <node xml:id="fr_cib" degree="0"> <label>CIB</label> </node> <arc from="#fr_lax" to="#lvg"/> <arc from="#fr_lax" to="#phx"/> <arc from="#fr_lvg" to="#phx"/> <arc from="#fr_phx" to="#tus"/> </graph> |
||||||||||||||||||||||||
Modèle de contenu |
<content> |
||||||||||||||||||||||||
Schéma Declaration |
<rng:element name="graph"> element graph { 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, att.typed.attribute.subtype, attribute type { "undirected" | "directed" | "transitionNetwork" | "transducer" | teidata.enumerated }?, attribute order { teidata.count }?, attribute size { teidata.count }?, ( ( ( label, model.global* )? ), ( ( ( ( node, model.global* )+ ), ( ( arc, model.global* )* ) ) | ( ( ( arc, model.global* )+ ), ( ( node, model.global* )+ ) ) ) ) } |