Definition Type: Element
Name: edge
Namespace: http://graphml.graphdrawing.org/xmlns
Type: g:edge.type
Containing Schema: graphml-structure.xsd
Abstract False
Documentation:
Description: Describes an edge in the <graph> which contains this
             <edge>.
Occurence: <graph>.
Collapse XSD Schema Diagram:
Drilldown into targetport Drilldown into sourceport Drilldown into target Drilldown into source Drilldown into directed Drilldown into id Drilldown into common.extra.attrib Drilldown into edge.extra.attrib Drilldown into graph Drilldown into data Drilldown into desc Drilldown into edge.typeXSD Diagram of edge
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="edge" type="edge.type" block="#all">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
           Description: Describes an edge in the &lt;graph&gt; which contains this
                        &lt;edge&gt;.
           Occurence: &lt;graph&gt;. 
      </xs:documentation>
    </xs:annotation>
    <xs:unique name="edge_data_key_unique">
        <xs:annotation>
            <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
        Ensures: uniqueness of the key attributes of &lt;data&gt; children
                 of this &lt;edge&gt; element.
      </xs:documentation>
        </xs:annotation>
        <xs:selector xpath="./g:data" />
        <xs:field xpath="@key" />
    </xs:unique>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
desc g:desc 0 (1)
data g:data 0 unbounded
graph g:graph 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id g:id (Optional)
directed g:directed (Optional)
source g:source Required
target g:target Required
sourceport g:sourceport (Optional)
targetport g:targetport (Optional)
Collapse Derivation Tree: