<?xml version="1.0"?>

<xs:schema   
             targetNamespace="http://graphml.graphdrawing.org/xmlns/1.0rc"

             xmlns="http://graphml.graphdrawing.org/xmlns/1.0rc"
             xmlns:xs="http://www.w3.org/2001/XMLSchema"
            
             elementFormDefault="qualified"
             attributeFormDefault="unqualified"
>

<xs:include schemaLocation="http://graphml.graphdrawing.org/xmlns/1.0rc/graphml-structure.xsd" />
<xs:include schemaLocation="http://graphml.graphdrawing.org/xmlns/1.0rc/graphml-attributes.xsd" />
<xs:include schemaLocation="http://graphml.graphdrawing.org/xmlns/1.0rc/graphml-parseinfo.xsd" />
</xs:schema>