blob: 0784650d9c8dae7623984a61f2f140ddadee6ef6 [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:simpleType name="MainST">
<xsd:list itemType="ImpST1">
</xsd:list>
</xsd:simpleType>
</xsd:schema>