Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: b79bcead20a5f2a6983a636277567b9187b59089 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?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="../Import3.xsd" namespace="http://www.example.org/Import"></import>
</schema>

Back to the top