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: 1a684212d1fa1f05e7172c260e5a7c734952930d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<xs:schema 
  targetNamespace="next.xsd"
  xmlns:xs="http://www.w3.org/2001/XMLSchema" 
  xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" 
  elementFormDefault="qualified">
	<xs:annotation>
	  <xs:documentation>
   	  </xs:documentation>
	</xs:annotation>
</xs:schema>

Back to the top