<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
	<xs:simpleType name="GoodsDescriptionCode_Type">
		<xs:restriction base="xs:string">
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">paliwo</xs:documentation>
					<xs:documentation xml:lang="en">fuel</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">wynajem środków transportu</xs:documentation>
					<xs:documentation xml:lang="en">hiring of means of transport</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">wydatki związane ze środkami transportu (inne niż towary i usługi, o których mowa w kodzie 1 i 2)</xs:documentation>
					<xs:documentation xml:lang="en">expenditure relating to means of transport (other than the goods and services referred to under codes 1 and 2)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">opłaty drogowe i inne opłaty dla użytkowników dróg</xs:documentation>
					<xs:documentation xml:lang="en">road tolls and road user charge</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">koszty podróży, takie jak opłaty za taksówki, opłaty za transport publiczny</xs:documentation>
					<xs:documentation xml:lang="en">travel expenses, such as taxi fares, public transport fares</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6">
				<xs:annotation>
					<xs:documentation xml:lang="pl">zakwaterowanie</xs:documentation>
					<xs:documentation xml:lang="en">accommodation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="7">
				<xs:annotation>
					<xs:documentation xml:lang="pl">żywność, napoje i usługi restauracyjne</xs:documentation>
					<xs:documentation xml:lang="en">food, drink and restaurant services</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="8">
				<xs:annotation>
					<xs:documentation xml:lang="pl">opłaty za wstęp na targi i wystawy</xs:documentation>
					<xs:documentation xml:lang="en">admissions to fares and exhibitions</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9">
				<xs:annotation>
					<xs:documentation xml:lang="pl">wydatki na artykuły luksusowe, rozrywkowe i wydatki reprezentacyjne</xs:documentation>
					<xs:documentation xml:lang="en">expenditure on luxuries, amusements and entertainment</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10">
				<xs:annotation>
					<xs:documentation xml:lang="pl">inne</xs:documentation>
					<xs:documentation xml:lang="en">other</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="GoodsDescriptionSubCode_Type">
		<xs:restriction base="xs:string">
			<xs:pattern value="([0-9]{1,2}){1}(\.\d{1,2}){1,2}"/>
			<xs:enumeration value="1.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do środków transportu o masie powyżej 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.1.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Benzyna</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.1.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Olej napędowy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.1.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">LPG</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.1.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Gaz ziemny</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.1.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Biopaliwo</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do środków transportu o masie nie większej niż 3500 kg innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.2.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Benzyna</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.2.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Olej napędowy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.2.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">LPG</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.2.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Gaz ziemny</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.2.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Biopaliwo</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.2.6">
				<xs:annotation>
					<xs:documentation xml:lang="pl">PKW</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.2.7">
				<xs:annotation>
					<xs:documentation xml:lang="pl">LKW</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do środków transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.3.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Benzyna</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.3.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Olej napędowy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.3.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">LPG</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.3.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Gaz ziemny</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.3.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Biopaliwo</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo specjalnie przeznaczone do pojazdów poddawanych badaniu</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Produkty ropopochodne używane do smarowania środków transportu lub silników</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.6">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo zakupione w celu odsprzedaży</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.7">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do celów przewozu towarów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.8">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do samochodów osobowych i kombivanów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.8.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych wyłącznie do prowadzenia działalności gospodarczej</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.8.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych częściowo do zarobkowego przewozu osób, nauki jazdy lub przeznaczonych do wynajmu</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.8.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych częściowo do innych celów niż określone w pkt 1.8.2</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.9">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do motocykli, przyczep kempingowych i łodzi rekreacyjno-sportowych oraz statków powietrznych o masie poniżej 1550 kg</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.9.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych do zarobkowego przewozu osób, nauki jazdy lub przeznaczonych do wynajmu</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.9.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych do prowadzenia działalności gospodarczej</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.10">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do maszyn i ciągników rolniczych</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.10.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Benzyna</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.10.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Olej napędowy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.10.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">LPG</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.10.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Gaz ziemny</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.10.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Biopaliwo</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.11">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do środków transportu osób, z mniej niż 9 miejscami, lub do wypożyczonych samochodów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.11.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Benzyna</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.11.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Olej napędowy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.11.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">LPG</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.11.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Gaz ziemny</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.11.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Biopaliwo</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.12">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do środków transportu osób innych niż wymienione w pkt 1.8 i 1.9</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.13">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do środków transportu, w odniesieniu do których nie istnieją ograniczenia prawa do odliczenia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.14">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do środków transportu, w odniesieniu do których istnieją ograniczenia prawa do odliczenia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wynajem środków transportu o masie powyżej 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wynajem środków transportu o masie nie większej niż 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.2.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Na nieprzerwany okres powyżej 6 miesięcy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.2.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Na nieprzerwany okres nieprzekraczający 6 miesięcy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.2.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">PKW</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.2.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">LKW</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Paliwo do środków transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.3.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Na nieprzerwany okres powyżej 6 miesięcy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.3.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Na nieprzerwany okres nieprzekraczający 6 miesięcy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wynajem środków transportu przeznaczonych do przewozu towarów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wynajem samochodów osobowych i kombivanów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.5.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych wyłącznie do prowadzenia działalności gospodarczej</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.5.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych częściowo do zarobkowego przewozu osób lub nauki jazdy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.5.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych częściowo do innych celów niż określone w pkt 2.5.2</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.6">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wynajem motocykli, przyczep kempingowych i łodzi rekreacyjno-sportowych oraz statków powietrznych o masie mniejszej niż 1550 kg</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.6.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych do zarobkowego przewozu osób lub nauki jazdy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.6.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych wyłącznie do innego rodzaju działalności gospodarczej</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.7">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wynajem samochodów osobowych kategorii M1</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.8">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wynajem środków transportu osób z więcej niż 9 miejscami</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.9">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wynajem środków transportu osób z mniej niż 9 miejscami</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.9.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych do działalności handlowej</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.9.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych do celów innych niż działalność handlowa</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.10">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wynajem środków transportu, w odniesieniu do których nie istnieją ograniczenia prawa do odliczenia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.11">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wynajem środków transportu, w odniesieniu do których istnieją ograniczenia prawa do odliczenia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.12">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wynajem środków transportu innych niż wymienione w pkt 2.5 i 2.6</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane ze środkami transportu o masie powyżej 3500 kg, innymi niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.1.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup środków transportu o masie powyżej 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.1.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Utrzymanie środków transportu o masie powyżej 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.1.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup i instalacja wyposażenia środków transportu o masie powyżej 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.1.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Garażowanie lub parkowanie środków transportu o masie powyżej 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.1.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Inne wydatki związane ze środkami transportu o masie powyżej 3500 kg, innymi niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane ze środkami transportu o masie nie większej niż 3500 kg, innymi niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.2.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup środków transportu o masie nie większej niż 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.2.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Utrzymanie środków transportu o masie nie większej niż 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.2.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup instalacji i wyposażenia środków transportu o masie nie większej niż 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.2.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Garażowanie lub parkowanie środków transportu o masie nie większej niż 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.2.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Inne wydatki związane ze środkami transportu o masie nie większej niż 3500 kg, innych niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.2.6">
				<xs:annotation>
					<xs:documentation xml:lang="pl">PKW</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.2.7">
				<xs:annotation>
					<xs:documentation xml:lang="pl">LKW</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane ze środkami transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.3.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup środków transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.3.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Konserwacja środków transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.3.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup i instalacja wyposażenia środków transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.3.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Garażowanie lub parkowanie środków transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.3.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Inne wydatki związane ze środkami transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane ze środkami transportu przeznaczonymi do przewozu towarów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.4.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup środków transportu przeznaczonych do przewozu towarów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.4.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Konserwacja środków transportu przeznaczonych do przewozu towarów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.4.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Garażowanie lub parkowanie środków transportu przeznaczonych do przewozu towarów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.4.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane ze środkami transportu przeznaczonymi do przewozu towarów, inne niż wymienione w pkt 3.4.1, 3.4.2 i 3.4.3</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Konserwacja samochodów osobowych i kombivanów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.5.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych wyłącznie do prowadzenia działalności gospodarczej</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.5.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych częściowo do zarobkowego przewozu osób, nauki jazdy lub przeznaczonych do wynajmu</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.5.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych częściowo do prowadzenia działalności gospodarczej innej niż wymieniona w pkt 3.5.2</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.6">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Konserwacja motocykli, przyczep kempingowych i łodzi rekreacyjno-sportowych oraz statków powietrznych o masie powyżej 1550 kg</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.6.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych do zarobkowego przewozu osób, nauki jazdy lub przeznaczonych do wynajmu</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.6.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych do innego rodzaju działalności gospodarczej</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.7">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki, inne niż na konserwację, garażowanie lub parkowanie samochodów osobowych i kombivanów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.7.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych wyłącznie do prowadzenia działalności gospodarczej</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.7.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych częściowo do zarobkowego przewozu osób, nauki jazdy lub przeznaczonych do wynajmu</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.7.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych częściowo w celach innych niż wymienione w pkt 3.7.2</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.8">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki inne niż na konserwację, garażowanie i parkowanie motocykli, przyczep kempingowych i łodzi rekreacyjno-sportowych oraz statków powietrznych o masie powyżej 1550 kg</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.8.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych do zarobkowego przewozu osób, nauki jazdy, przeznaczonych do wynajmu lub odsprzedaży</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.8.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Używanych do innego rodzaju działalności gospodarczej</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.9">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup samochodów osobowych kategorii M1</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.10">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup akcesoriów do samochodów osobowych kategorii M1, włącznie z montażem i instalacją</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.11">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane ze środkami transportu osób z więcej niż 9 miejscami lub środkami transportu przeznaczonymi do przewozu towarów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.12">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane ze środkami transportu osób z mniej niż 9 miejscami używanymi do celów działalności handlowej</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.13">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane ze środkami transportu, w odniesieniu do których nie istnieją ograniczenia prawa do odliczenia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.14">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane ze środkami transportu, w odniesieniu do których istnieją ograniczenia prawa do odliczenia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.15">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Konserwacja środków transportu osób innych niż samochody osobowe i kombivany, motocykle, przyczepy kempingowe i łodzie rekreacyjno-sportowe oraz statki powietrzne o masie powyżej 1550 kg</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.16">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Garażowanie lub parkowanie środków transportu osób</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.17">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki inne niż na konserwację, garażowanie lub parkowanie środków transportu innych niż samochody osobowe i kombivany, motocykle, przyczepy kempingowe i łodzie rekreacyjno-sportowe oraz statki powietrzne o masie powyżej 1550 kg</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Opłaty drogowe za środki transportu o masie powyżej 3500 kg, inne niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Opłaty drogowe za pojazdy o masie nie większej niż 3500 kg, inne niż środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.2.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">PKW</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.2.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">LKW</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Opłaty drogowe za środki transportu dla pasażerów uiszczających opłatę</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Opłaty drogowe za środki transportu przejeżdżające przez most nad Wielkim Bełtem</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Opłaty drogowe za wszelkie środki transportu przejeżdżające przez most nad cieśniną Sund</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.6">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Opłaty drogowe za środki transportu dla pasażerów uiszczających opłatę, z więcej niż 9 miejscami</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.7">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Opłaty drogowe za środki transportu dla pasażerów uiszczających opłatę, z mniej niż 9 miejscami</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.8">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Opłaty drogowe za pojazdy używane w ramach konferencji, targów, wystaw lub kongresów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.8.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Uiszczane przez organizatora imprezy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.8.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Uiszczane przez uczestnika imprezy, w przypadku gdy opłata pobierana jest bezpośrednio przez organizatora</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Podatnika lub osoby zatrudnionej przez podatnika</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Osoby niebędącej podatnikiem lub osobą zatrudnioną przez podatnika</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Podatnika lub osoby zatrudnionej przez podatnika w ramach konferencji, targów, wystaw lub kongresów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Ponoszone przez organizatora imprezy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Ponoszone przez uczestnika imprezy, w przypadku gdy opłata pobierana jest bezpośrednio przez organizatora</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na zakwaterowanie podatnika lub osoby zatrudnionej przez podatnika</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na zakwaterowanie osoby niebędącej podatnikiem lub osobą zatrudnioną przez podatnika</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na zakwaterowanie podatnika lub osoby zatrudnionej przez podatnika uczestniczącej w konferencjach związanych z prowadzeniem działalności gospodarczej</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na zakwaterowanie podatnika lub osoby zatrudnionej przez podatnika w ramach konferencji, targów, wystaw lub kongresów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.4.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Ponoszone przez organizatora imprezy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.4.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Ponoszone przez uczestnika imprezy, w przypadku gdy opłata pobierana jest bezpośrednio przez organizatora</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na zakwaterowanie osoby zatrudnionej przez podatnika, dostarczającej towary lub świadczącej usługi</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.6">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na zakwaterowanie zakupione w celu dalszej odsprzedaży tej usługi</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.7">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na zakwaterowanie inne niż wymienione w pkt 6.5 lub 6.6</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="7.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Żywność i napoje dostarczane w hotelach, barach, restauracjach, pensjonatach, w tym śniadania</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="7.1.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Na rzecz podatnika lub osoby zatrudnionej przez podatnika</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="7.1.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Na rzecz osoby niebędącej podatnikiem ani osobą zatrudnioną przez podatnika</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="7.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Żywność i napoje dostarczane w ramach konferencji, targów, wystaw lub kongresów</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="7.2.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Na rzecz organizatora imprezy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="7.2.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Na rzecz uczestnika imprezy, w przypadku gdy opłata pobierana jest bezpośrednio przez organizatora</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="7.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Żywność i napoje przeznaczone dla osoby zatrudnionej przez podatnika, dostarczającej towary lub świadczącej usługi</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="7.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Usługi restauracyjne zakupione w celu ich dalszej odsprzedaży</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="7.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup żywności, napojów lub usług restauracyjnych innych niż wymienione w pkt 7.2, 7.3 i 7.4</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="8.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Uiszczane przez podatnika lub osobę zatrudnioną przez podatnika</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="8.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Uiszczane przez osobę niebędącą podatnikiem ani osobą zatrudnioną przez podatnika</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup alkoholu</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup przetworzonego tytoniu</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na przyjęcia i cele reprezentacyjne</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9.3.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Na cele reklamowe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9.3.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Na cele inne niż reklamowe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na utrzymanie statków przeznaczonych do celów rekreacyjnych</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na dzieła sztuki, przedmioty kolekcjonerskie i antyki</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9.6">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na artykuły luksusowe, rozrywkowe i wydatki reprezentacyjne ponoszone w celach reklamowych</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9.7">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na artykuły luksusowe, rozrywkowe i wydatki reprezentacyjne inne niż wymienione w pkt 9.1, 9.2 i 9.3</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Narzędzia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Naprawy w okresie objętym gwarancją</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Usługi związane z edukacją</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Prace związane z mieniem</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.4.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Prace związane z nieruchomościami</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.4.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Prace związane z nieruchomościami wykorzystywanymi w celach mieszkalnych</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.4.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Prace związane z mieniem ruchomym innym niż objęte kodem 3</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.5">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup lub wynajem mienia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.5.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup lub wynajem nieruchomości</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.5.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup lub wynajem nieruchomości wykorzystywanych w celach mieszkalnych albo rekreacyjnych lub wypoczynkowych</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.5.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup lub wynajem mienia ruchomego związanego z nieruchomościami wykorzystywanymi w celach mieszkalnych albo rekreacyjnych lub wypoczynkowych lub wykorzystywanego w takich nieruchomościach</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.5.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Zakup lub wynajem mienia ruchomego innego niż objęte kodem 2</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.6">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Dostarczanie wody, gazu lub energii elektrycznej przez sieć dystrybucyjną</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.7">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Upominki o niewielkiej wartości</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.8">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane z prowadzeniem biura</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.9">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Udział w targach i seminariach, kształcenie lub szkolenia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.9.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Targi</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.9.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Seminaria</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.9.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Kształcenie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.9.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Szkolenia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.10">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Ryczałtowy narzut na ceny zwierząt gospodarskich i produktów rolnych</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.11">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane z wysyłką poczty do krajów spoza UE</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.12">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki na faksy i telefony w sprawie zakwaterowania</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.13">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Towary i usługi nabyte przez organizatora podróży dla bezpośredniej korzyści podróżnego</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.14">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Towary nabyte w celu odsprzedaży inne niż wymienione w pkt 1.6</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.15">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Usługi nabyte w celu odsprzedaży inne niż wymienione w pkt 6.6 i 7.4</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.16">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Prace związane z mieniem</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.16.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Prace związane z nieruchomościami wykorzystywanymi w celach mieszkalnych, rekreacyjnych lub wypoczynkowych</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.16.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Prace związane z nieruchomościami innymi niż wymienione w pkt 10.16.1</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.16.3">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Prace związane z mieniem ruchomym związanym z nieruchomościami, o których mowa w pkt 10.16.1 lub używane w tych nieruchomościach</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.16.4">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Prace związane z mieniem ruchomym innym niż wymienione w pkt 10.16.3</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.17">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane z mieniem</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.17.1">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane z nieruchomościami wykorzystywanymi w celach mieszkalnych albo rekreacyjnych lub wypoczynkowych</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10.17.2">
				<xs:annotation>
					<xs:documentation xml:lang="pl">Wydatki związane z nieruchomościami innymi niż wymienione w pkt 10.17.1</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
