8996
ID | 8996 |
Data | 2020-01-09 |
Symbol | 2020/01/09/8996 |
Instytucja | Ministerstwo Finansów |
Nazwa | Informacja o gruntach |
Czy Aktualny | 1 |
---|
Ustawy (1)
Pliki
Schemat
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/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:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:wnio="http://crd.gov.pl/wzor/2020/01/09/8996/" xmlns:ed="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2018/08/24/eD/DefinicjeTypy/" targetNamespace="http://crd.gov.pl/wzor/2020/01/09/8996/" elementFormDefault="qualified" attributeFormDefault="unqualified">
<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://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/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/osoba/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/osoba.xsd"/>
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
<xs:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2018/08/24/eD/DefinicjeTypy/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2018/08/24/eD/DefinicjeTypy/StrukturyDanych_v5-0E.xsd"/>
<xs:simpleType name="Liczba16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Liczba o max 16 cyfrach z max 2 miejscami po przecinku, zapisana jako tekst ze znakiem przecinka oddzielającym część ułamkową</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:pattern value="\d{1,16}"/>
<xs:pattern value="\d{1,15},\d"/>
<xs:pattern value="\d{1,14},\d{2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Liczba o max 16 cyfrach z max 4 miejscami po przecinku, zapisana jako tekst ze znakiem przecinka oddzielającym część ułamkową</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:pattern value="\d{1,16}"/>
<xs:pattern value="\d{1,15},\d"/>
<xs:pattern value="\d{1,14},\d{2}"/>
<xs:pattern value="\d{1,13},\d{3}"/>
<xs:pattern value="\d{1,12},\d{4}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="LiczbaOpc16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Wartość pusta lub liczba o max 16 cyfrach z max 4 miejscami po przecinku.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="wnio:Liczba16-4ZPrzecinkiem">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="MiesiacTyp">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="12"/>
<xs:pattern value="[1-9]"/>
<xs:pattern value="1[0-2]"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="AdresTyp">
<xs:sequence>
<xs:element name="KodKraju" type="ed:TKodKraju">
<xs:annotation>
<xs:documentation>Kraj</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Wojewodztwo" minOccurs="0">
<xs:annotation>
<xs:documentation>Województwo</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="36"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Powiat" minOccurs="0">
<xs:annotation>
<xs:documentation>Powiat</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="36"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Gmina" minOccurs="0">
<xs:annotation>
<xs:documentation>Gmina</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="36"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Ulica">
<xs:annotation>
<xs:documentation>Nazwa ulicy</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="85"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NrDomu">
<xs:annotation>
<xs:documentation>Numer budynku</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="9"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NrLokalu">
<xs:annotation>
<xs:documentation>Numer lokalu</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Miejscowosc" type="ed:TMiejscowosc">
<xs:annotation>
<xs:documentation>Nazwa miejscowości</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KodPocztowy">
<xs:annotation>
<xs:documentation>Kod pocztowy</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="FormaWladaniaTyp">
<xs:restriction base="xs:token">
<xs:enumeration value=""/>
<xs:enumeration value="własność"/>
<xs:enumeration value="użytkowanie wieczyste"/>
<xs:enumeration value="posiadanie samoistne"/>
<xs:enumeration value="posiadanie zależne"/>
<xs:enumeration value="posiadanie bez tytułu prawnego"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="DanePodatnikaTyp">
<xs:sequence>
<xs:element name="DaneIdentyfikacyjne">
<xs:annotation>
<xs:documentation>DANE IDENTYFIKACYJNE</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Nazwisko" type="ed:TNazwisko">
<xs:annotation>
<xs:documentation>Nazwisko</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ImiePierwsze" type="ed:TImie">
<xs:annotation>
<xs:documentation>Pierwsze imię</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:element name="PESEL" type="ed:TNrPESEL"/>
<xs:element name="NIP" type="ed:TNrNIP"/>
</xs:choice>
<xs:element name="REGON" minOccurs="0">
<xs:annotation>
<xs:documentation>Identyfikator REGON</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\d{9}"/>
<xs:pattern value=""/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DataUrodzenia" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Data urodzenia</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ImieOjca" minOccurs="0">
<xs:annotation>
<xs:documentation>Imię ojca</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ImieMatki" minOccurs="0">
<xs:annotation>
<xs:documentation>Imię matki</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AdresZamieszkania" type="wnio:AdresTyp">
<xs:annotation>
<xs:documentation>ADRES ZAMIESZKANIA</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdresDoDoreczen" type="wnio:AdresTyp" minOccurs="0">
<xs:annotation>
<xs:documentation>ADRES DO DORĘCZEŃ</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="PodatnikOsobaReprTyp">
<xs:restriction base="xs:token">
<xs:enumeration value=""/>
<xs:enumeration value="podatnika"/>
<xs:enumeration value="osoby reprezentującej podatnika"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="Dokument">
<xs:complexType>
<xs:sequence>
<xs:element name="OpisDokumentu" type="str:OpisDokumentuTyp"/>
<xs:element name="DaneDokumentu" type="str:DaneDokumentuTyp"/>
<xs:element name="TrescDokumentu">
<xs:complexType>
<xs:sequence>
<xs:element name="TypIdentyfikatoraPodatnika">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="Identyfikator podatkowy NIP"/>
<xs:enumeration value="Numer PESEL"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MiejsceICel">
<xs:annotation>
<xs:documentation>A. MIEJSCE I CEL SKŁADANIA INFORMACJI</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="OrganPodatkowy" type="str:Tekst2000Typ">
<xs:annotation>
<xs:documentation>3. Nazwa i adres siedziby organu podatkowego</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CelZlozenia">
<xs:annotation>
<xs:documentation>4. Cel złożenia formularza</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="złożenie informacji"/>
<xs:enumeration value="korekta informacji"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Okres">
<xs:annotation>
<xs:documentation>5. Okres – od którego informacja obowiązuje</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Miesiac" type="wnio:MiesiacTyp"/>
<xs:element name="Rok">
<xs:simpleType>
<xs:restriction base="xs:gYear">
<xs:minInclusive value="2019"/>
<xs:maxInclusive value="9999"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PodmiotZobowiazany">
<xs:annotation>
<xs:documentation>B. PODMIOT ZOBOWIĄZANY DO ZŁOŻENIA INFORMACJI
6. Rodzaj podmiotu</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="właściciel, użytkownik wieczysty lub posiadacz"/>
<xs:enumeration value="współwłaściciel, współużytkownik wieczysty lub współposiadacz"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DanePodatnika" type="wnio:DanePodatnikaTyp">
<xs:annotation>
<xs:documentation>C. DANE PODATNIKA</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OswiadczenieOPosiadaniuGospodarstwaRolnego">
<xs:annotation>
<xs:documentation>D. OŚWIADCZENIE O POSIADANIU GOSPODARSTWA ROLNEGO
31. Oświadczenie
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="posiadam gospodarstwo rolne"/>
<xs:enumeration value="nie posiadam gospodarstwa rolnego"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:choice>
<xs:element name="DaneOUzytkachRolnych">
<xs:annotation>
<xs:documentation>E. DANE O UŻYTKACH ROLNYCH STANOWIĄCYCH GOSPODARSTWO ROLNE - PODLEGAJĄCYCH OPODATKOWANIU</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="GruntyOrne">
<xs:annotation>
<xs:documentation>E.1. GRUNTY ORNE
Klasa użytków rolnych / Powierzchnia w ha</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="KlasaI" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>32. I</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaII" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>33. II</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaIIIa" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>34. IIIa</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaIIIb" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>35. IIIb</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaIVa" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>36. IVa</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaIVb" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>37. IVb</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="LakiIPastwiska">
<xs:annotation>
<xs:documentation>E.2. ŁĄKI I PASTWISKA
Klasa użytków rolnych / Powierzchnia w ha</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="KlasaI" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>38. I</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaII" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>39. II</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaIII" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>40. III</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaIV" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>41. IV</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Sady">
<xs:annotation>
<xs:documentation>E.3. SADY
Klasa użytków rolnych / Powierzchnia w ha</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="KlasaI" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>42. I</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaII" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>43. II</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaIIIa" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>44. III, IIIa</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaIIIb" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>45. IIIb</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaIVa" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>46. IV, IVa</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KlasaIVb" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>47. IVb</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GruntyPodStawami1" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>E.4 GRUNTY POD STAWAMI ZARYBIONYMI - łososiem, trocią, głowacicą, palią i pstrągiem, GRUNTY ROLNE ZABUDOWANE oraz UŻYTKI ROLNE O NIEUSTALONYM PRZELICZNIKU POWIERZCHNI
48.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GruntyPodStawami2" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>E.5 GRUNTY POD STAWAMI ZARYBIONYMI - innymi gatunkami ryb, GRUNTY POD STAWAMI NIEZARYBIONYMI, GRUNTY POD ROWAMI
49.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DaneOUzytkachNiestanowiacychGospodarstwa" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>F. DANE O UŻYTKACH ROLNYCH NIESTANOWIĄCYCH GOSPODARSTWA ROLNEGO - PODLEGAJĄCYCH OPODATKOWANIU
50.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:element name="DodatkoweInformacje">
<xs:annotation>
<xs:documentation>H. DODATKOWE INFORMACJE</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CzyjTelefon" type="wnio:PodatnikOsobaReprTyp"/>
<xs:element name="Telefon">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CzyjEmail" type="wnio:PodatnikOsobaReprTyp"/>
<xs:element name="Email">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(.)+@(.)+"/>
<xs:pattern value=""/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Inne">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="300"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Pouczenie" type="xs:string" fixed="Za podanie nieprawdy lub zatajenie prawdy i przez to narażenie podatku na uszczuplenie grozi odpowiedzialność przewidziana w Kodeksie karnym skarbowym."/>
<xs:element name="Zalaczniki">
<xs:complexType>
<xs:sequence>
<xs:element name="ZIR-1" minOccurs="0">
<xs:annotation>
<xs:documentation>DANE O PRZEDMIOTACH OPODATKOWANIA PODLEGAJĄCYCH OPODATKOWANIU</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Grunty">
<xs:complexType>
<xs:sequence>
<xs:element name="Grunt" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Polozenie">
<xs:annotation>
<xs:documentation>Położenie (adres, w tym dzielnica)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NrKsiegi">
<xs:annotation>
<xs:documentation>Nr księgi wieczystej (zbioru dokumentów)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NrObrebu">
<xs:annotation>
<xs:documentation>Nr obrębu (arkusza mapy)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NrDzialki">
<xs:annotation>
<xs:documentation>Nr działki</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Powierzchnia" type="wnio:LiczbaOpc16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Powierzchnia w ha</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RodzajUzytku">
<xs:annotation>
<xs:documentation>Rodzaj użytku</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="KlasaUzytku">
<xs:annotation>
<xs:documentation>Klasa użytku</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FormaWladania" type="wnio:FormaWladaniaTyp">
<xs:annotation>
<xs:documentation>Forma władania</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PodstawaUlgi">
<xs:annotation>
<xs:documentation>Podstawa prawna ulgi</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ZIR-2" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Grunty">
<xs:complexType>
<xs:sequence>
<xs:element name="Grunt" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Polozenie">
<xs:annotation>
<xs:documentation>Położenie (adres, w tym dzielnica)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NrKsiegi">
<xs:annotation>
<xs:documentation>Nr księgi wieczystej (zbioru dokumentów)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NrObrebu">
<xs:annotation>
<xs:documentation>Nr obrębu (arkusza mapy)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NrDzialki">
<xs:annotation>
<xs:documentation>Nr działki</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Powierzchnia" type="wnio:LiczbaOpc16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Powierzchnia w ha</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RodzajUzytku">
<xs:annotation>
<xs:documentation>Rodzaj użytku</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="KlasaUzytku">
<xs:annotation>
<xs:documentation>Klasa użytku</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PodstawaZwolnienia">
<xs:annotation>
<xs:documentation>Podstawa prawna zwolnienia</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ZIR-3" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Podatnik2" type="wnio:DanePodatnikaTyp"/>
<xs:element name="Podatnik3" type="wnio:DanePodatnikaTyp" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="rodzaj" type="str:rodzajTyp" use="optional"/>
<xs:attribute name="format" type="str:formatTyp" use="required"/>
<xs:attribute name="kodowanie" type="str:kodowanieTyp" use="required"/>
</xs:complexType>
</xs:element>
<xs:element ref="ds:Signature" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>