blob: 568847d284714ed7cf51c19831507522c1dafa7d [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:imp="http://www.example.org/Import"
xmlns="http://www.example.org/Main">
<xsd:import schemaLocation="../../Import1.xsd" namespace="http://www.example.org/Import"></xsd:import>
<xsd:group name="MainGroup1">
<xsd:sequence>
<xsd:element name="localElem1" type="MainCT1"></xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:complexType name="MainCT1"></xsd:complexType>
</xsd:schema>