<?xml version="1.0" encoding="UTF-8"?>
<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="externalNetCDFStorageForecasts" type="fews:ExternalNetCDFStorageForecastsComplexType">
		<annotation>
			<documentation>Defines meta data records for the archive</documentation>
		</annotation>
	</element>
	<complexType name="ExternalNetCDFStorageForecastsComplexType">
		<sequence>
			<element name="externalNetCDFStorageForecast" type="fews:ExternalNetCDFStorageForecastComplexType" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="ExternalNetCDFStorageForecastComplexType">
		<sequence>
			<element name="forecastTime" type="fews:DateTimeComplexType"/>
			<element name="forecastAvailableTime" type="fews:DateTimeComplexType"/>
			<element name="url" type="fews:nonEmptyStringType" minOccurs="0"/>
			<element name="attribute" type="fews:ArchiveAttributeComplexType" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>

</schema>
