13864
ID | 13864 |
Data | 2025-09-22 |
Symbol | 2025/09/22/13864 |
Instytucja | Ministerstwo Finansów |
Nazwa | RAT-ZW WNIOSEK O ROZŁOŻENIE NA RATY (PODATKI) |
Czy Aktualny | 1 |
---|
Ustawy (1)
Pliki
Schemat
<?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/2022/09/13/eD/DefinicjeTypy/" xmlns:kk="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2023/09/06/eD/KodyKrajow/" xmlns:knus="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2017/02/06/eD/KodyNaczelnikowUrzedowSkarbowych/" xmlns:tns="http://crd.gov.pl/wzor/2025/09/22/13864/" targetNamespace="http://crd.gov.pl/wzor/2025/09/22/13864/" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="pl">
<xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2022/09/13/eD/DefinicjeTypy/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2022/09/13/eD/DefinicjeTypy/StrukturyDanych_v12-0E.xsd"/>
<xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2017/02/06/eD/KodyNaczelnikowUrzedowSkarbowych/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2017/02/06/eD/KodyNaczelnikowUrzedowSkarbowych/KodyNaczelnikowUrzedowSkarbowych_v4-0E.xsd"/>
<xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2023/09/06/eD/KodyKrajow/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2023/09/06/eD/KodyKrajow/KodyKrajow_v13-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="RAT-ZW"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TZnakowy">
<xsd:annotation>
<xsd:documentation>Typ znakowy ograniczony do 50 znaków</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TZnakowy1">
<xsd:annotation>
<xsd:documentation>Typ znakowy ograniczony do 100 znaków</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TZnakowy2">
<xsd:annotation>
<xsd:documentation>Typ znakowy ograniczony do 300 znaków</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="300"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TZnakowy3">
<xsd:annotation>
<xsd:documentation>Typ znakowy ograniczony do 2500 znaków</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="2500"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="TNaglowek">
<xsd:annotation>
<xsd:documentation>Nagłówek dokumentu</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="RAT-ZW (1)"/>
<xsd:attribute name="wersjaSchemy" type="xsd:string" use="required" fixed="1-0E"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="WariantFormularza">
<xsd:simpleType>
<xsd:restriction base="xsd:byte">
<xsd:enumeration value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="CelZlozenia" type="etd:TWybor1">
<xsd:annotation>
<xsd:documentation>Cel złożenia: 1 - złożenie dokumentu</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DataWypelnienia">
<xsd:annotation>
<xsd:documentation>Data wypełnienia dokumentu</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TData">
<xsd:minInclusive value="2025-09-01"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="KodUrzedu" type="knus:TKodNaczUS">
<xsd:annotation>
<xsd:documentation>Naczelnik Urzędu Skarbowego</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TIdentyfikatorOsobyFizycznej">
<xsd:annotation>
<xsd:documentation>Zestaw danych identyfikacyjnych o osobie fizycznej z identyfikatorem NIP lub PESEL</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="NIP" type="etd:TNrNIP">
<xsd:annotation>
<xsd:documentation>Identyfikator podatkowy NIP</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PESEL" type="etd:TNrPESEL">
<xsd:annotation>
<xsd:documentation>Identyfikator podatkowy numer PESEL</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="ImiePierwsze" type="etd:TImie">
<xsd:annotation>
<xsd:documentation>Pierwsze imię</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Nazwisko" type="etd:TNazwisko">
<xsd:annotation>
<xsd:documentation>Nazwisko</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TIdentyfikatorOsobyNiefizycznej">
<xsd:annotation>
<xsd:documentation>Podstawowy zestaw danych identyfikacyjnych o osobie niefizycznej</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="NIP" type="etd:TNrNIP">
<xsd:annotation>
<xsd:documentation>Identyfikator podatkowy NIP</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PelnaNazwa">
<xsd:annotation>
<xsd:documentation>Nazwa pełna</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="240"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="TKodPocztowy">
<xsd:annotation>
<xsd:documentation>Kod pocztowy</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="((\d{2})-(\d{3}))"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="TAdres">
<xsd:annotation>
<xsd:documentation>Dane określające adres</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="AdresPol" type="tns:TAdresPolski"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="AdresZagr" type="tns:TAdresZagraniczny"/>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="TAdresPolski">
<xsd:annotation>
<xsd:documentation>Informacje opisujące adres polski</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="KodKraju">
<xsd:annotation>
<xsd:documentation>Kraj</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="kk:TKodKraju">
<xsd:enumeration value="PL"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Ulica" type="etd:TUlica" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Ulica</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NrDomu" type="etd:TNrBudynku">
<xsd:annotation>
<xsd:documentation>Nr domu</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NrLokalu" type="etd:TNrLokalu" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Nr lokalu</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Miejscowosc" type="etd:TMiejscowosc">
<xsd:annotation>
<xsd:documentation>Miejscowość</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="KodPocztowy" type="tns:TKodPocztowy">
<xsd:annotation>
<xsd:documentation>Kod pocztowy</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TAdresZagraniczny">
<xsd:annotation>
<xsd:documentation>Informacje opisujące adres zagraniczny</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="KodKraju">
<xsd:annotation>
<xsd:documentation>Kraj</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="kk:TKodKraju">
<xsd:pattern value="P[A-KM-Z]"/>
<xsd:pattern value="[A-OQ-Z][A-Z]"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="KodPocztowy" type="etd:TKodPocztowy" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Kod pocztowy</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Miejscowosc" type="etd:TMiejscowosc">
<xsd:annotation>
<xsd:documentation>Miejscowość</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Ulica" type="etd:TUlica" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Ulica</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NrDomu" type="etd:TNrBudynku" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Nr domu</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NrLokalu" type="etd:TNrLokalu" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Nr lokalu</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="TAdresEmail">
<xsd:annotation>
<xsd:documentation>Adres e-mail</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:minLength value="5"/>
<xsd:maxLength value="50"/>
<xsd:pattern value="([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TLiczba">
<xsd:restriction base="etd:TNaturalny">
<xsd:minExclusive value="0"/>
<xsd:maxInclusive value="999"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TCzestotliwosc">
<xsd:annotation>
<xsd:documentation>Typ częstotliwości wnioskowanych rat</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation>Tygodniowe</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation>2-Tygodniowe</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="3">
<xsd:annotation>
<xsd:documentation>Miesięczne</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="4">
<xsd:annotation>
<xsd:documentation>2-Miesięczne</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="5">
<xsd:annotation>
<xsd:documentation>Kwartalne</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="6">
<xsd:annotation>
<xsd:documentation>Inne</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TCelUdzieleniaPomocy">
<xsd:annotation>
<xsd:documentation>Typ celu udzielenia pomocy</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation>Naprawa szkód po klęskach żywiołowych lub nadzwyczajnych zdarzeniach</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation>Zapobieganie lub likwidacja poważnych zakłóceń w gospodarce</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="3">
<xsd:annotation>
<xsd:documentation>Wsparcie przedsięwzięć gospodarczych w interesie UE</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="4">
<xsd:annotation>
<xsd:documentation>Promocja kultury, dziedzictwa, nauki i oświaty</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="5">
<xsd:annotation>
<xsd:documentation>Rekompensata za usługi w ogólnym interesie gospodarczym</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="6">
<xsd:annotation>
<xsd:documentation>Szkolenia</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="7">
<xsd:annotation>
<xsd:documentation>Zatrudnienie</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="8">
<xsd:annotation>
<xsd:documentation>Rozwój MŚP</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="9">
<xsd:annotation>
<xsd:documentation>Restrukturyzacja</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="10">
<xsd:annotation>
<xsd:documentation>Ochrona środowiska</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="11">
<xsd:annotation>
<xsd:documentation>Badania i rozwój</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="12">
<xsd:annotation>
<xsd:documentation>Pomoc regionalna</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="13">
<xsd:annotation>
<xsd:documentation>Inne przeznaczenia określone przez Radę Ministrów</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="FileAttachment_Type">
<xsd:sequence>
<xsd:element name="TypPliku" type="tns:OfficialCopyFileType_Type">
<xsd:annotation>
<xsd:documentation>Typ pliku</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NazwaPliku">
<xsd:annotation>
<xsd:documentation>Nazwa pliku (bez ścieżki)</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="40"/>
<xsd:pattern value="[A-Za-z0-9\-_:().,\+ ]*"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="OpisPliku" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Opis pliku</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="256"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="OfficialCopyFileType_Type">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="application/pdf"/>
<xsd:enumeration value="image/jpeg"/>
<xsd:enumeration value="image/tiff"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:element name="Pismo">
<xsd:annotation>
<xsd:documentation>WNIOSEK O ROZŁOŻENIE NA RATY (PODATKI)</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Naglowek" type="tns:TNaglowek">
<xsd:annotation>
<xsd:documentation>Nagłówek dokumentu</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Podmiot1">
<xsd:annotation>
<xsd:documentation>Zgłaszający</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
<xsd:annotation>
<xsd:documentation>Dane identyfikacyjne</xsd:documentation>
</xsd:annotation>
<xsd:element name="OsobaFizyczna">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="tns:TIdentyfikatorOsobyFizycznej"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="OsobaNiefizyczna">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="tns:TIdentyfikatorOsobyNiefizycznej"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:choice>
<xsd:element name="AdresZamieszkaniaSiedziby">
<xsd:annotation>
<xsd:documentation>Adres zamieszkania / siedziby</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="tns:TAdres">
<xsd:attribute name="rodzajAdresu" type="xsd:string" use="required" fixed="RAD">
<xsd:annotation>
<xsd:documentation>Adres zamieszkania / siedziby</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="rola" type="xsd:string" use="required" fixed="Zgłaszający"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Podmiot2" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Zgłaszający opcjonalny jeśli inny niż zgłaszający</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation>Dane identyfikacyjne</xsd:documentation>
</xsd:annotation>
<xsd:element name="OsobaFizyczna">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="tns:TIdentyfikatorOsobyFizycznej"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="rola" type="xsd:string" use="required" fixed="Zgłaszający Opcjonalny"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="PozycjeSzczegolowe">
<xsd:complexType>
<xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:element name="P_8" type="tns:TAdresEmail" minOccurs="0">
<xsd:annotation>
<xsd:documentation>E-mail</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_9" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Telefon</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{9,14}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
<xsd:element name="P_10" type="etd:TWybor1_2" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Czy prowadzisz działalność (lub osoba, której dotyczy wniosek)?: 1 - Tak, 2 - Nie</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_11" type="etd:TWybor1_2" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Czy wnioskujesz o raty w związku z prowadzoną działalnością? 1 - Tak, 2 - Nie</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_12" type="tns:TZnakowy1">
<xsd:annotation>
<xsd:documentation>Symbol podatku</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_13" type="tns:TZnakowy2">
<xsd:annotation>
<xsd:documentation>Opis zobowiązania</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_14" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Kwota do rozłożenia na raty</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TKwota2Nieujemna">
<xsd:minExclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_15">
<xsd:annotation>
<xsd:documentation>Data rozpoczęcia spłaty</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TData">
<xsd:minInclusive value="2025-10-01"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_16" type="etd:TWybor1_2">
<xsd:annotation>
<xsd:documentation>Sposób ustalenia rat: 1 - Liczba rat, 2 - Kwota raty</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="P_17">
<xsd:annotation>
<xsd:documentation>Maksymalna kwota raty</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TKwota2Nieujemna">
<xsd:minExclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_18" type="tns:TLiczba">
<xsd:annotation>
<xsd:documentation>Preferowana liczba rat</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:sequence>
<xsd:element name="P_19" type="tns:TCzestotliwosc">
<xsd:annotation>
<xsd:documentation>Częstotliwość wnioskowanych rat: 1 - Tygodniowe, 2 - 2-tygodniowe, 3 - Miesięczne, 4 - 2-miesięczne, 5 - kwartalne, 6 - inne</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_20" type="tns:TZnakowy" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Inna częstotliwość</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="P_21" type="tns:TZnakowy3">
<xsd:annotation>
<xsd:documentation>Uzasadnienie</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_22" type="etd:TWybor1_3" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Wnioskuję o udzielenie ulgi: 1 - w spłacie zobowiązań, które nie stanowią pomocy publicznej (m.in. w przypadku danin nie mających związku z prowadzoną działalnością gospodarczą), 2 - w spłacie zobowiązań, które stanowią pomoc de minimis, 3 - w spłacie zobowiązań, które stanowią pomoc publiczną</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_23" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Oświadczam, że środki uzyskane w ramach wnioskowanej ulgi nie zostaną wykorzystane w prowadzonej działalności gospodarczej, tylko na potrzeby własne lub rodziny (np. utrzymanie, życie, leczenie itp.): 1 - Tak</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_24" type="tns:TCelUdzieleniaPomocy" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Wskaż cel udzielenia pomocy: 1 - Naprawa szkód po klęskach żywiołowych lub nadzwyczajnych zdarzeniach, 2 - Zapobieganie lub likwidacja poważnych zakłóceń w gospodarce, 3 - Wsparcie przedsięwzięć gospodarczych w interesie UE, 4 - Promocja kultury, dziedzictwa, nauki i oświaty, 5 - Rekompensata za usługi w ogólnym interesie gospodarczym, 6 - Szkolenia, 7 - Zatrudnienie, 8 - Rozwój MŚP, 9 - Restrukturyzacja, 10 - Ochrona środowiska, 11 - Badania i rozwój, 12 - Pomoc regionalna, 13 - Inne przeznaczenia określone przez Radę Ministrów</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_25" type="etd:TWybor1_2" minOccurs="0">
<xsd:annotation>
<xsd:documentation>W okresie 3 lat poprzedzających dzień złożenia wniosku: 1 - Otrzymałem pomoc publiczną, 2 - Nie otrzymałem pomocy publicznej</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_26" type="etd:TWybor1_2" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Złożyłem wniosek/wnioski do innych instytucji o udzielenie pomocy de minimis lub pomocy de minimis w rolnictwie i rybołówstwie: 1 - Tak, 2 - Nie</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_27" type="etd:TWybor1_2" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Korzystałem z jednorazowej amortyzacji środków trwałych: 1 - Tak, 2 - Nie</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Zalaczniki" minOccurs="0">
<xsd:complexType>
<xsd:sequence minOccurs="0">
<xsd:element name="InfOKopiiDokumentu" type="tns:FileAttachment_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Informacja o załączonej kopii dokumentu</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:unique name="KopiaDokumentu_Unique">
<xsd:selector xpath="./tns:InfOKopiiDokumentu"/>
<xsd:field xpath="tns:NazwaPliku"/>
</xsd:unique>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>