<?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.4.0" xmlns:cap="http://lpis.jrc.ec.europa.eu/registry/6.4.0" xmlns="http://lpis.jrc.ec.europa.eu/registry/6.4.0" elementFormDefault="qualified">
	<xs:include schemaLocation="LpisCommonTypes.xsd"/>
	<xs:simpleType name="RepresentationOfEligibleLandEnum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="yes"/>
			<xs:enumeration value="yesSapsOnly"/>
			<xs:enumeration value="conditional"/>
			<xs:enumeration value="proRata"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="EligibilityProfileItemType">
		<xs:sequence>
			<xs:element name="landCoverClass" type="xs:string"/>
			<xs:element name="landCoverClassDefinition" type="xs:string"/>
			<xs:element name="minimumMappingLegend" type="xs:string"/>
			<xs:element name="userDefinedLegendCode" type="UserDefinedLegendCodeType"/>
			<xs:element name="lccCode" type="xs:string"/>
			<xs:element name="representationOfEligibleLand" type="RepresentationOfEligibleLandEnum"/>
			<xs:element name="eligibleHectareFactor" type="xs:float"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="eligibilityProfile">
		<xs:complexType>
			<xs:sequence maxOccurs="unbounded">
				<xs:element name="landType" type="EligibilityProfileItemType"/>
			</xs:sequence>
			<xs:attributeGroup ref="cap:LpisAnnualReportIdentificationAttributeGroup"/>
		</xs:complexType>
	</xs:element>
</xs:schema>
