blob: 0fe43f18b1a877850274eaa036419d56141bc3bb [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="MainCT">
<xsd:sequence>
<xsd:element ref="ImpElem1"></xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>