blob: e0fe8fde7494d1fd4ca796112c5806ff6175a900 [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:attribute name="localAttribute1" type="ImpST1"></xsd:attribute>
</xsd:complexType>
</xsd:schema>