<?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="externalForecastMetaData" type="fews:ExternalForecastMetaDataComplexType"/>
	<complexType name="ExternalForecastMetaDataComplexType">
		<sequence>
			<element name="version" type="fews:metaDataVersionType" minOccurs="0"/>
			<group ref="fews:SharedGeneralSettingsGroup" minOccurs="0"/>
			<element name="netcdf" type="fews:ExternalForecastNetcdfComplexType" maxOccurs="unbounded" />
		</sequence>
	</complexType>
</schema>