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