Definition Type: SimpleType
Name: graph.edgedefault.type
Namespace: http://graphml.graphdrawing.org/xmlns
Containing Schema: graphml-structure.xsd
Documentation:
Simple type for the edgedefault attribute of <graph>.
graph.edgedefault.type is a restriction of xs:NMTOKEN
Allowed values: directed, undirected.
Collapse XSD Schema Diagram:
XSD Diagram of graph.edgedefault.type
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="graph.edgedefault.type" final="#all">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
      Simple type for the edgedefault attribute of &lt;graph&gt;.
      graph.edgedefault.type is a restriction of xs:NMTOKEN
      Allowed values: directed, undirected.
    </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="directed" />
        <xs:enumeration value="undirected" />
    </xs:restriction>
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
g:edgedefault