http://graphml.graphdrawing.org/xmlns/graphml
simpleType key.for.type

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

Documentation
Simple type for the for attribute of <key>. key.for.type is a restriction of xs:NMTOKEN Allowed values: all, graphml, graph, node, edge, hyperedge, port and endpoint.
Properties
This component is not nillable.

Model

('all' | 'graph' | 'node' | 'edge' | 'hyperedge' | 'port' | 'endpoint' | 'graphml')

Source
<xs:simpleType final="#all" name="key.for.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="all"/>
<xs:enumeration value="graph"/>
<xs:enumeration value="node"/>
<xs:enumeration value="edge"/>
<xs:enumeration value="hyperedge"/>
<xs:enumeration value="port"/>
<xs:enumeration value="endpoint"/>
<xs:enumeration value="graphml"/>
</xs:restriction>
</xs:simpleType>


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