<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:include schemaLocation="SimTypyDanych_v1.0.xsd"/>
	<xsd:include schemaLocation="SimSlownikiDanych_v2.0.xsd"/>
	<xsd:include schemaLocation="SimJednostkiTerytorialne_v1.0.xsd"/>
	<xsd:simpleType name="TDataWZakresie">
		<xsd:annotation>
			<xsd:documentation>Typ daty w zakresie od 2007-01-01 do 2015-12-31</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TData">
			<xsd:minInclusive value="2007-01-01"/>
			<xsd:maxInclusive value="2015-12-31"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TSygnatura">
		<xsd:annotation>
			<xsd:documentation>Typ sygnatura</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="30"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TNrWnioskuApl">
		<xsd:annotation>
			<xsd:documentation>Typ numer wniosku aplikacyjnego</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="23"/>
			<xsd:pattern value="[A-Z]{4}\.\d{2}\.\d{2}\.\d{2}\-\d{2}-(\d|[A-Z]){3}/\d{2}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TNrUmowyDecyzji">
		<xsd:annotation>
			<xsd:documentation>Typ numer wniosku aplikacyjnego</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="26"/>
			<xsd:pattern value="[A-Z]{4}\.\d{2}\.\d{2}\.\d{2}\-\d{2}-(\d|[A-Z]){3}/\d{2}-00"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TNrDokumentu">
		<xsd:annotation>
			<xsd:documentation>Typ numer innego dokumentu: aneksu do umowy, wniosku o płatność, kontroli</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="26"/>
			<xsd:pattern value="[A-Z]{4}\.\d{2}\.\d{2}\.\d{2}\-\d{2}-(\d|[A-Z]){3}/\d{2}-\d{2}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TNrDokumentuKorekty">
		<xsd:annotation>
			<xsd:documentation>Typ numer dokumentu korekty do wniosku o płatność</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="30"/>
			<xsd:pattern value="[A-Z]{4}\.\d{2}\.\d{2}\.\d{2}\-\d{2}-(\d|[A-Z]){3}/\d{2}-\d{2}-K\d{2}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TTytulProjektu" id="TTytulProjektu">
		<xsd:annotation>
			<xsd:documentation>Typ tytuł projektu</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="1000"/>
			<xsd:minLength value="1"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TNazwaPodmiotu">
		<xsd:annotation>
			<xsd:documentation>Typ nazwa podmiotu</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="240"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TTekst">
		<xsd:annotation>
			<xsd:documentation>Typ tekst</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="4000"/>
			<xsd:whiteSpace value="replace"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TUlica">
		<xsd:annotation>
			<xsd:documentation>Typ nazwa ulicy</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="60"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TNrBudynku">
		<xsd:annotation>
			<xsd:documentation>Typ numer budynku</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="20"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TNrLokalu">
		<xsd:annotation>
			<xsd:documentation>Typ numer lokalu</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="20"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TMiejscowosc">
		<xsd:annotation>
			<xsd:documentation>Typ określający nazwę miejscowości</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="60"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TKodPocztowy">
		<xsd:annotation>
			<xsd:documentation>Typ kod pocztowy</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="6"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TTelefon">
		<xsd:annotation>
			<xsd:documentation>Typ numer telefonu</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="20"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TFax">
		<xsd:annotation>
			<xsd:documentation>Typ fax</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="20"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TTypProjektu">
		<xsd:annotation>
			<xsd:documentation>Typ projektu</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="1000"/>
			<xsd:whiteSpace value="replace"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TUwagi">
		<xsd:annotation>
			<xsd:documentation>Uwagi</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="0"/>
			<xsd:maxLength value="4000"/>
			<xsd:whiteSpace value="preserve"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TStatusWniosku">
		<xsd:annotation>
			<xsd:documentation>Typ status wniosku</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="60"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TNazwaWskaznika">
		<xsd:annotation>
			<xsd:documentation>Typ nazwy wskazników</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="240"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TKodWskaznika">
		<xsd:annotation>
			<xsd:documentation>Typ nazwy wskazników</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="20"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TJednMiaryWskaznika">
		<xsd:annotation>
			<xsd:documentation>Typ jednostek miar wskaźników</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="30"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TTypBeneficjenta">
		<xsd:annotation>
			<xsd:documentation>Typ "typ beneficjenta"</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="240"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TFormaPrawna">
		<xsd:annotation>
			<xsd:documentation>Typ forma prawna</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="240"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TKodPoziomuWdrazania">
		<xsd:annotation>
			<xsd:documentation>Typ kodu poziomu wdrażania</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="13"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TKodInstytucji">
		<xsd:annotation>
			<xsd:documentation>Typ kodu instytucji</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="6"/>
			<xsd:minLength value="6"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TKodKraju">
		<xsd:annotation>
			<xsd:documentation>Typ: kod kraju</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TZnakowy">
			<xsd:maxLength value="2"/>
			<xsd:minLength value="2"/>
			<xsd:pattern value="[A-Z]{2}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:complexType name="TOgolneDaneProjektu">
		<xsd:annotation>
			<xsd:documentation>Typ informacje ogólne o projekcie</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="ProgramOperacyjny">
				<xsd:simpleType>
					<xsd:restriction base="TKodPoziomuWdrazania">
						<xsd:pattern value="[A-Z]{4}\.00\.00\.00"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="OsPriorytetowa">
				<xsd:simpleType>
					<xsd:restriction base="TKodPoziomuWdrazania">
						<xsd:pattern value="[A-Z]{4}\.\d{2}\.00\.00"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="Dzialanie">
				<xsd:simpleType>
					<xsd:restriction base="TKodPoziomuWdrazania">
						<xsd:pattern value="[A-Z]{4}\.\d{2}\.\d{2}\.00"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="Poddzialanie" minOccurs="0">
				<xsd:simpleType>
					<xsd:restriction base="TKodPoziomuWdrazania">
						<xsd:pattern value="[A-Z]{4}\.\d{2}\.\d{2}\.\d{2}"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="TytulProjektu" type="TTytulProjektu"/>
			<xsd:element name="DataRozpRealizacji" type="TDataWZakresie">
				<xsd:annotation>
					<xsd:documentation>Data rozpoczęcia realizacji</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="DataZakonRealizacji" type="TDataWZakresie">
				<xsd:annotation>
					<xsd:documentation>Data zakończenia realizacji -  nie może być wcześniejszejsza niż wartość DataRozpRealizacji</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="WartoscOgolem" type="TKwota">
				<xsd:annotation>
					<xsd:documentation>Wartość całkowita projektu obejmujaca wydatki kwalifikowane i niekwalifikowane</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="DuzyProjekt" type="TWybor"/>
			<xsd:element name="TypProjektu" type="TTypProjektu" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Element wymagany, gdy wartość pola DuzyProjekt równa jest T.</xsd:documentation>
					<xsd:documentation>Wartość wybieramy z zamkniętej listy:</xsd:documentation>
					<xsd:documentation>inwestycje w infrastrukturę (załącznik XXI rozporządzenia 1828/2006)</xsd:documentation>
					<xsd:documentation>inwestycje produkcyjne (załącznik XXII rozporządzenia 1828/2006)</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TAdres">
		<xsd:annotation>
			<xsd:documentation>Typ dane adresowe</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Ulica" type="TUlica">
				<xsd:annotation>
					<xsd:documentation>Nazwa ulicy</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="NrDomu" type="TNrBudynku" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Numer budynku</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="NrLokalu" type="TNrLokalu" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Numer lokalu</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Miejscowosc" type="TMiejscowosc">
				<xsd:annotation>
					<xsd:documentation>Nazwa miejscowości</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="KodPocztowy" type="TKodPocztowy">
				<xsd:annotation>
					<xsd:documentation>Kod pocztowy</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Telefon" type="TTelefon" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Numer telefonu</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Fax" type="TFax" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Numer faksu</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TMiejsce">
		<xsd:annotation>
			<xsd:documentation>Typ miejsce realizacji projektu</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Wojewodztwo" type="TKodWojewodztwa">
				<xsd:annotation>
					<xsd:documentation>Kod NTS województwa</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Powiat" type="TKodPowiatu" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Kod NTS powiatu</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Gmina" type="TKodGminy" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Kod NTS gminy</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TBeneficjent">
		<xsd:annotation>
			<xsd:documentation>Typ dane o beneficjencie</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="KodKraju" type="TKodKraju" default="PL">
				<xsd:annotation>
					<xsd:documentation>Kod kraju beneficjenta (domyślnie PL - Polska)</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="NIP" type="TNIP">
				<xsd:annotation>
					<xsd:documentation>NIP beneficjenta</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Nazwa" type="TNazwaPodmiotu">
				<xsd:annotation>
					<xsd:documentation>Nazwa pełna beneficjenta</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Adres" type="TAdres"/>
			<xsd:element name="FormaPrawna" type="TFormaPrawna">
				<xsd:annotation>
					<xsd:documentation>Dopuszczalne są tylko aktualne wartości ze słownika RODZAJ FORMY PRAWNEJ w KSI</xsd:documentation>
					<xsd:documentation>(np. Osoba prawna, Spółka z o.o., Jednostka samorządu terytorialnego, Inne</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TZrodlaFinansowania">
		<xsd:annotation>
			<xsd:documentation>Informacje o źródłach finansowania</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="KrajoweSrodkiPubl" type="TKrajoweSrodkiPubl">
				<xsd:annotation>
					<xsd:documentation>Krajowe środki publiczne</xsd:documentation>
				</xsd:annotation>
				<xsd:unique name="kluczZrodloFinansowaniaKSP">
					<xsd:selector xpath="ZrodloFinansowania"/>
					<xsd:field xpath="Kod"/>
				</xsd:unique>
			</xsd:element>
			<xsd:sequence>
				<xsd:element name="ZrodloFinansowania" type="TZrodlaFinansowaniaWiersz" minOccurs="2" maxOccurs="unbounded">
					<xsd:annotation>
						<xsd:documentation>Dla podelementu Kod dopuszczalne są tylko wartości określone w KSI (np. SWS, PRW)</xsd:documentation>
						<xsd:documentation>Obowiązkowe są elementy z kodami: SWS (Środki wspólnotowe) i PRW (Prywatne)</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
			<xsd:element name="Ogolem">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="WydatkiOgolem" type="TKwotaDowolna">
							<xsd:annotation>
								<xsd:documentation>Suma wydatków ogółem</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="WydatkiKwalifik" type="TKwotaDowolna">
							<xsd:annotation>
								<xsd:documentation>Suma wydatków kwalifikowanych</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="WTym" minOccurs="0">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="ZrodloFinansowania" type="TZrodlaFinansowaniaWiersz" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>Dla podelementu Kod dopuszczalne są tylko wartości określone w KSI (np. 'EBI')</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="kluczZrodlaFinansWTM">
					<xsd:selector xpath="ZrodloFinansowania"/>
					<xsd:field xpath="Kod"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TKrajoweSrodkiPubl">
		<xsd:annotation>
			<xsd:documentation>Informacje o planie finansowym</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="ZrodloFinansowania" type="TZrodlaFinansowaniaWiersz" minOccurs="3" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Pozycja w finansowaniu z krajowych środków publicznych (BDP, BJS, IKS)</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="WydatkiOgolem" type="TKwotaDowolna">
				<xsd:annotation>
					<xsd:documentation>Suma elementów WydatkiOgolem ze wszystkich krajowych środków publicznych</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="WydatkiKwalifik" type="TKwotaDowolna">
				<xsd:annotation>
					<xsd:documentation>Suma elementów WydatkiKwalifik ze wszystkich krajowych środków publicznych</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TZrodlaFinansowaniaWiersz">
		<xsd:annotation>
			<xsd:documentation>Pojedynczy wiersz w informacji o źródłach finansowania</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Kod">
				<xsd:annotation>
					<xsd:documentation>Kod źródła finansowania zgodny z KSI</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="TSygnatura">
						<xsd:maxLength value="20"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="WydatkiOgolem" type="TKwotaDowolna">
				<xsd:annotation>
					<xsd:documentation>Kwota wydatków ogółem</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="WydatkiKwalifik" type="TKwotaDowolna">
				<xsd:annotation>
					<xsd:documentation>Kwota wydatków kwalifikowanych</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TPlatnosc">
		<xsd:annotation>
			<xsd:documentation>Typ płatność</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Kwota" type="TKwotaDowolna"/>
			<xsd:element name="Narastajaco" type="TKwotaDowolna">
				<xsd:annotation>
					<xsd:documentation>Wartość kwoty ujmowana narastająco od początku realizacji projektu</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TKorektaPlatnosci">
		<xsd:annotation>
			<xsd:documentation>Typ płatność</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="KwotaKorekty" type="TKwotaDowolna">
				<xsd:annotation>
					<xsd:documentation>Kwota korygująca do korespondującej z nią kwotą z pierwotnego wniosku o płatność</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="KorygowanaKwota" type="TKwotaDowolna">
				<xsd:annotation>
					<xsd:documentation>Korygowana kwota z pierwotnego/skorygowanego wniosku o płatność</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TKorektaPlatnosci0">
		<xsd:annotation>
			<xsd:documentation>Typ płatność</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="KwotaKorekty" type="TKwotaDowolna" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Kwota korygująca do korespondującej z nią kwotą z pierwotnego wniosku o płatność</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="KorygowanaKwota" type="TKwotaDowolna" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Korygowana kwota z pierwotnego/skorygowanego wniosku o płatność</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="MiejscaRealProjektu">
		<xsd:annotation>
			<xsd:documentation>Miejsca realizacji projektu</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="CalyKraj" type="TWybor">
					<xsd:annotation>
						<xsd:documentation>Informacja, czy projekt jest realizowany na terenie całego kraju</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="Miejsce" type="TMiejsce" minOccurs="0" maxOccurs="unbounded">
					<xsd:annotation>
						<xsd:documentation>Miejsce realizacji projektu. Element wymagany gdy CalyKraj = N. Miejsca realizacji danego projektu nie mogą się powtarzać i muszą być rozłączne</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="KlasyfikacjaProjektu">
		<xsd:annotation>
			<xsd:documentation>Klasyfikacja projektu musi być  odpowiednia dla wskazanego poziomu wdrażania wg słownika powiązań</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="TematPriorytetu" type="TTematPriorytetu"/>
				<xsd:element name="FormaFinansowania" type="TFormaFinansowania"/>
				<xsd:element name="ObszarRealizacji" type="TObszarRealizacji"/>
				<xsd:element name="DzialGospodarki" type="TDzialGospodarki"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ZrodlaFinansowania" type="TZrodlaFinansowania">
		<xsd:annotation>
			<xsd:documentation>Informacje o źródłach finansowania</xsd:documentation>
		</xsd:annotation>
		<xsd:unique name="kluczZrodloFinansowania">
			<xsd:selector xpath="ZrodloFinansowania"/>
			<xsd:field xpath="Kod"/>
		</xsd:unique>
	</xsd:element>
</xsd:schema>

