blob: 5cd707ef45699e9c30ca929d08a5f73b6bb82c42 [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:attribute name="MainAttribute1" type="xsd:date"></xsd:attribute>
</xsd:schema>