node.parseinfo.attrib

http://graphml.graphdrawing.org/
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).

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
parse.indegree node.indegree.type optional
parse.outdegree node.outdegree.type optional

Used By

Attribute Group node.extra.attrib

Source

<xs:attributeGroup name="node.parseinfo.attrib">
  <xs:annotation>
    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">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).</xs:documentation>
  </xs:annotation>
  <xs:attribute name="parse.indegree" type="node.indegree.type" use="optional"/>
  <xs:attribute name="parse.outdegree" type="node.outdegree.type" use="optional"/>
</xs:attributeGroup>