graph.parseinfo.attrib

http://graphml.graphdrawing.org/
Definition of the attribute group graph.parseinfo.attrib.
This group consists of the seven attributes
- parse.nodeids (fixed to 'canonical' meaning that the id attribute
                 of <node> follows the pattern 'n[number]),
- parse.edgeids (fixed to 'canonical' meaning that the id attribute
                 of <edge> follows the pattern 'e[number]),
- parse.order (required; one of the values 'nodesfirst', 
               'adjacencylist' or 'free'),
- parse.nodes (required; number of nodes in this graph), 
- parse.edges (required; number of edges in this graph), 
- parse.maxindegree (optional; maximal indegree of a node in this graph),
- parse.maxoutdegree (optional; maximal outdegree of a node in this graph)

Attribute Group Information

Attributes

Used By

Attribute Group graph.extra.attrib

Source

<xs:attributeGroup name="graph.parseinfo.attrib">
  <xs:annotation>
    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">Definition of the attribute group graph.parseinfo.attrib. This group consists of the seven attributes - parse.nodeids (fixed to 'canonical' meaning that the id attribute of <node> follows the pattern 'n[number]), - parse.edgeids (fixed to 'canonical' meaning that the id attribute of <edge> follows the pattern 'e[number]), - parse.order (required; one of the values 'nodesfirst', 'adjacencylist' or 'free'), - parse.nodes (required; number of nodes in this graph), - parse.edges (required; number of edges in this graph), - parse.maxindegree (optional; maximal indegree of a node in this graph), - parse.maxoutdegree (optional; maximal outdegree of a node in this graph)</xs:documentation>
  </xs:annotation>
  <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>