<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:etd="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2020/03/11/eD/DefinicjeTypy/" xmlns:kck="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2013/05/23/eD/KodyCECHKRAJOW/" xmlns:tns="http://jpk.mf.gov.pl/wzor/2022/02/01/02011/" targetNamespace="http://jpk.mf.gov.pl/wzor/2022/02/01/02011/" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="pl">
	<xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2020/03/11/eD/DefinicjeTypy/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2020/03/11/eD/DefinicjeTypy/StrukturyDanych_v6-0E.xsd"/>
	<xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2013/05/23/eD/KodyCECHKRAJOW/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2013/05/23/eD/KodyCECHKRAJOW/KodyCechKrajow_v3-0E.xsd"/>
	<xsd:simpleType name="TKodFormularza">
		<xsd:annotation>
			<xsd:documentation>Symbol wzoru formularza</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="JPK_EWP"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TCelZlozenia">
		<xsd:annotation>
			<xsd:documentation>Określenie celu złożenia JPK</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:byte">
			<xsd:enumeration value="1">
				<xsd:annotation>
					<xsd:documentation>złożenie JPK po raz pierwszy</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:complexType name="TNaglowek">
		<xsd:annotation>
			<xsd:documentation>Nagłówek JPK_EWP</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="KodFormularza">
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="tns:TKodFormularza">
							<xsd:attribute name="kodSystemowy" type="xsd:string" use="required" fixed="JPK_EWP (3)"/>
							<xsd:attribute name="wersjaSchemy" type="xsd:string" use="required" fixed="1-1"/>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="WariantFormularza">
				<xsd:simpleType>
					<xsd:restriction base="xsd:byte">
						<xsd:enumeration value="3"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="CelZlozenia" type="tns:TCelZlozenia"/>
			<xsd:element name="DataWytworzeniaJPK" type="etd:TDataCzas">
				<xsd:annotation>
					<xsd:documentation>Data i czas wytworzenia JPK_EWP</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="DataOd" type="etd:TData">
				<xsd:annotation>
					<xsd:documentation>Data początkowa okresu, którego dotyczy JPK_EWP</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="DataDo" type="etd:TData">
				<xsd:annotation>
					<xsd:documentation>Data końcowa okresu, którego dotyczy JPK_EWP</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="DomyslnyKodWaluty" type="kck:currCode_Type">
				<xsd:annotation>
					<xsd:documentation>Trzyliterowy kod lokalnej waluty (ISO-4217), domyślny dla wytworzonego JPK_EWP</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="KodUrzedu" type="etd:TKodUS"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:simpleType name="TKwotowy">
		<xsd:annotation>
			<xsd:documentation>Wartość numeryczna 18 znaków max, w tym 2 znaki po przecinku</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:decimal">
			<xsd:totalDigits value="18"/>
			<xsd:fractionDigits value="2"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TNaturalnyJPK">
		<xsd:annotation>
			<xsd:documentation>Liczby naturalne większe od zera</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="etd:TNaturalny">
			<xsd:minExclusive value="0"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TZnakowyJPK">
		<xsd:annotation>
			<xsd:documentation>Typ znakowy ograniczony do 256 znaków</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="256"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:element name="JPK">
		<xsd:annotation>
			<xsd:documentation>Jednolity plik kontrolny dla ewidencji przychodów</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="Naglowek" type="tns:TNaglowek">
					<xsd:annotation>
						<xsd:documentation>Nagłówek JPK_EWP</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="Podmiot1">
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="IdentyfikatorPodmiotu" type="etd:TIdentyfikatorOsobyNiefizycznej1">
								<xsd:annotation>
									<xsd:documentation>Dane identyfikujące podmiot</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="AdresPodmiotu" type="etd:TAdresPolski1">
								<xsd:annotation>
									<xsd:documentation>Adres podmiotu</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
				<xsd:element name="EWPWiersz" maxOccurs="unbounded">
					<xsd:annotation>
						<xsd:documentation>Na podstawie załącznika do rozporządzenia Ministra Finansów z dnia 27 grudnia 2021 r. (poz. 2414)</xsd:documentation>
					</xsd:annotation>
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="K_1" type="tns:TNaturalnyJPK">
								<xsd:annotation>
									<xsd:documentation>Lp.</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_2" type="etd:TData">
								<xsd:annotation>
									<xsd:documentation>Data wpisu</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_3" type="etd:TData">
								<xsd:annotation>
									<xsd:documentation>Data uzyskania przychodu</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_4" type="tns:TZnakowyJPK">
								<xsd:annotation>
									<xsd:documentation>Nr dowodu, na podstawie którego dokonano wpisu</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_5" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Kwota przychodu opodatkowana wg stawki 17%</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_6" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Kwota przychodu opodatkowana wg stawki 15%</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_7" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Kwota przychodu opodatkowana wg stawki 14%</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_8" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Kwota przychodu opodatkowana wg stawki 12,5%</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_9" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Kwota przychodu opodatkowana wg stawki 12%</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_10" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Kwota przychodu opodatkowana wg stawki 10%</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_11" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Kwota przychodu opodatkowana wg stawki 8,5%</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_12" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Kwota przychodu opodatkowana wg stawki 5,5%</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_13" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Kwota przychodu opodatkowana wg stawki 3%</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_14" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Ogółem przychody (5+6+7+8+9+10+11+12+13)</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="K_15" type="tns:TZnakowyJPK" minOccurs="0">
								<xsd:annotation>
									<xsd:documentation>Uwagi - Podatnicy, którzy zamierzają skorzystać z przewidzianej w art. 21 ust. 1a ustawy możliwości kwartalnego wpłacania ryczałtu od przychodów ewidencjonowanych, w kolumnie „Uwagi” mogą wpisywać datę otrzymania przychodu. Podatnicy, którzy na podstawie art. 15 ust. 1a ustawy są obowiązani w prowadzonej ewidencji wyodrębnić przychody objęte odpowiednio podatkiem tonażowym albo zryczałtowanym podatkiem od wartości sprzedanej produkcji i ryczałtem od przychodów ewidencjonowanych, przychody objęte odpowiednio podatkiem tonażowym albo zryczałtowanym podatkiem od wartości sprzedanej produkcji wykazują wyłącznie w kolumnie „Uwagi”</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
				<xsd:element name="EWPCtrl">
					<xsd:annotation>
						<xsd:documentation>Sumy kontrolne dla tabeli EWPWiersz</xsd:documentation>
					</xsd:annotation>
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="LiczbaWierszy" type="tns:TNaturalnyJPK">
								<xsd:annotation>
									<xsd:documentation>Liczba wierszy (zapisów) ewidencji przychodów, w okresie którego dotyczy JPK_EWP</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="SumaPrzychodow" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Łączna wartość przychodów (kol. 14) w ewidencji przychodów w okresie, którego dotyczy JPK_EWP</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
				<xsd:element name="Wykaz" minOccurs="0" maxOccurs="unbounded">
					<xsd:annotation>
						<xsd:documentation>Wykaz środków trwałych oraz wartości niematerialnych i prawnych</xsd:documentation>
					</xsd:annotation>
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="KW_1" type="tns:TNaturalnyJPK">
								<xsd:annotation>
									<xsd:documentation>Lp.</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="KW_2" type="etd:TData">
								<xsd:annotation>
									<xsd:documentation>Data nabycia</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="KW_3" type="etd:TData">
								<xsd:annotation>
									<xsd:documentation>Data przyjęcia do używania</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="KW_4" type="tns:TZnakowyJPK">
								<xsd:annotation>
									<xsd:documentation>Określenie dokumentu stwierdzającego nabycie</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="KW_5" type="tns:TZnakowyJPK">
								<xsd:annotation>
									<xsd:documentation>Określenie środka trwałego lub wartości niematerialnej i prawnej</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="KW_6" type="tns:TZnakowyJPK">
								<xsd:annotation>
									<xsd:documentation>Symbol Klasyfikacji Środków Trwałych (KŚT) wydanej na podstawie odrębnych
