blob: e5dc8b910b5a605ac64f83526a31e2e4cfb19d73 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
targetNamespace="http://www.yworks.com/xml/graphml"
xmlns="http://www.yworks.com/xml/graphml"
xmlns:g="http://graphml.graphdrawing.org/xmlns/graphml"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xlink="http://www.w3.org/1999/xlink"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:annotation>
<xs:documentation>
Schema definitions for yFiles GraphML graphics and
postprocessor extensions.
</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="ygraphics.xsd"/>
<xs:include schemaLocation="yprocessors.xsd"/>
</xs:schema>