9816
ID | 9816 |
Data | 2020-07-28 |
Symbol | 2020/07/28/9816 |
Instytucja | Ministerstwo Finansów |
Nazwa | Informacja o lasach |
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/07/28/9816/" xmlns:ed="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2018/08/24/eD/DefinicjeTypy/" targetNamespace="http://crd.gov.pl/wzor/2020/07/28/9816/" 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 lub 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:complexType name="LasTyp">
<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:sequence>
</xs:complexType>
<xs:complexType name="LasOpodatkowanyTyp">
<xs:complexContent>
<xs:extension base="wnio:LasTyp">
<xs:sequence>
<xs:element name="FormaWladania" type="wnio:FormaWladaniaTyp">
<xs:annotation>
<xs:documentation>Forma władania</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="LasZwolnionyTyp">
<xs:complexContent>
<xs:extension base="wnio:LasTyp">
<xs:sequence>
<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:extension>
</xs:complexContent>
</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="DaneOLasach">
<xs:annotation>
<xs:documentation>D. DANE O LASACH PODLEGAJĄCYCH OPODATKOWANIU</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Lasy" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>31. Lasy</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Rezerwaty" type="wnio:Liczba16-4ZPrzecinkiem">
<xs:annotation>
<xs:documentation>32. Lasy wchodzące w skład rezerwatów przyrody
i parków narodowych</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="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="ZIL-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="Lasy">
<xs:annotation>
<xs:documentation>B.1. LASY</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Las" type="wnio:LasOpodatkowanyTyp" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Rezerwaty">
<xs:annotation>
<xs:documentation>B.2. LASY WCHODZĄCE W SKŁAD REZERWATÓW PRZYRODY I PARKÓW NARODOWYCH</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Rezerwat" type="wnio:LasOpodatkowanyTyp" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ZIL-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="Lasy">
<xs:annotation>
<xs:documentation>B.1. LASY</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Las" type="wnio:LasZwolnionyTyp" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Rezerwaty">
<xs:annotation>
<xs:documentation>B.2. LASY WCHODZĄCE W SKŁAD REZERWATÓW PRZYRODY I PARKÓW NARODOWYCH</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Rezerwat" type="wnio:LasZwolnionyTyp" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ZIL-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>