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

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

Documentation
Simple type for the parse.order attribute of <graph>. graph.order.type is final, that is, it may not be extended or restricted. graph.order.type is a restriction of xs:NMTOKEN Allowed values: free, nodesfirst, adjacencylist.
Properties
This component is not nillable.

Model

('free' | 'nodesfirst' | 'adjacencylist')

Source
<xs:simpleType final="#all" name="graph.order.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="free"/>
<xs:enumeration value="nodesfirst"/>
<xs:enumeration value="adjacencylist"/>
</xs:restriction>
</xs:simpleType>


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