Definition Type: SimpleType
Name: graph.nodeids.type
Namespace: http://graphml.graphdrawing.org/xmlns
Containing Schema: graphml-parseinfo.xsd
Documentation:
Simple type for the parse.nodeids attribute of <graph>. graph.nodeids.type is final, that is, it may not be extended or restricted. graph.nodeids.type is a restriction of xs:string Allowed values: (no restriction).
Collapse XSD Schema Diagram:
XSD Diagram of graph.nodeids.type
Collapse XSD Schema Code:
<xs:simpleType name="graph.nodeids.type" final="#all">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">

      Simple type for the parse.nodeids attribute of &lt;graph&gt;.

      graph.nodeids.type is final, that is, it may not be extended

                          or restricted.

      graph.nodeids.type is a restriction of xs:string

      Allowed values: (no restriction).

    </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="canonical" />
        <xs:enumeration value="free" />
    </xs:restriction>
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
g:parse.nodeids
Collapse Comments:
blog comments powered by Disqus