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 Drilldown into parse.indegreeXSD Diagram of node.parseinfo.attrib
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
Collapse Comments:
blog comments powered by Disqus