<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://lpis.jrc.ec.europa.eu/registry/6.2.0" xmlns:cap="http://lpis.jrc.ec.europa.eu/registry/6.2.0" xmlns="http://lpis.jrc.ec.europa.eu/registry/6.2.0" elementFormDefault="qualified">
	<xs:include schemaLocation="LpisCommonTypes.xsd"/>
	<xs:simpleType name="platformType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="AERIAL"/>
			<xs:enumeration value="GEOEYE1"/>
			<xs:enumeration value="WORLDVIEW2"/>
			<xs:enumeration value="WORLDVIEW3"/>
			<xs:enumeration value="WORLDVIEW4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="imageTypeETS">
		<xs:restriction base="xs:string">
			<xs:enumeration value="PSH-FCC"/>
			<xs:enumeration value="PSH-RGB"/>
			<xs:enumeration value="PSH-FCC-RGB"/>
			<xs:enumeration value="PAN-MUL-FCC"/>
			<xs:enumeration value="PAN-MUL-RGB"/>
			<xs:enumeration value="PAN-MUL-FCC-RGB"/>
			<xs:enumeration value="AERIAL"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="imageInfoType">
		<xs:sequence>
			<xs:element name="zoneID" type="xs:string"/>
			<xs:element name="imageAcquisitionDate" type="xs:date"/>
			<xs:element name="platform" type="platformType" nillable="false"/>
			<xs:element name="pixelSizeM" type="xs:float" nillable="false"/>
			<xs:element name="imageTypeETS" type="imageTypeETS"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="orthophotoSetType">
		<xs:sequence>
			<xs:element name="image" type="cap:imageInfoType" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attributeGroup ref="cap:LpisAnnualReportIdentificationAttributeGroup"/>
	</xs:complexType>
	<xs:element name="orthoimagerySet" type="cap:orthophotoSetType"/>
</xs:schema>
