<?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 <graph>.
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>
|