<?xml version="1.0" encoding="UTF-8"?>
<!--  Delft FEWS Published Interface (Copyright 2003 WL | Delft Hydraulics) -->
<schema targetNamespace="http://www.wldelft.nl/fews/PI" xmlns:fews="http://www.wldelft.nl/fews/PI" xmlns="http://www.w3.org/2001/XMLSchema"  elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
	<include schemaLocation="pi_sharedtypes.xsd"/>
	<element name="Version" type="fews:VersionComplexType">
		<annotation>
			<documentation>Delft-FEWS version information.</documentation>
		</annotation>
	</element>
	<complexType name="VersionComplexType">
		<annotation>
			<documentation>Version info.</documentation>
		</annotation>
		<sequence>
			<element name="implementation" type="string">
				<annotation>
					<documentation>Implementation version, e.g. 2020.02</documentation>
				</annotation>
			</element>
			<element name="buildType" type="string">
				<annotation>
					<documentation>Build type, e.g. stable, development</documentation>
				</annotation>
			</element>
			<element name="buildNumber" type="long">
				<annotation>
					<documentation>Build number (also known as patch number), e.g.: 123456</documentation>
				</annotation>
			</element>
			<element name="buildTime" type="string">
				<annotation>
					<documentation>Time the build was made, e.g.: 2002-05-30T09:00:00Z</documentation>
				</annotation>
			</element>
		</sequence>
	</complexType>
</schema>
