9813

ID9813
Data2020-07-28
Symbol2020/07/28/9813
InstytucjaMinisterstwo Finansów
NazwaDeklaracja na podatek rolny
Czy Aktualny1

Ustawy (1)

  • URI://Dziennik_Ustaw/2020/333/6a/11
  • Art. 6a ust. 11 ustawy z dnia 15 listopada 1984 r. o podatku rolnym (Dz. U. z 2020 r. poz. 333)

    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/07/28/9813/" xmlns:ed="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2018/08/24/eD/DefinicjeTypy/" targetNamespace="http://crd.gov.pl/wzor/2020/07/28/9813/" 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="PrzelicznikTyp">
    		<xs:annotation>
    			<xs:documentation>Liczba o max 5 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,5}"/>
    			<xs:pattern value="\d{1,4},\d"/>
    			<xs:pattern value="\d{1,3},\d{2}"/>
    		</xs:restriction>
    	</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="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="DaneRolneTyp">
    		<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="Przelicznik" type="wnio:PrzelicznikTyp"/>
    			<xs:element name="PowierzchniaPrzel" type="wnio:Liczba16-4ZPrzecinkiem">
    				<xs:annotation>
    					<xs:documentation>Powierzchnia w ha przeliczeniowych</xs:documentation>
    				</xs:annotation>
    			</xs:element>
    		</xs:sequence>
    	</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="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:DaneRolneTyp"/>
    														<xs:element name="KlasaII" type="wnio:DaneRolneTyp"/>
    														<xs:element name="KlasaIIIa" type="wnio:DaneRolneTyp"/>
    														<xs:element name="KlasaIIIb" type="wnio:DaneRolneTyp"/>
    														<xs:element name="KlasaIVa" type="wnio:DaneRolneTyp"/>
    														<xs:element name="KlasaIVb" type="wnio:DaneRolneTyp"/>
    													</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:DaneRolneTyp"/>
    														<xs:element name="KlasaII" type="wnio:DaneRolneTyp"/>
    														<xs:element name="KlasaIII" type="wnio:DaneRolneTyp"/>
    														<xs:element name="KlasaIV" type="wnio:DaneRolneTyp"/>
    													</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:DaneRolneTyp"/>
    														<xs:element name="KlasaII" type="wnio:DaneRolneTyp"/>
    														<xs:element name="KlasaIIIa" type="wnio:DaneRolneTyp">
    															<xs:annotation>
    																<xs:documentation>III, IIIa</xs:documentation>
    															</xs:annotation>
    														</xs:element>
    														<xs:element name="KlasaIIIb" type="wnio:DaneRolneTyp"/>
    														<xs:element name="KlasaIVa" type="wnio:DaneRolneTyp">
    															<xs:annotation>
    																<xs:documentation>IV, IVa</xs:documentation>
    															</xs:annotation>
    														</xs:element>
    														<xs:element name="KlasaIVb" type="wnio:DaneRolneTyp"/>
    													</xs:sequence>
    												</xs:complexType>
    											</xs:element>
    											<xs:element name="GruntyPodStawami1">
    												<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</xs:documentation>
    												</xs:annotation>
    												<xs:complexType>
    													<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="Przelicznik" type="wnio:PrzelicznikTyp" fixed="1"/>
    														<xs:element name="PowierzchniaPrzel" type="wnio:Liczba16-4ZPrzecinkiem">
    															<xs:annotation>
    																<xs:documentation>Powierzchnia w ha przeliczeniowych</xs:documentation>
    															</xs:annotation>
    														</xs:element>
    													</xs:sequence>
    												</xs:complexType>
    											</xs:element>
    											<xs:element name="GruntyPodStawami2">
    												<xs:annotation>
    													<xs:documentation>E.5 GRUNTY POD STAWAMI ZARYBIONYMI - innymi gatunkami ryb, GRUNTY POD STAWAMI NIEZARYBIONYMI, GRUNTY POD ROWAMI</xs:documentation>
    												</xs:annotation>
    												<xs:complexType>
    													<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="Przelicznik" type="wnio:PrzelicznikTyp" fixed="0,2"/>
    														<xs:element name="PowierzchniaPrzel" type="wnio:Liczba16-4ZPrzecinkiem">
    															<xs:annotation>
    																<xs:documentation>Powierzchnia w ha przeliczeniowych</xs:documentation>
    															</xs:annotation>
    														</xs:element>
    													</xs:sequence>
    												</xs:complexType>
    											</xs:element>
    											<xs:element name="SumaPowierzchni" type="wnio:Liczba16-4ZPrzecinkiem">
    												<xs:annotation>
    													<xs:documentation>88. Powierzchnia w ha (suma z części od E.1 do E.5 kol. a)</xs:documentation>
    												</xs:annotation>
    											</xs:element>
    											<xs:element name="SumaPowierzchniPrzel" type="wnio:Liczba16-4ZPrzecinkiem">
    												<xs:annotation>
    													<xs:documentation>89. Powierzchnia w ha przeliczeniowych (suma z części od E.1 do E.5 kol. c)</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
    90.</xs:documentation>
    									</xs:annotation>
    								</xs:element>
    							</xs:choice>
    							<xs:element name="Zobowiazanie">
    								<xs:annotation>
    									<xs:documentation>G. WYSOKOŚĆ ZOBOWIĄZANIA PODATKOWEGO I RAT PODATKU</xs:documentation>
    								</xs:annotation>
    								<xs:complexType>
    									<xs:sequence>
    										<xs:element name="PodstawaOpodatkowania" type="wnio:Liczba16-4ZPrzecinkiem">
    											<xs:annotation>
    												<xs:documentation>91. Podstawa opodatkowania</xs:documentation>
    											</xs:annotation>
    										</xs:element>
    										<xs:element name="StawkaPodatku" type="wnio:Liczba16-4ZPrzecinkiem">
    											<xs:annotation>
    												<xs:documentation>92. Stawka podatku</xs:documentation>
    											</xs:annotation>
    										</xs:element>
    										<xs:element name="KwotaPodatku" type="wnio:Liczba16-2ZPrzecinkiem">
    											<xs:annotation>
    												<xs:documentation>93. Kwota podatku, za okres którego dotyczy deklaracja</xs:documentation>
    											</xs:annotation>
    										</xs:element>
    										<xs:element name="KwotaUlgi" type="wnio:Liczba16-2ZPrzecinkiem">
    											<xs:annotation>
    												<xs:documentation>94. Kwota przysługującej ulgi w podatku rolnym, za okres którego dotyczy deklaracja</xs:documentation>
    											</xs:annotation>
    										</xs:element>
    										<xs:element name="KwotaNieobjete" type="wnio:Liczba16-2ZPrzecinkiem">
    											<xs:annotation>
    												<xs:documentation>95.Kwota podatku za miesiące nieobjęte deklaracją</xs:documentation>
    											</xs:annotation>
    										</xs:element>
    										<xs:element name="KwotaUlgiNieobjete" type="wnio:Liczba16-2ZPrzecinkiem">
    											<xs:annotation>
    												<xs:documentation>96. Kwota przysługującej ulgi w podatku rolnym, za miesiące nieobjęte deklaracją</xs:documentation>
    											</xs:annotation>
    										</xs:element>
    										<xs:element name="Zobowiazanie" type="ed:TKwotaCNieujemna">
    											<xs:annotation>
    												<xs:documentation>97. Wysokość zobowiązania podatkowego</xs:documentation>
    											</xs:annotation>
    										</xs:element>
    										<xs:element name="Rata" type="ed:TKwotaC" minOccurs="4" maxOccurs="4">
    											<xs:annotation>
    												<xs:documentation>98-101. Kwota n-tej raty</xs:documentation>
    											</xs:annotation>
    										</xs:element>
    									</xs:sequence>
    								</xs:complexType>
    							</xs:element>
    							<xs:element name="DodatkoweInformacje">
    								<xs:annotation>
    									<xs:documentation>I. KONTAKT DO OSOBY ODPOWIEDZIALNEJ ZA SPORZĄDZENIE DEKLARACJI
    I 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="ZDR-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="ZDR-2" minOccurs="0">
    											<xs:annotation>
    												<xs:documentation>DANE O PRZEDMIOTACH OPODATKOW-ANIA ZWOLNIONYCH Z OPODATKOWANIA</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="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: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>