<arc>

<arc> encodes an arc, the connection from one node to another in a graph. [19.1 Graphs and Digraphs]
Modulnets — Graphs, Networks, and Trees
Attributeatt.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))
fromgives the identifier of the node which is adjacent from this arc.
Zustand Obligatorisch
Datentyp teidata.pointer
togives the identifier of the node which is adjacent to this arc.
Zustand Obligatorisch
Datentyp teidata.pointer
Enthalten in
nets: graph
Kann enthalten
core: label
Beispiel
<arc from="#T3to="#T3">
 <label>OLD</label>
 <label>VIEUX</label>
</arc>
Content model
<content>
 <sequence minOccurs="0">
  <elementRef key="label"/>
  <elementRef key="labelminOccurs="0"/>
 </sequence>
</content>
Schema Deklaration
<rng:element name="arc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:attribute name="from">
  <rng:ref name="teidata.pointer"/>
 </rng:attribute>
 <rng:attribute name="to">
  <rng:ref name="teidata.pointer"/>
 </rng:attribute>
 <rng:optional>
  <rng:group>
   <rng:ref name="label"/>
   <rng:optional>
    <rng:ref name="label"/>
   </rng:optional>
  </rng:group>
 </rng:optional>
</rng:element>
element arc
{
   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 from { teidata.pointer },
   attribute to { teidata.pointer },
   ( label, label? )?
}