Definition Type: SimpleType
Name: graph.maxindegree.type
Namespace: http://graphml.graphdrawing.org/xmlns
Containing Schema: graphml-parseinfo.xsd
Documentation:
Simple type for the parse.maxindegree attribute of <graph>. graph.maxindegree.type is final, that is, it may not be extended or restricted. graph.maxindegree.type is a restriction of xs:nonNegativeInteger Allowed values: (no restriction).
Collapse XSD Schema Diagram:
XSD Diagram of graph.maxindegree.type in schema graphml-parseinfo_xsd (GraphML)
Collapse XSD Schema Code:
<xs:simpleType name="graph.maxindegree.type" final="#all">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
      Simple type for the parse.maxindegree attribute of &lt;graph&gt;.
      graph.maxindegree.type is final, that is, it may not be extended
                          or restricted.
      graph.maxindegree.type is a restriction of xs:nonNegativeInteger
      Allowed values: (no restriction).
    </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:nonNegativeInteger" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
g:parse.maxindegree