| <?xml version="1.0" encoding="UTF-8"?> | |
| <schema xmlns="http://www.w3.org/2001/XMLSchema" | |
| targetNamespace="http://www.example.org/Main" | |
| xmlns:tns="http://www.example.org/Main" | |
| xmlns:imp="http://www.example.org/Import" | |
| elementFormDefault="qualified"> | |
| <include schemaLocation="../Include1.xsd"></include> | |
| <import schemaLocation="../Import1.xsd" namespace="http://www.example.org/Import"></import> | |
| </schema> |