<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> |