blob: 839a1aa35b1931c31465e4054eadc7238909623b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.example.org/Main"
elementFormDefault="qualified"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.example.org/Main">
<xsd:include schemaLocation="../../Include1.xsd"></xsd:include>
<xsd:complexType name="MainCT1">
<xsd:complexContent>
<xsd:extension base="MainCT2"></xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="MainCT2"></xsd:complexType>
</xsd:schema>