<?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="archiveAttributes" type="fews:ArchiveAttributesComplexType">
		<annotation>
			<documentation>Defines meta data records for the archive</documentation>
		</annotation>
	</element>
	<complexType name="ArchiveAttributesComplexType">
		<sequence>
			<element name="attribute" type="fews:ArchiveAttributeComplexType" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
</schema>
