Definition Type: Attribute
Name: edgedefault
Namespace: http://graphml.graphdrawing.org/xmlns
Type: g:graph.edgedefault.type
Containing Schema: graphml-structure.xsd
Use Required
Documentation:
describes whether edges of this graph are considered
as directed or undirected per default (unless 
specified by the attribute directed of <edge>).
Collapse XSD Schema Diagram:
XSD Diagram of edgedefault
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:attribute name="edgedefault" type="graph.edgedefault.type" use="required">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
                        describes whether edges of this graph are considered
                        as directed or undirected per default (unless 
                        specified by the attribute directed of &lt;edge&gt;).
          </xs:documentation>
    </xs:annotation>
</xs:attribute>
Collapse Derivation Tree: