blob: 222b5abd633cd61dead4c79eddf4f9799653892c [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:group name="MainGroup1">
<xsd:sequence>
<xsd:element name="localElem1" type="ImpCT1"></xsd:element>
</xsd:sequence>
</xsd:group>
</xsd:schema>