<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" 
		targetNamespace="http://www.example.org/Echo" 
		xmlns:tns="http://www.example.org/Echo" 
		elementFormDefault="qualified"
		xmlns:wsdli="http://www.w3.org/ns/wsdl-instance"
		wsdli:wsdlLocation="http://example.org/Echo">
	<element name="parameter" type="string"/>
</schema>
