<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:fews="http://www.wldelft.nl/fews/archive"
		targetNamespace="http://www.wldelft.nl/fews/archive" elementFormDefault="qualified"
		attributeFormDefault="unqualified" version="1.0">
	<include schemaLocation="archive_sharedTypes.xsd"/>
	<element name="dataSets" type="fews:DataImportComplexType"/>
	<complexType name="DataImportComplexType">
		<sequence>
			<element name="dataSet" type="anyURI" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
</schema>
