Definition Type: Element
Name: edge
Namespace: http://graphml.graphdrawing.org/xmlns
Type: g:edge.type
Containing Schema: graphml-structure.xsd
Abstract
Documentation:
Description: Describes an edge in the <graph> which contains this <edge>. Occurence: <graph>.
Collapse XSD Schema Diagram:
Drilldown into graph in schema graphml-structure_xsd Drilldown into data in schema graphml-structure_xsd Drilldown into desc in schema graphml-structure_xsd Drilldown into targetport in schema graphml-structure_xsd Drilldown into sourceport in schema graphml-structure_xsd Drilldown into target in schema graphml-structure_xsd Drilldown into source in schema graphml-structure_xsd Drilldown into directed in schema graphml-structure_xsd Drilldown into id in schema graphml-structure_xsd Drilldown into common.extra.attrib in schema graphml-structure_xsd Drilldown into edge.extra.attrib in schema graphml-structure_xsd Drilldown into edge.type in schema graphml-structure_xsdXSD Diagram of edge in schema graphml-structure_xsd (GraphML)
Collapse XSD Schema Code:
<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: