http://graphml.graphdrawing.org/xmlns/graphml
simpleType node.indegree.type

Super Types
{http://www.w3.org/2001/XMLSchema}nonNegativeInteger
|
+--{http://graphml.graphdrawing.org/xmlns/graphml}node.indegree.type (restriction)

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

Model



Source
<xs:simpleType final="#all" name="node.indegree.type">
<xs:restriction base="xs:nonNegativeInteger"/>
</xs:simpleType>


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