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

Documentation
Definition of the attribute group graph.parseinfo.attrib. This group consists of the seven attributes:
Properties
This component is not nillable.

Model

  parse.edgeids = graph.edgeids.type
  parse.edges = graph.edges.type
  parse.maxindegree = graph.maxindegree.type
  parse.maxoutdegree = graph.maxoutdegree.type
  parse.nodeids = graph.nodeids.type
  parse.nodes = graph.nodes.type
  parse.order = graph.order.type



Attribute Summary
 graph.edgeids.typeparse.edgeids
          
 graph.edges.typeparse.edges
          
 graph.maxindegree.typeparse.maxindegree
          
 graph.maxoutdegree.typeparse.maxoutdegree
          
 graph.nodeids.typeparse.nodeids
          
 graph.nodes.typeparse.nodes
          
 graph.order.typeparse.order
          

Attribute Detail

parse.edgeids

Type:
graph.edgeids.type
Use:
optional
Form:
unqualified

parse.edges

Type:
graph.edges.type
Use:
optional
Form:
unqualified

parse.maxindegree

Type:
graph.maxindegree.type
Use:
optional
Form:
unqualified

parse.maxoutdegree

Type:
graph.maxoutdegree.type
Use:
optional
Form:
unqualified

parse.nodeids

Type:
graph.nodeids.type
Use:
optional
Form:
unqualified

parse.nodes

Type:
graph.nodes.type
Use:
optional
Form:
unqualified

parse.order

Type:
graph.order.type
Use:
optional
Form:
unqualified

Source
<xs:attributeGroup name="graph.parseinfo.attrib">
<xs:attribute name="parse.nodeids" type="graph.nodeids.type"/>
<xs:attribute name="parse.edgeids" type="graph.edgeids.type"/>
<xs:attribute name="parse.order" type="graph.order.type"/>
<xs:attribute name="parse.nodes" type="graph.nodes.type"/>
<xs:attribute name="parse.edges" type="graph.edges.type"/>
<xs:attribute name="parse.maxindegree" type="graph.maxindegree.type" use="optional"/>
<xs:attribute name="parse.maxoutdegree" type="graph.maxoutdegree.type" use="optional"/>
</xs:attributeGroup>


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