<?xml version="1.0" encoding="UTF-8"?>
<!--  Delft FEWS Published Interface (Copyright 2003 WL | Delft Hydraulics) -->
<schema xmlns:fews="http://www.wldelft.nl/fews/PI" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.wldelft.nl/fews/PI" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
	<include schemaLocation="pi_sharedtypes.xsd"/>
	<element name="ImportStatus" type="fews:ImportStatusComplexType">
		<annotation>
			<documentation>List of module run times</documentation>
		</annotation>
	</element>
	<complexType name="ImportStatusComplexType">
		<sequence>
			<element name="statusTask" type="fews:StatusTaskComplexType" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="StatusTaskComplexType">
		<sequence>
			<element name="mcId" type="string"/>
			<element name="dataFeed" type="string"/>
			<element name="directory" type="string"/>
			<element name="lastImportTime" type="fews:DateTimeComplexType"/>
			<element name="lastFileImported" type="string"/>
			<element name="filesRead" type="integer"/>
			<element name="filesFailed" type="integer"/>
			<element name="lastImportTimeBackgroundColor" type="string"/>
		</sequence>
	</complexType>
</schema>