http://graphml.graphdrawing.org/xmlns/graphml
simpleType graph.edgedefault.type

Super Types
{http://www.w3.org/2001/XMLSchema}NMTOKEN
|
+--{http://graphml.graphdrawing.org/xmlns/graphml}graph.edgedefault.type (restriction)

Documentation
Simple type for the edgedefault attribute of <graph>. graph.edgedefault.type is a restriction of xs:NMTOKEN Allowed values: directed, undirected.
Properties
This component is not nillable.

Model

('directed' | 'undirected')

Source
<xs:simpleType final="#all" name="graph.edgedefault.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="directed"/>
<xs:enumeration value="undirected"/>
</xs:restriction>
</xs:simpleType>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.