Definition Type: AttributeGroup
Name: node.parseinfo.attrib
Namespace: http://graphml.graphdrawing.org/xmlns
Containing Schema: graphml.xsd
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).
Collapse XSD Schema Diagram:
Drilldown into parse.outdegree in schema graphml_xsd Drilldown into parse.indegree in schema graphml_xsdXSD Diagram of node.parseinfo.attrib in schema graphml_xsd (GraphML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
parse.indegree g:parse.indegree Optional
parse.outdegree g:parse.outdegree Optional