551
ID | 551 |
Data | 2011-04-12 |
Symbol | 2011/04/12/551 |
Instytucja | Ministerstwo Finansów |
Nazwa | ORD-IN(3) - Wzór wniosku o wydanie interpretacji indywidualnej |
Czy Aktualny | 0 |
---|
Ustawy (1)
Pliki
Schemat
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wnio="http://crd.gov.pl/wzor/2011/04/12/551/" targetNamespace="http://crd.gov.pl/wzor/2011/04/12/551/" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="pl">
<xs:import namespace="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/meta/2009/11/16/meta.xsd"/>
<xs:import namespace="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/osoba.xsd"/>
<xs:import namespace="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/instytucja.xsd"/>
<xs:import namespace="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" schemaLocation="http://crd.gov.pl/xml/schematy/adres/2009/11/09/adres.xsd"/>
<xs:import namespace="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/struktura.xsd"/>
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
<xs:simpleType name="OrganUpowazniony_type">
<xs:restriction base="xs:string">
<xs:annotation>
<xs:documentation>Organy podatkowe upoważnione przez Ministra Finansów do wydania interpretacji indywidualnej</xs:documentation>
</xs:annotation>
<xs:enumeration value="Dyrektor Izby Skarbowej w Bydgoszczy"/>
<xs:enumeration value="Dyrektor Izby Skarbowej w Katowicach"/>
<xs:enumeration value="Dyrektor Izby Skarbowej w Łodzi"/>
<xs:enumeration value="Dyrektor Izby Skarbowej w Poznaniu"/>
<xs:enumeration value="Dyrektor Izby Skarbowej w Warszawie"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CelZlozenia_type">
<xs:annotation>
<xs:documentation>Określa, czy to jest złożenie, czy uzupełnienie wniosku</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:byte">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>złożenie wniosku</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>uzupełnienie wniosku</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NIP_type">
<xs:annotation>
<xs:documentation>Numer NIP</xs:documentation>
</xs:annotation>
<xs:restriction base="xsd:string">
<xs:pattern value="[1-9]((\d[1-9])|([1-9]\d))\d{7}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="KwotaOplaty_type">
<xs:annotation>
<xs:documentation>Kwota opłaty wyrażona w zł i gr</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="16"/>
<xs:fractionDigits value="2"/>
<xs:whiteSpace value="collapse"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NrKontaBankowego_type">
<xs:annotation>
<xs:documentation>Numery kont bankowych organów upoważnionych przez Ministra Finansów do wydania interpretacji indywidualnej</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Izba Skarbowa w Bydgoszczy - nr konta bankowego 52 1010 1078 0040 6622 3100 0000"/>
<xs:enumeration value="Izby Skarbowa w Katowicach - nr konta bankowego 68 1010 1212 0010 3622 3100 0000"/>
<xs:enumeration value="Izba Skarbowa w Łodzi - nr konta bankowego 87 1010 1371 0005 2122 3100 0000"/>
<xs:enumeration value="Izba Skarbowa w Poznaniu - nr konta bankowego 29 1010 1469 0032 6122 3100 0000"/>
<xs:enumeration value="Izba Skarbowa w Warszawie - nr konta bankowego 31 1010 1010 0166 4922 3100 0000"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="ZwrotOplaty_type">
<xs:annotation>
<xs:documentation>Określa sposób dokonania zwrotu nienależnej opłaty</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:byte">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>zwrot przekazem pocztowym na adres siedziby/zamieszkania wnioskodawcy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>zwrot przekazem pocztowym na adres do korespondencji wnioskodawcy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>zwrot przekazem pocztowym na adres do doręczeń pełnomocnika</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="KserokopiaDowodu_type">
<xs:annotation>
<xs:documentation>Określa, czy kserokopia dowodu uiszczenia opłaty została dołączona do wniosku czy zostanie przesłana w terminie 7 dni od dnia złożenia wniosku</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>dołączona do wniosku</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>zostanie przesłana w terminie 7 dni od dnia złożenia wniosku</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="PrzedmiotWniosku_type">
<xs:annotation>
<xs:documentation>Określa, czy przedmiotem wniosku jest zaistniały stan faktyczny, czy zdarzenie przyszłe</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="P_49" type="wnio:Wybor1_type" minOccurs="0">
<xs:annotation>
<xs:documentation>zaistniały stan faktyczny</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_50" type="wnio:Wybor1_type" minOccurs="0">
<xs:annotation>
<xs:documentation>zdarzenie przyszłe</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="Wybor1_type">
<xs:annotation>
<xs:documentation>Pojedyncze pole wyboru</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:byte">
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OrganPodatkowy_type">
<xs:annotation>
<xs:documentation>Organy podatkowe właściwe dla wnioskodawcy ze względu na sprawę będącą przedmiotem interpretacji indywidualnej</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:simpleType name="RodzajWnioskodawcy_type">
<xs:annotation>
<xs:documentation>Określa podmioty uprawnione do złożenia wniosku</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="osoba prawna"/>
<xs:enumeration value="jednostka organizacyjna niemająca osobowości prawnej"/>
<xs:enumeration value="osoba fizyczna"/>
<xs:enumeration value="inny"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Liczbowy_type">
<xs:annotation>
<xs:documentation>Liczby naturalne</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:nonNegativeInteger">
<xs:whiteSpace value="collapse"/>
<xs:totalDigits value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DataUrodzenia_type">
<xs:annotation>
<xs:documentation>Typ daty urodzenia</xs:documentation>
</xs:annotation>
<xs:restriction base="xsd:date">
<xs:whiteSpace value="collapse"/>
<xs:minInclusive value="1900-01-01"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DataWypelnienia_type">
<xs:annotation>
<xs:documentation>Typ daty wypełnienia</xs:documentation>
</xs:annotation>
<xs:restriction base="xsd:date">
<xs:whiteSpace value="collapse"/>
<xs:minInclusive value="2011-04-01"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="Naglowek_type">
<xs:annotation>
<xs:documentation>Nagłówek dokumentu</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="KodFormularza">
<xs:annotation>
<xs:documentation>Kod formularza, na którym jest składany wniosek</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ORD-IN"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="WariantFormularza">
<xs:annotation>
<xs:documentation>Wariant formularza, na którym jest składany wniosek</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:byte">
<xs:enumeration value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CelZlozenia" type="wnio:CelZlozenia_type">
<xs:annotation>
<xs:documentation>Cel złożenia wniosku</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OrganUpowazniony" type="wnio:OrganUpowazniony_type">
<xs:annotation>
<xs:documentation>Organ upoważniony przez Ministra Finansów do wydania interpretacji indywidualnej</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RodzajSprawy2_elements_type">
<xs:annotation>
<xs:documentation>Określa zakres, którego dotyczy składany wniosek</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="P_53" type="wnio:Wybor1_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Podatek dochodowy od osób prawnych</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_54" type="wnio:Wybor1_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Podatek dochodowy od osób fizycznych</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_55" type="wnio:Wybor1_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Podatek od towarów i usług</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_56" type="wnio:Wybor1_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Podatek akcyzowy</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_57" type="wnio:Wybor1_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Podatek od czynności cywilnoprawnych</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_58" type="wnio:Wybor1_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Podatek od spadków i darowizn</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_59" type="wnio:Wybor1_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Ordynacja podatkowa</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_60" type="wnio:Wybor1_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Inne (np. gry hazardowe, zasady ewidencji i identyfikacji podatników i płatników)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Wartosc_type">
<xs:sequence>
<xs:element name="Naglowek" type="wnio:Naglowek_type">
<xs:annotation>
<xs:documentation>Nagłówek wniosku</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Podmiot1">
<xs:annotation>
<xs:documentation>B. Dane Wnioskodawcy</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="OsobaFizyczna">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:sequence>
<xs:element name="NIP" type="wnio:NIP_type">
<xs:annotation>
<xs:documentation>Numer Identyfikacji Podatkowej wnioskodawcy</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="oso:PESEL" minOccurs="0"/>
<xs:element name="DataUrodzenia" type="wnio:DataUrodzenia_type">
<xs:annotation>
<xs:documentation>Data urodzenia</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence>
<xs:element ref="oso:PESEL"/>
<xs:element name="DataUrodzenia" type="wnio:DataUrodzenia_type">
<xs:annotation>
<xs:documentation>Data urodzenia</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:choice>
<xs:element ref="oso:Imie"/>
<xs:element ref="oso:Nazwisko" maxOccurs="3"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OsobaNiefizyczna">
<xs:complexType>
<xs:sequence>
<xs:element name="NIP" type="wnio:NIP_type">
<xs:annotation>
<xs:documentation>Numer Identyfikacji Podatkowej wnioskodawcy</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="inst:REGON" minOccurs="0"/>
<xs:element ref="inst:KRS"/>
<xs:element name="NazwaPelna">
<xs:annotation>
<xs:documentation>Pełna nazwa</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:minLength value="1"/>
<xs:maxLength value="240"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:element name="AdresZamieszkaniaSiedziby">
<xs:complexType>
<xs:complexContent>
<xs:extension base="adr:AdresTyp">
<xs:attribute name="rodzajAdresu" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="RAD">
<xs:annotation>
<xs:documentation>adres zamieszkania lub siedziby</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="AdresDoKorespondencji" minOccurs="0">
<xs:complexType>
<xs:complexContent>
<xs:extension base="adr:AdresTyp">
<xs:attribute name="rodzajAdresu" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="KOR">
<xs:annotation>
<xs:documentation>adres do korespondencji</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="rola" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="wnioskodawca"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="rodzaj" use="required">
<xs:simpleType>
<xs:restriction base="xs:byte">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>osoba prawna</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>jednostka organizacyjna niemająca osobowości prawnej</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>osoba fizyczna</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>inny</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="status" use="required">
<xs:simpleType>
<xs:restriction base="xs:byte">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>podatnik</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>płatnik</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>inkasent</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>osoba trzecia w rozumieniu art. 110-117a ustawy - Ordynacja podatkowa</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>inny</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="OrganPodatkowy">
<xs:annotation>
<xs:documentation>C. Nazwa i adres organów podatkowych (Naczelnik Urzędu Skarbowego, Naczelnik Urzędu Celnego)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="wnio:OrganPodatkowy_type">
<xs:enumeration value=""/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Podmiot2" minOccurs="0">
<xs:annotation>
<xs:documentation>D. Dane pełnomocnika do doręczeń lub przedstawiciela</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="oso:Imie"/>
<xs:element ref="oso:Nazwisko" maxOccurs="3"/>
<xs:element name="AdresDoDoreczen">
<xs:annotation>
<xs:documentation>Adres do doręczeń pełnomocnika lub przedstawiciela</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="adr:AdresTyp">
<xs:attribute name="rodzajAdresu" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="DOR">
<xs:annotation>
<xs:documentation>adres do doręczeń</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="rola" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="pełnomocnik"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:sequence>
<xs:annotation>
<xs:documentation>E. Zakres wniosku</xs:documentation>
</xs:annotation>
<xs:element name="PrzedmiotWniosku" type="wnio:PrzedmiotWniosku_type">
<xs:annotation>
<xs:documentation>Przedmiot wniosku - rodzaj</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LiczbaSF" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba zaistniałych stanów faktycznych</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="wnio:Liczbowy_type">
<xs:totalDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LiczbaZP" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba zdarzeń przyszłych</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="wnio:Liczbowy_type">
<xs:totalDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RodzajSprawy" type="wnio:RodzajSprawy2_elements_type">
<xs:annotation>
<xs:documentation>Zakres spraw stanowiących przedmiot wniosku</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PPP" type="str:Tekst2000Typ">
<xs:annotation>
<xs:documentation>Przepisy prawa podatkowego</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence>
<xs:annotation>
<xs:documentation>F. Wysokość, sposób uiszczenia i zwrotu opłaty oraz numery kont bankowych</xs:documentation>
</xs:annotation>
<xs:element name="KwotaOplaty">
<xs:annotation>
<xs:documentation>Kwota opłaty</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="wnio:KwotaOplaty_type">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:choice>
<xs:annotation>
<xs:documentation>Sposób uiszczenia opłaty</xs:documentation>
</xs:annotation>
<xs:element name="Gotowka" type="wnio:Wybor1_type">
<xs:annotation>
<xs:documentation>Gotówka</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NrKontaBankowego" type="wnio:NrKontaBankowego_type">
<xs:annotation>
<xs:documentation>Numer konta bankowego, na który wnoszona jest opłata</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:element name="KserokopiaDowodu" type="wnio:KserokopiaDowodu_type">
<xs:annotation>
<xs:documentation>Kserokopia dowodu uiszczenia opłaty</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:annotation>
<xs:documentation>Sposób zwrotu nienależnej opłaty</xs:documentation>
</xs:annotation>
<xs:element name="NrRachunku">
<xs:annotation>
<xs:documentation>Numer rachunku bankowego dla zwrotu nienależnej opłaty</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="26"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ZwrotPrzekazem" type="wnio:ZwrotOplaty_type">
<xs:annotation>
<xs:documentation>Zwrot przekazem pocztowym</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
<xs:sequence>
<xs:annotation>
<xs:documentation>G. Wyczerpujące przedstawienie zaistniałego stanu faktycznego (stanów faktycznych), zdarzenia przyszłego (zdarzeń przyszłych) i pytania (pytań)</xs:documentation>
</xs:annotation>
<xs:element name="OpisStanuFaktycznego" type="str:Tekst10000Typ" maxOccurs="99">
<xs:annotation>
<xs:documentation>Opis stanu faktycznego (stanów faktycznych), zdarzenia przyszłego (zdarzeń przyszłych)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PytanieDoStanuFaktycznego" type="str:Tekst10000Typ" maxOccurs="99">
<xs:annotation>
<xs:documentation>Pytanie (pytania) przyporządkowane do stanu faktycznego (stanów faktycznych) lub zdarzenia przyszłego (zdarzeń przyszłych)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:element name="WlasneStanowisko" type="str:Tekst10000Typ" maxOccurs="99">
<xs:annotation>
<xs:documentation>H. Własne stanowisko w sprawie oceny prawnej zaistniałego stanu faktycznego lub zdarzenia przyszłego</xs:documentation>
</xs:annotation>
</xs:element>
<xs:sequence>
<xs:annotation>
<xs:documentation>J. Oświadczenie wnioskodawcy lub osoby upoważnionej</xs:documentation>
</xs:annotation>
<xs:element name="Oswiadczenie1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Zgodnie z art. 233 § 1 w związku z § 6 ustawy z dnia 6 czerwca 1997 r. - Kodeks karny (Dz.U. Nr 88, poz. 553, z późn. zm.), kto, składa fałszywe oświadczenie mające służyć za dowód w postępowaniu sądowym lub w innym postępowaniu prowadzonym na podstawie ustawy, podlega karze pozbawienia wolności do lat 3."/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Oswiadczenie2">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Ja niżej podpisany(a) pouczony(a) o odpowiedzialności karnej z art. 233 § 1 w związku z § 6 Kodeksu karnego za składanie fałszywych oświadczeń składam, stosowne do art.14b § 4 ustawy - Ordynacja podatkowa, oświadczenie następującej treści: Oświadczam, że elementy stanu faktycznego objęte wnioskiem o wydanie interpretacji w dniu złożenia wniosku nie są przedmiotem toczącego się postępowania podatkowego, kontroli podatkowej, postępowania kontrolnego organu kontroli skarbowej oraz że w tym zakresie sprawa nie została rozstrzygnięta co do jej istoty w decyzji lub postanowieniu organu podatkowego lub organu kontroli skarbowej."/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element ref="oso:Imie"/>
<xs:element ref="oso:Nazwisko"/>
<xs:element ref="adr:InnyKontakt" minOccurs="0">
<xs:annotation>
<xs:documentation>Inne informacje, w tym ułatwiające kontakt z wnioskodawcą</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DataWypelnienia">
<xs:annotation>
<xs:documentation>Data wypełnienia wniosku</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="wnio:DataWypelnienia_type"/>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:element ref="str:Zalaczniki" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="format" type="xs:string"/>
<xs:attribute name="kodowanie" type="xs:string"/>
<xs:attribute name="nazwaPliku" type="xs:string"/>
</xs:complexType>
<xs:complexType name="TrescDokumentu_type">
<xs:sequence>
<xs:element name="Wartosc" type="wnio:Wartosc_type"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Dokument_type">
<xs:sequence>
<xs:element name="OpisDokumentu" type="str:OpisDokumentuTyp" minOccurs="0"/>
<xs:element name="TrescDokumentu" type="wnio:TrescDokumentu_type"/>
<xs:element ref="ds:Signature" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="documentSchema_type">
<xs:sequence>
<xs:element name="Dokument" type="wnio:Dokument_type"/>
</xs:sequence>
</xs:complexType>
<xs:element name="Dokument" type="wnio:Dokument_type"/>
</xs:schema>