blob: a4a61679d7da06f8e783140f4c69354a3d0bc490 [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:element name="MainElement1" type="MainCT1"></xsd:element>
<xsd:complexType name="MainCT1"></xsd:complexType>
</xsd:schema>