<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.test.de" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.test.de">
	<xsd:element name="Test">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="teststring" type="xsd:string" />
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>

