Definition Type: AttributeGroup
Name: graph.parseinfo.attrib
Namespace: http://graphml.graphdrawing.org/xmlns
Containing Schema: graphml-parseinfo.xsd
Documentation:
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)
Collapse XSD Schema Diagram:
Drilldown into parse.maxoutdegree in schema graphml-parseinfo_xsd Drilldown into parse.maxindegree in schema graphml-parseinfo_xsd Drilldown into parse.edges in schema graphml-parseinfo_xsd Drilldown into parse.nodes in schema graphml-parseinfo_xsd Drilldown into parse.order in schema graphml-parseinfo_xsd Drilldown into parse.edgeids in schema graphml-parseinfo_xsd Drilldown into parse.nodeids in schema graphml-parseinfo_xsdXSD Diagram of graph.parseinfo.attrib in schema graphml-parseinfo_xsd (GraphML)
Collapse XSD Schema Code:
<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 &lt;node&gt; follows the pattern 'n[number]),
     - parse.edgeids (fixed to 'canonical' meaning that the id attribute
                      of &lt;edge&gt; 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>
Collapse Child Attributes:
Name Type Default Value Use
parse.nodeids g:parse.nodeids (Optional)
parse.edgeids g:parse.edgeids (Optional)
parse.order g:parse.order (Optional)
parse.nodes g:parse.nodes (Optional)
parse.edges g:parse.edges (Optional)
parse.maxindegree g:parse.maxindegree Optional
parse.maxoutdegree g:parse.maxoutdegree Optional