przepisów</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="KW_7" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Wartość początkowa</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="KW_8" type="etd:TProcentowy">
								<xsd:annotation>
									<xsd:documentation>Stawka amortyzacyjna</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="KW_9" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Zaktualizowana wartość początkowa</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:choice minOccurs="0">
								<xsd:annotation>
									<xsd:documentation>Węzeł i elementy węzła wymagane dla przypadków zbycia lub likwidacji środków trwałych oraz wartości niematerialnych i prawnych </xsd:documentation>
								</xsd:annotation>
								<xsd:sequence>
									<xsd:element name="KW_10A" type="etd:TData">
										<xsd:annotation>
											<xsd:documentation>Data likwidacji środka trwałego lub wartości niematerialnej i prawnej</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="KW_10B" type="tns:TZnakowyJPK">
										<xsd:annotation>
											<xsd:documentation>Przyczyna likwidacji środka trwałego lub wartości
niematerialnej i prawnej</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
								<xsd:element name="KW_10C" type="etd:TData">
									<xsd:annotation>
										<xsd:documentation>Data zbycia środka trwałego lub wartości niematerialnej i prawnej</xsd:documentation>
									</xsd:annotation>
								</xsd:element>
							</xsd:choice>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
				<xsd:element name="WykazCtrl" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>Sumy kontrolne dla tabeli Wykaz środków trwałych oraz wartości niematerialnych i prawnych</xsd:documentation>
					</xsd:annotation>
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="LiczbaWierszy" type="tns:TNaturalnyJPK">
								<xsd:annotation>
									<xsd:documentation>Liczba wierszy (zapisów) wykazu środków trwałych oraz wartości niematerialnych i prawnych, w okresie którego dotyczy JPK_EWP</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="SumaWartosci" type="tns:TKwotowy">
								<xsd:annotation>
									<xsd:documentation>Suma wartości początkowych  (kol. 7) w wykazie środków trwałych oraz wartości niematerialnych i prawnych w okresie, którego dotyczy JPK_EWP</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
