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