http://graphml.graphdrawing.org/xmlns/graphml
attributeGroup node.parseinfo.attrib

Documentation
Definition of the attribute group node.parseinfo.attrib. This group consists of two attributes - parse.indegree (optional; indegree of this node), - parse.outdegree (optional; outdegree of this node).
Properties
This component is not nillable.

Model

  parse.indegree = node.indegree.type
  parse.outdegree = node.outdegree.type



Attribute Summary
 node.indegree.typeparse.indegree
          
 node.outdegree.typeparse.outdegree
          

Attribute Detail

parse.indegree

Type:
node.indegree.type
Use:
optional
Form:
unqualified

parse.outdegree

Type:
node.outdegree.type
Use:
optional
Form:
unqualified

Source
<xs:attributeGroup name="node.parseinfo.attrib">
<xs:attribute name="parse.indegree" type="node.indegree.type" use="optional"/>
<xs:attribute name="parse.outdegree" type="node.outdegree.type" use="optional"/>
</xs:attributeGroup>


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