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

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

Documentation
Simple type for the parse.edgeids attribute of <graph>. graph.edgeids.type is final, that is, it may not be extended or restricted. graph.edgeids.type is a restriction of xs:string Allowed values: (no restriction).
Properties
This component is not nillable.

Model

('canonical' | 'free')

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


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