<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.2 U (http://www.xmlspy.com) by Markus Doering (BGBM, FU-Berlin) -->
<xs:schema targetNamespace="http://www.biocase.org/schemas/wrapperconfig/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.biocase.org/schemas/wrapperconfig/1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
	<xs:element name="BioCASEUnitWrapperConfig">
		<xs:annotation>
			<xs:documentation>technical configuration of wrapper software. Usually not necessary to be changed.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ProviderConfigFile" type="xs:string">
					<xs:annotation>
						<xs:documentation>where to find the providersetup xml-file.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TestRequestFile" type="xs:string" minOccurs="0"/>
				<xs:element name="ProtocolNamespace" type="xs:anyURI"/>
				<xs:element name="ProtocolURL" type="xs:anyURI"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
