<?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="productsMetaData" type="fews:ProductsMetaDataComplexType"/>
	<complexType name="ProductsMetaDataComplexType">
		<sequence>
			<element name="areaId" type="fews:idStringType"/>
			<element name="sourceId" type="fews:idStringType"/>
			<element name="creationTime" type="fews:DateTimeComplexType"/>
			<element name="analysisTime" type="fews:DateTimeComplexType" minOccurs="0">
				<annotation>
					<documentation>Since 2022.02. The analysis time of the product.</documentation>
				</annotation>
			</element>
			<element name="attribute" type="fews:AttributeComplexType" minOccurs="0" maxOccurs="unbounded">
				<annotation>
					<documentation>Since 2022.02. An attribute which can be used to identify the product in the archive.</documentation>
				</annotation>
			</element>
			<group ref="fews:SharedGeneralSettingsGroup" minOccurs="0"/>
			<element name="products" type="fews:ProductsComplexType"/>
		</sequence>
	</complexType>
	<complexType name="ProductsComplexType">
		<sequence>
			<element name="relativeFilePath" type="fews:fileStringType" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
</schema>
