<arc>

<arc> codifica un arco, cioè il collegamento tra un nodo e l'altro all'interno di un grafo [19.1 Graphs and Digraphs]
Modulonets — 19 Graphs, Networks, and Trees
Attributiatt.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
fromassegna un identificatore al nodo non adiacente all'arco
Stato Richiesto
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori The identifier of a node.
toassegna un identificatore al nodo adiacente all'arco
Stato Richiesto
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori The identifier of a node.
Usato da
Contenuto in
nets: graph
Può contenere
core: label
Dichiarazione

<rng:element name="arc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:attribute name="from">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
 <rng:attribute name="to">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
 <rng:optional>
  <rng:ref name="label"/>
  <rng:optional>
   <rng:ref name="label"/>
  </rng:optional>
 </rng:optional>
</rng:element>
element arc
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute from { data.pointer },
   attribute to { data.pointer },
   ( label, label? )?
}
Esempio
<arc from="#T3" to="#T3">
 <label>OLD</label>
 <label>VIEUX</label>
</arc>