9085

ID9085
Data2020-01-30
Symbol2020/01/30/9085
InstytucjaUrząd Miejski w Mosinie
NazwaWniosek o wydanie zezwolenia na usunięcie drzew lub krzewów
Czy Aktualny1

Ustawy (1)

  • URI://Dziennik_Ustaw/2019/700/16b/1
  • Ustawa z dnia 17 lutego 2005 o informatyzacji działalności podmiotów realizujących zadania publiczne

    Pliki

    Schemat

    <?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://crd.gov.pl/wzor/2020/01/30/9085/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://crd.gov.pl/wzor/2020/01/30/9085/" elementFormDefault="qualified" attributeFormDefault="unqualified">
    
        <xs:import namespace="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/meta/2009/11/16/meta.xsd"/>
        <xs:import namespace="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/osoba.xsd"/>
        <xs:import namespace="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/instytucja.xsd"/>
        <xs:import namespace="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" schemaLocation="http://crd.gov.pl/xml/schematy/adres/2009/11/09/adres.xsd"/>
        <xs:import namespace="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/struktura.xsd"/>
        <xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
    
        <xs:complexType name="T_Dokument">
            <xs:sequence>
                <xs:element name="OpisDokumentu" type="str:OpisDokumentuTyp"/>
                <xs:element name="DaneDokumentu" type="str:DaneDokumentuTyp"/>
                <xs:element name="TrescDokumentu" type="T2_TrescDokumentu"/>
                <xs:element ref="ds:Signature" minOccurs="0" maxOccurs="unbounded"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T2_TrescDokumentu">
            <xs:complexContent>
                <xs:extension base="str:TrescDokumentuTyp">
                    <xs:sequence>
                        <xs:element name="Wartosc" type="T3_Wartosc"/>
                    </xs:sequence>
                </xs:extension>
            </xs:complexContent>
        </xs:complexType>
    
        <xs:complexType name="T3_Wartosc">
            <xs:sequence>
                <xs:element name="Naglowek" type="T4_Naglowek"/>
                <xs:element name="Podmiot" type="T4_Podmiot"/>
                <xs:element name="PodstawaPrawnaPelnomocnik" type="xs:string"/>
                <xs:element name="KodeksCywilny" type="xs:string"/>
                <xs:element name="PodstawaWybor" type="xs:string"/>
                <xs:element name="Dzialki" type="T3_Dzialki" minOccurs="0"/>
                <xs:element name="Roslina" type="T3_Roslina" minOccurs="0"/>
                <xs:element name="Posiadacz" type="T4_Posiadacz"/>
                <xs:element name="Adres" type="xs:string"/>
                <xs:element name="NrEwidencyjny" type="xs:string"/>
                <xs:element name="Obreb" type="xs:string"/>
                <xs:element name="Miejsce" type="T4_Miejsce"/>
                <xs:element name="Przyczyna" type="T4_Przyczyna"/>
                <xs:element name="TakNie1" type="xs:string"/>
                <xs:element name="TakNie2" type="xs:string"/>
                <xs:element name="TakNie3" type="xs:string"/>
                <xs:element name="TakNie4" type="xs:string"/>
                <xs:element name="TakNie5" type="xs:string"/>
                <xs:element name="Oswiadczenia" type="T4_Oswiadczenia"/>
                <xs:element ref="str:Zalaczniki"/>
                <xs:element name="Oswiadczenie" type="xs:string"/>
                <xs:element name="Pouczenie" type="xs:string"/>
                <xs:element ref="oso:Imie"/>
                <xs:element ref="oso:Nazwisko"/>
                <xs:element name="DataWypelnienia" type="xs:date"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T4_Naglowek">
            <xs:sequence>
                <xs:element name="NazwaFormularza" type="xs:string"/>
                <xs:element name="MiejsceSkladania" type="xs:string"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T4_Podmiot">
            <xs:sequence>
                <xs:element name="OsobaFizyczna" type="T13_OsobaFizyczna" minOccurs="0"/>
                <xs:element name="OsobaNiefizyczna" type="T13_OsobaNiefizyczna" minOccurs="0"/>
                <xs:element name="Adres" type="T13_Adres"/>
                <xs:element name="AdresKorespondencyjny" type="T13_AdresKorespondencyjny" minOccurs="0"/>
                <xs:element name="Pelnomocnik" type="T13_Pelnomocnik" minOccurs="0"/>
                <xs:element name="Kontakt" type="T13_Kontakt" minOccurs="0" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute name="typPodmiotu" type="xs:string" use="required"/>
        </xs:complexType>
    
        <xs:complexType name="T13_OsobaFizyczna">
            <xs:sequence>
                <xs:element ref="oso:Nazwisko" minOccurs="0"/>
                <xs:element ref="oso:Imie" minOccurs="0"/>
                <xs:element ref="oso:ImieDrugie" minOccurs="0"/>
                <xs:element ref="oso:PESEL" minOccurs="0"/>
                <xs:element ref="oso:NIP" minOccurs="0"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T13_OsobaNiefizyczna">
            <xs:sequence>
                <xs:element ref="inst:NazwaInstytucji" minOccurs="0"/>
                <xs:element ref="inst:NIP" minOccurs="0"/>
                <xs:element ref="inst:REGON" minOccurs="0"/>
                <xs:element ref="inst:KRS" minOccurs="0"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T13_Adres">
            <xs:sequence>
                <xs:element ref="adr:Kraj"/>
                <xs:element ref="adr:Wojewodztwo"/>
                <xs:element ref="adr:Powiat"/>
                <xs:element ref="adr:Gmina"/>
                <xs:element ref="adr:Ulica"/>
                <xs:element ref="adr:Budynek"/>
                <xs:element ref="adr:Lokal"/>
                <xs:element ref="adr:Miejscowosc"/>
                <xs:element ref="adr:KodPocztowy"/>
                <xs:element ref="adr:Poczta"/>
                <xs:element ref="adr:Telefon"/>
                <xs:element ref="adr:Email"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T13_AdresKorespondencyjny">
            <xs:sequence>
                <xs:element ref="adr:Kraj" minOccurs="0"/>
                <xs:element ref="adr:Wojewodztwo" minOccurs="0"/>
                <xs:element ref="adr:Powiat" minOccurs="0"/>
                <xs:element ref="adr:Gmina" minOccurs="0"/>
                <xs:element ref="adr:Ulica" minOccurs="0"/>
                <xs:element ref="adr:Budynek" minOccurs="0"/>
                <xs:element ref="adr:Lokal" minOccurs="0"/>
                <xs:element ref="adr:Miejscowosc" minOccurs="0"/>
                <xs:element ref="adr:KodPocztowy" minOccurs="0"/>
                <xs:element ref="adr:Poczta" minOccurs="0"/>
                <xs:element ref="adr:Telefon" minOccurs="0"/>
                <xs:element ref="adr:Email" minOccurs="0"/>
            </xs:sequence>
            <xs:attribute name="wystepuje" type="xs:string" use="required"/>
        </xs:complexType>
    
        <xs:complexType name="T13_Pelnomocnik">
            <xs:sequence>
                <xs:element ref="oso:Imie" minOccurs="0"/>
                <xs:element ref="oso:Nazwisko" minOccurs="0"/>
                <xs:element ref="oso:PESEL" minOccurs="0"/>
                <xs:element name="Adres" type="xs:string" minOccurs="0"/>
                <xs:element name="NrDowodu" type="xs:string" minOccurs="0"/>
                <xs:element name="StopienPokrewienstwa" type="xs:string" minOccurs="0"/>
                <xs:element name="Zwolnienie" type="xs:string" minOccurs="0"/>
            </xs:sequence>
            <xs:attribute name="wystepuje" type="xs:string" use="required"/>
        </xs:complexType>
    
        <xs:complexType name="T13_Kontakt">
            <xs:sequence>
                <xs:element name="Telefoniczny" type="xs:string" minOccurs="0"/>
                <xs:element name="Email" type="xs:string" minOccurs="0"/>
            </xs:sequence>
            <xs:attribute name="rodzaj" type="xs:string"/>
        </xs:complexType>
    
        <xs:complexType name="T3_Dzialki">
            <xs:sequence>
                <xs:element name="Dzialka" type="T3_Dzialka" minOccurs="0" maxOccurs="unbounded"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T3_Dzialka">
            <xs:sequence>
                <xs:element name="Adres" type="xs:string" minOccurs="0"/>
                <xs:element name="NrDzialki" type="xs:string" minOccurs="0"/>
                <xs:element name="Przyczyna" type="xs:string" minOccurs="0"/>
                <xs:element name="NrDokumentu" type="xs:string" minOccurs="0"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T3_Roslina">
            <xs:sequence>
                <xs:element name="Krzew" type="T3_1_Krzew" minOccurs="0" maxOccurs="unbounded"/>
                <xs:element name="Drzewo" type="T3_1_Drzewo" minOccurs="0" maxOccurs="unbounded"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T3_1_Krzew">
            <xs:sequence>
                <xs:element name="Gatunek" type="xs:string" minOccurs="0"/>
                <xs:element name="Powierzchnia" type="xs:string" minOccurs="0"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T3_1_Drzewo">
            <xs:sequence>
                <xs:element name="Gatunek" type="xs:string"/>
                <xs:element name="Obwod" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T4_Posiadacz">
            <xs:sequence>
                <xs:element ref="oso:Imie" minOccurs="0"/>
                <xs:element ref="oso:Nazwisko" minOccurs="0"/>
                <xs:element ref="inst:NazwaInstytucji" minOccurs="0"/>
                <xs:element name="TypPodmiotu" type="xs:string" minOccurs="0"/>
                <xs:element name="TypWladania" type="xs:string" minOccurs="0"/>
                <xs:element name="TypZasobu" type="xs:string" minOccurs="0"/>
                <xs:element name="Adres" type="xs:string" minOccurs="0"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T4_Miejsce">
            <xs:simpleContent>
                <xs:extension base="xs:string">
                    <xs:attribute name="typ" type="xs:string"/>
                </xs:extension>
            </xs:simpleContent>
        </xs:complexType>
    
        <xs:complexType name="T4_Przyczyna">
            <xs:sequence>
                <xs:element name="Tekst" type="xs:string"/>
                <xs:element name="Inwestycja" type="xs:string"/>
                <xs:element name="Termin" type="xs:string"/>
                <xs:element name="DzialalnoscGosp" type="xs:string"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T4_Oswiadczenia">
            <xs:sequence>
                <xs:element name="Oswiadczenie1" type="T4_1_Oswiadczenie"/>
                <xs:element name="Oswiadczenie2" type="T4_2_Oswiadczenie"/>
                <xs:element name="Oswiadczenie3" type="T4_3_Oswiadczenie"/>
            </xs:sequence>
        </xs:complexType>
    
        <xs:complexType name="T4_1_Oswiadczenie">
            <xs:sequence>
                <xs:element name="Tytul" type="xs:string"/>
                <xs:element name="Podmiot" type="xs:string"/>
                <xs:element name="SluzacychDo" type="xs:string"/>
                <xs:element name="KtoreOswiad" type="xs:string"/>
                <xs:element name="NrEwident" type="xs:string"/>
                <xs:element name="Polozenie" type="xs:string"/>
                <xs:element name="PrzyUlicy" type="xs:string"/>
                <xs:element name="PodmiotIz" type="xs:string"/>
                <xs:element name="Sluzenie" type="xs:string"/>
            </xs:sequence>
            <xs:attribute name="aktywne" type="xs:string"/>
        </xs:complexType>
    
        <xs:complexType name="T4_2_Oswiadczenie">
            <xs:sequence>
                <xs:element name="Tytul" type="xs:string"/>
                <xs:element name="HelpOswiadczenie2" type="xs:string"/>
                <xs:element name="PodstawaOswiadczenie2" type="xs:string"/>
            </xs:sequence>
            <xs:attribute name="aktywne" type="xs:string"/>
            <xs:attribute name="spoldzielnia" type="xs:string"/>
            <xs:attribute name="czlonek" type="xs:string"/>
            <xs:attribute name="reprezentacja" type="xs:string"/>
        </xs:complexType>
    
        <xs:complexType name="T4_3_Oswiadczenie">
            <xs:sequence>
                <xs:element name="Tytul" type="xs:string"/>
                <xs:element name="PodstawaPrawnaAktywne" type="xs:string"/>
                <xs:element name="NrEwidencyjny" type="xs:string"/>
                <xs:element name="Obreb" type="xs:string"/>
                <xs:element name="Miejscowosc" type="xs:string"/>
                <xs:element name="Ulica" type="xs:string"/>
            </xs:sequence>
            <xs:attribute name="aktywne" type="xs:string"/>
        </xs:complexType>
    
    
    
        <xs:element name="Dokument" type="T_Dokument"/>
    </xs:schema>