Definition Type: Attribute
Name: directed
Namespace: http://graphml.graphdrawing.org/xmlns
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: graphml-structure.xsd
Use (Optional)
Documentation:
overwrites the edgedefault attribute of <graph> .
Collapse XSD Schema Diagram:
XSD Diagram of directed
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:attribute name="directed" type="xs:boolean">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
                overwrites the edgedefault attribute of &lt;graph&gt; .
          </xs:documentation>
    </xs:annotation>
</xs:attribute>