8990
ID | 8990 |
Data | 2020-01-07 |
Symbol | 2020/01/07/8990 |
Instytucja | Ministerstwo Finansów |
Nazwa | Deklaracja na podatek od nieruchomości |
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/07/8990/" xmlns:ed="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2018/08/24/eD/DefinicjeTypy/" targetNamespace="http://crd.gov.pl/wzor/2020/01/07/8990/" 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="LiczbaOpc16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Wartość pusta lub liczba o max 16 cyfrach z max 2 miejscami po przecinku.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="wnio:Liczba16-2ZPrzecinkiem">
<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:simpleType name="JednostkaTyp">
<xs:restriction base="xs:token">
<xs:enumeration value="m. kw."/>
<xs:enumeration value="ha"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="JednostkaOpcTyp">
<xs:restriction base="xs:token">
<xs:enumeration value=""/>
<xs:enumeration value="m. kw."/>
<xs:enumeration value="ha"/>
</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="Rodzaj">
<xs:annotation>
<xs:documentation>8. Rodzaj podatnika</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="osoba fizyczna"/>
<xs:enumeration value="osoba prawna"/>
<xs:enumeration value="jednostka organizacyjna, w tym spółka, nieposiadająca osobowości prawnej"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NazwaNazwisko" type="ed:TNazwisko">
<xs:annotation>
<xs:documentation>9. Nazwa pełna / Nazwisko</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NazwaSkroconaImie" type="ed:TImie">
<xs:annotation>
<xs:documentation>10. Nazwa skrócona / 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>11. Identyfikator REGON</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\d{14}"/>
<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>12. Data urodzenia</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ImieOjca" minOccurs="0">
<xs:annotation>
<xs:documentation>13. 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>14. 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="AdresSiedzibyZamieszkania" 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:complexType name="GruntyHaTyp">
<xs:sequence>
<xs:element name="Powierzchnia" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Powierzchnia w ha</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Stawka" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Stawka podatku</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Kwota" type="wnio:Liczba16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Kwota podatku za okres,
którego dotyczy deklaracja</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="GruntyMKwTyp">
<xs:sequence>
<xs:element name="Powierzchnia" type="wnio:Liczba16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Powierzchnia w m. kw.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Stawka" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Stawka podatku</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Kwota" type="wnio:Liczba16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Kwota podatku za okres,
którego dotyczy deklaracja</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="InneGruntyTyp">
<xs:complexContent>
<xs:extension base="wnio:GruntyHaTyp">
<xs:sequence>
<xs:element name="Rodzaj">
<xs:annotation>
<xs:documentation>Rodzaj przedmiotu opodatkowania</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Jednostka" type="wnio:JednostkaTyp"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="BudynkiTyp">
<xs:complexContent>
<xs:extension base="wnio:GruntyMKwTyp">
<xs:sequence>
<xs:element name="Do220" type="wnio:Liczba16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Powierzchnia o wysokości od 1,40 do 2,20 m</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Powyzej220" type="wnio:Liczba16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Powierzchnia o wysokości powyżej 2,20 m </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="InneBudynkiTyp">
<xs:complexContent>
<xs:extension base="wnio:BudynkiTyp">
<xs:sequence>
<xs:element name="Rodzaj">
<xs:annotation>
<xs:documentation>Rodzaj przedmiotu opodatkowania</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="BudowleTyp">
<xs:sequence>
<xs:element name="Wartosc" type="ed:TKwotaCNieujemna">
<xs:annotation>
<xs:documentation>Wartość (po zaokrągleniu do pełnych złotych)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Stawka" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Stawka podatku</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Kwota" type="wnio:Liczba16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Kwota podatku za okres,
którego dotyczy deklaracja</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="InneBudowleTyp">
<xs:complexContent>
<xs:extension base="wnio:BudowleTyp">
<xs:sequence>
<xs:element name="Rodzaj">
<xs:annotation>
<xs:documentation>Rodzaj przedmiotu opodatkowania</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<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="Rok">
<xs:annotation>
<xs:documentation>3. Rok</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:gYear">
<xs:minInclusive value="2019"/>
<xs:maxInclusive value="9999"/>
</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>4. Nazwa i adres siedziby organu podatkowego</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CelZlozenia">
<xs:annotation>
<xs:documentation>5. Cel złożenia formularza</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="złożenie deklaracji"/>
<xs:enumeration value="korekta deklaracji"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Okres" type="wnio:MiesiacTyp">
<xs:annotation>
<xs:documentation>6. Okres – od którego informacja obowiązuje</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PodmiotZobowiazany">
<xs:annotation>
<xs:documentation>B. PODMIOT ZOBOWIĄZANY DO ZŁOŻENIA DEKLARACJI
7. 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="DaneOPrzedmiotachOpodatkowania">
<xs:annotation>
<xs:documentation>D. DANE O PRZEDMIOTACH OPODATKOWANIA PODLEGAJĄCYCH OPODATKOWANIU</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Grunty">
<xs:annotation>
<xs:documentation>D.1. GRUNTY</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="DzialalnoscGospodarcza" type="wnio:GruntyMKwTyp">
<xs:annotation>
<xs:documentation>Związane z prowadzeniem działalności gospodarczej, bez względu na sposób zakwalifikowania w ewidencji gruntów
i budynków</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PodWodami" type="wnio:GruntyHaTyp">
<xs:annotation>
<xs:documentation>Pod wodami powierzchniowymi stojącymi lub wodami powierzchniowymi płynącymi jezior i zbiorników sztucznych</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Pozostale" type="wnio:GruntyMKwTyp">
<xs:annotation>
<xs:documentation>Pozostałe, w tym zajęte na prowadzenie odpłatnej statutowej działalności pożytku publicznego przez organizacje
pożytku publicznego</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Niezabudowane" type="wnio:GruntyMKwTyp">
<xs:annotation>
<xs:documentation>Niezabudowane objęte obszarem rewitalizacji, o którym mowa w ustawie z dnia 9 października 2015 r. o rewitalizacji
(Dz. U. z 2018 r. poz. 1398), i położone na terenach, dla których miejscowy plan zagospodarowania przestrzennego
przewiduje przeznaczenie pod zabudowę mieszkaniową, usługową albo zabudowę o przeznaczeniu mieszanym
obejmującym wyłącznie te rodzaje zabudowy, jeżeli od dnia wejścia w życie tego planu w odniesieniu do tych
gruntów upłynął okres 4 lat, a w tym czasie nie zakończono budowy zgodnie z przepisami prawa budowlanego</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="InneGrunty" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>D.1.n. INNE GRUNTY</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="InneGrunty1" type="wnio:InneGruntyTyp"/>
<xs:element name="InneGrunty2" type="wnio:InneGruntyTyp"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Budynki">
<xs:annotation>
<xs:documentation>D.2. BUDYNKI LUB ICH CZĘŚCI</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Mieszkalne" type="wnio:BudynkiTyp">
<xs:annotation>
<xs:documentation>Budynki mieszkalne</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DzialalnoscGospodarcza" type="wnio:BudynkiTyp">
<xs:annotation>
<xs:documentation>Związane z prowadzeniem działalności gospodarczej oraz budynki mieszkalne lub ich części zajęte na prowadzenie
działalności gospodarczej</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DzialalnoscMaterialSiewny" type="wnio:BudynkiTyp">
<xs:annotation>
<xs:documentation>Zajęte na prowadzenie działalności gospodarczej w zakresie obrotu kwalifikowanym materiałem siewnym</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Zdrowotne" type="wnio:BudynkiTyp">
<xs:annotation>
<xs:documentation>Związane z udzielaniem świadczeń zdrowotnych w rozumieniu przepisów o działalności leczniczej, zajęte przez
podmioty udzielające tych świadczeń</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Pozostale" type="wnio:BudynkiTyp">
<xs:annotation>
<xs:documentation>Pozostałe, w tym zajęte na prowadzenie odpłatnej statutowej działalności pożytku publicznego przez organizacje
pożytku publicznego</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="InneBudynki" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>D.2.n. INNE BUDYNKI LUB ICH CZĘŚCI</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="InneBudynki1" type="wnio:InneBudynkiTyp"/>
<xs:element name="InneBudynki2" type="wnio:InneBudynkiTyp"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Budowle" type="wnio:BudowleTyp">
<xs:annotation>
<xs:documentation>D.3. BUDOWLE LUB ICH CZĘŚCI ZWIĄZANE Z PROWADZENIEM DZIAŁALNOŚCI
GOSPODARCZEJ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InneBudowle" type="wnio:InneBudowleTyp" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>D.3.n. INNE BUDOWLE LUB ICH CZĘŚCI</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Zobowiazanie">
<xs:annotation>
<xs:documentation>E. WYSOKOŚĆ ZOBOWIĄZANIA PODATKOWEGO I RAT PODATKU</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="KwotaPodatku" type="wnio:Liczba16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>97. Łączna kwota podatku za okres, którego dotyczy deklaracja</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KwotaNieobjete" type="wnio:Liczba16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>98.Kwota podatku za miesiące nieobjęte deklaracją</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Zobowiazanie" type="ed:TKwotaCNieujemna">
<xs:annotation>
<xs:documentation>99. Wysokość zobowiązania podatkowego</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Rata" type="ed:TKwotaCNieujemna" minOccurs="12" maxOccurs="12">
<xs:annotation>
<xs:documentation>100-111. Kwota n-tej raty</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DodatkoweInformacje">
<xs:annotation>
<xs:documentation>F. DODATKOWE INFORMACJE</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Telefon">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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="Pouczenie1" type="xs:string" fixed="W przypadku niewpłacenia w obowiązujących terminach zobowiązania podatkowego lub raty podatku lub wpłacenia ich w niepełnej wysokości niniejsza deklaracja stanowi podstawę do wystawienia tytułu wykonawczego, zgodnie z przepisami o postępowaniu egzekucyjnym w administracji."/>
<xs:element name="Pouczenie2" 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="ZDN-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:annotation>
<xs:documentation>B.1. GRUNTY</xs:documentation>
</xs:annotation>
<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 m2 / ha</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Jednostka" type="wnio:JednostkaOpcTyp"/>
<xs:element name="Stawka" type="wnio:LiczbaOpc16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Stawka podatku</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FormaWladania" type="wnio:FormaWladaniaTyp">
<xs:annotation>
<xs:documentation>Forma władania</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Budynki">
<xs:annotation>
<xs:documentation>B.2. BUDYNKI LUB ICH CZĘŚCI</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Budynek" 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-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Powierzchnia użytkowa
w m. kw.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Stawka" type="wnio:LiczbaOpc16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Stawka podatku</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FormaWladania" type="wnio:FormaWladaniaTyp">
<xs:annotation>
<xs:documentation>Forma władania</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Budowle">
<xs:annotation>
<xs:documentation>B.3. BUDOWLE LUB ICH CZĘŚCI ZWIĄZANE Z PROWADZENIEM DZIAŁALNOŚCI GOSPODARCZEJ</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Budowla" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Nazwa">
<xs:annotation>
<xs:documentation>Nazwa budowli</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NrInwentarzowy">
<xs:annotation>
<xs:documentation>Nr inwentarzowy</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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="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="Wartosc" type="wnio:LiczbaOpc16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Wartość w zł</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Stawka" type="wnio:LiczbaOpc16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Stawka podatku</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FormaWladania" type="wnio:FormaWladaniaTyp">
<xs:annotation>
<xs:documentation>Forma władania</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ZDN-2" minOccurs="0">
<xs:annotation>
<xs:documentation>DANE O PRZEDMIOTACH OPODATKOWANIA ZWOLNIONYCH Z OPODATKOWANIA</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Grunty">
<xs:annotation>
<xs:documentation>B.1. GRUNTY</xs:documentation>
</xs:annotation>
<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 m2 / ha</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Jednostka" type="wnio:JednostkaOpcTyp"/>
<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:element name="Stawka" type="wnio:LiczbaOpc16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Stawka podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Budynki">
<xs:annotation>
<xs:documentation>B.2. BUDYNKI LUB ICH CZĘŚCI</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Budynek" 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-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Powierzchnia użytkowa
w m. kw.</xs:documentation>
</xs:annotation>
</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:element name="Stawka" type="wnio:LiczbaOpc16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Stawka podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Budowle">
<xs:annotation>
<xs:documentation>B.3. BUDOWLE LUB ICH CZĘŚCI ZWIĄZANE Z PROWADZENIEM DZIAŁALNOŚCI GOSPODARCZEJ</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Budowla" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Nazwa">
<xs:annotation>
<xs:documentation>Nazwa budowli</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NrInwentarzowy">
<xs:annotation>
<xs:documentation>Nr inwentarzowy</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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="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="Wartosc" type="wnio:LiczbaOpc16-2ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Wartość w zł</xs:documentation>
</xs:annotation>
</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:element name="Stawka" type="wnio:LiczbaOpc16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>Stawka podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</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>