Definition Type: ComplexType
Name: graphml.type
Namespace: http://graphml.graphdrawing.org/xmlns
Containing Schema: graphml-structure.xsd
Abstract False
Documentation:
Complex type for the <graphml> element.
Collapse XSD Schema Diagram:
Drilldown into common.extra.attrib Drilldown into graphml.extra.attrib Drilldown into data Drilldown into graph Drilldown into key Drilldown into descXSD Diagram of graphml.type
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="graphml.type" final="#all">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
      Complex type for the &lt;graphml&gt; element.
    </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element ref="desc" minOccurs="0" />
        <xs:element ref="key" minOccurs="0" maxOccurs="unbounded" />
        <xs:sequence>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="graph" />
                <xs:element ref="data" />
            </xs:choice>
        </xs:sequence>
    </xs:sequence>
    <xs:attributeGroup ref="graphml.extra.attrib">
        <xs:annotation>
            <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
                user defined extra attributes for &lt;graphml&gt; elements.
          </xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
desc g:desc 0 (1)
key g:key 0 unbounded
graph g:graph (1) (1)
data g:data (1) (1)
Collapse Derivation Tree:
Collapse References:
g:graphml