<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> |