dotml:edge

Represents a single edge in the graph.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
arrowhead dotml:arrow-type optional
arrowsize xs:decimal optional
arrowtail dotml:arrow-type optional
color dotml:color optional
constraint xs:boolean optional
decorate xs:boolean optional
dir dotml:dir optional
fontcolor dotml:color optional
fontname xs:string optional
fontsize xs:decimal optional
from dotml:id required
headlabel xs:string optional
headport dotml:node-port optional
label dotml:label optional
labeldistance xs:decimal optional
labelfloat xs:boolean optional
labelfontcolor dotml:color optional
labelfontname xs:string optional
labelfontsize xs:decimal optional
lhead dotml:id optional
ltail dotml:id optional
minlen xs:integer optional
samehead xs:NCName optional
sametail xs:NCName optional
style dotml:style optional
taillabel xs:string optional
tailport dotml:node-port optional
to dotml:id required

Used By

Source

<xs:complexType name="edge">
  <xs:annotation>
    <xs:documentation>Represents a single edge in the graph.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="arrowhead" type="dotml:arrow-type"/>
  <xs:attribute name="arrowsize" type="xs:decimal"/>
  <xs:attribute name="arrowtail" type="dotml:arrow-type"/>
  <xs:attribute name="color" type="dotml:color"/>
  <xs:attribute name="constraint" type="xs:boolean"/>
  <xs:attribute name="decorate" type="xs:boolean"/>
  <xs:attribute name="dir" type="dotml:dir"/>
  <xs:attributeGroup ref="dotml:font-attributes"/>
  <xs:attribute name="from" type="dotml:id" use="required"/>
  <xs:attribute name="headlabel" type="xs:string"/>
  <xs:attribute name="headport" type="dotml:node-port"/>
  <xs:attribute name="label" type="dotml:label"/>
  <xs:attribute name="labeldistance" type="xs:decimal"/>
  <xs:attribute name="labelfloat" type="xs:boolean"/>
  <xs:attribute name="labelfontcolor" type="dotml:color"/>
  <xs:attribute name="labelfontname" type="xs:string"/>
  <xs:attribute name="labelfontsize" type="xs:decimal"/>
  <xs:attribute name="lhead" type="dotml:id"/>
  <xs:attribute name="ltail" type="dotml:id"/>
  <xs:attribute name="minlen" type="xs:integer"/>
  <xs:attribute name="style" type="dotml:style"/>
  <xs:attribute name="samehead" type="xs:NCName"/>
  <xs:attribute name="sametail" type="xs:NCName"/>
  <xs:attribute name="taillabel" type="xs:string"/>
  <xs:attribute name="tailport" type="dotml:node-port"/>
  <xs:attribute name="to" type="dotml:id" use="required"/>
</xs:complexType>