<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://lpis.jrc.ec.europa.eu/registry/6.1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cap="http://lpis.jrc.ec.europa.eu/registry/6.1.0" elementFormDefault="qualified">
<xs:include schemaLocation="LpisCommonTypes.xsd"/>
	<xs:annotation>
		<xs:documentation>
--Name--
Application schema describing IXIT.

-- Definition --
Implementation eXtra Information for Testing.

-- Description --
The IXIT is a statement containing all of the information related to the implementation under test (IUT) and its corresponding system under test (SUT) which will enable the testing laboratory to run an appropriate test suite against that IUT.</xs:documentation>
	</xs:annotation>
	<xs:simpleType name="perimeterAuthorRPTypeValue">
		<xs:annotation>
			<xs:documentation>
--perimeterAuthorRPTypeValue--
The author/actor of the primary boundary of the reference parcel.  The primary boundary or perimeter represents the spatial extent of land corresponding to the reference parcel identifier.  The outcome defines the reference parcel type; note that a “basic property unit” (BPU) has been introduce to be in line with the INSPIRE glossary.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="TB"/>
			<xs:enumeration value="PB"/>
			<xs:enumeration value="CP"/>
			<xs:enumeration value="BPU"/>
			<xs:enumeration value="AP"/>
			<xs:enumeration value="FB"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="landCoverBordersValue">
		<xs:annotation>
			<xs:documentation>
--landCoverBordersValue--
The process that lead to the delineation of the borders of the agricultural land to be used as maximum eligible area.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="dedicated"/>
			<xs:enumeration value="shared"/>
			<xs:enumeration value="freehand"/>
			<xs:enumeration value="constrained"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="landscapeFeaturesValue">
		<xs:annotation>
			<xs:documentation>
--landscapeFeaturesValue--
The way the eligible landscape feature, if applicable,  have been adjudicated to the reference parcel.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="inclusive"/>
			<xs:enumeration value="complementary"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="RPAssemblyValue">
		<xs:annotation>
			<xs:documentation>
--RPAssemblyValue--
The processing of the spatial themes above to assemble a maximum eligible area for each individual reference parcel perimeter.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="raw"/>
			<xs:enumeration value="straightforward"/>
			<xs:enumeration value="adjusted"/>
			<xs:enumeration value="extracted"/>
			<xs:enumeration value="amalgamated"/>
			<xs:enumeration value="default"/>
			<xs:enumeration value="personalized"/>
			<xs:enumeration value="hybrid"/>
			<xs:enumeration value="sub-parcelled"/>
			<xs:enumeration value="complicated"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="prorataPGValue">
		<xs:annotation>
			<xs:documentation>
--prorataPGValue--
The application of pro rata reduction of permanent grasslands with scattered ineligible features.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="geometric"/>
			<xs:enumeration value="systematic"/>
			<xs:enumeration value="sporadic"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="validationValue">
		<xs:annotation>
			<xs:documentation>
--validationValue--
The validation and documentation of the required positional accuracy requirements.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="validated"/>
			<xs:enumeration value="non-validated"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="availabilityValue">
		<xs:annotation>
			<xs:documentation>
--availabilityValue--
Determination method of the eligible hectares available for the payment process.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="landCover"/>
			<xs:enumeration value="landUse"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="gSAAValue">
		<xs:annotation>
			<xs:documentation>
--gSAAValue--
The status of implementation of the geospatial aid application.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="less than 25%"/>
			<xs:enumeration value="at least 25%"/>
			<xs:enumeration value="at least 75%"/>
			<xs:enumeration value="100%"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="Ixit" type="cap:IxitType"/>
	<xs:complexType name="IxitType">
		<xs:sequence>
			<xs:element name="perimeterAuthorRPType" type="cap:perimeterAuthorRPTypeValue" minOccurs="1" maxOccurs="1"/>
			<xs:element name="landCoverBorders" type="cap:landCoverBordersValue" minOccurs="1" maxOccurs="1"/>
			<xs:element name="landscapeFeatures" type="cap:landscapeFeaturesValue" minOccurs="1" maxOccurs="1"/>
			<xs:element name="RPAssembly" type="cap:RPAssemblyValue" minOccurs="1" maxOccurs="1"/>
			<xs:element name="prorataPG" type="cap:prorataPGValue" minOccurs="1" maxOccurs="1"/>
			<xs:element name="validation" type="cap:validationValue" minOccurs="1" maxOccurs="1"/>
			<xs:element name="availability" type="cap:availabilityValue" minOccurs="1" maxOccurs="1"/>
			<xs:element name="gSAA" type="cap:gSAAValue" minOccurs="1" maxOccurs="1"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="IxitSet" type="cap:IxitSetType"/>
	<xs:complexType name="IxitSetType">
		<xs:sequence>
			<xs:element name="Ixit" type="cap:IxitType" minOccurs="1" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attributeGroup ref="cap:MtsCycleReportIdentificationAttributeGroup"/>
	</xs:complexType>
</xs:schema>
