10898

ID10898
Data2021-09-20
Symbol2021/09/20/10898
InstytucjaUrząd Gminy Domaniów
NazwaWniosek o wydanie zezwolenia na zajęcie pasa drogowego - w celu prowadzenia robót i umieszczenia urządzenia, obiektu budowlanego w pasie drogowym
Czy Aktualny1

Ustawy (1)

  • URI://Dziennik_Ustaw/2021/670/16b/1
  • Ustawa z dnia 17 lutego 2005 r. 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:xsd="http://www.w3.org/2001/XMLSchema" 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: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:ds="http://www.w3.org/2000/09/xmldsig#" xmlns="http://crd.gov.pl/wzor/2021/09/20/10898/" targetNamespace="http://crd.gov.pl/wzor/2021/09/20/10898/" elementFormDefault="qualified" attributeFormDefault="unqualified">
    	<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/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/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/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/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:element name="Dokument" type="Dokument_Typ"/>
    	<xs:complexType name="Dokument_Typ">
    		<xs:sequence>
    			<xs:element name="OpisDokumentu" type="str:OpisDokumentuTyp"/>
    			<xs:element name="DaneDokumentu" type="str:DaneDokumentuTyp"/>
    			<xs:element name="TrescDokumentu" type="TrescDokumentu_Typ"/>
    			<xs:element ref="ds:Signature" minOccurs="0" maxOccurs="unbounded"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:complexType name="TrescDokumentu_Typ">
    		<xs:complexContent>
    			<xs:extension base="str:TrescDokumentuTyp">
    				<xs:sequence>
    					<xs:element name="Wartosc" type="Wartosc_Typ" minOccurs="0"/>
    					<xs:element ref="str:Zalaczniki" minOccurs="0"/>
    				</xs:sequence>
    			</xs:extension>
    		</xs:complexContent>
    	</xs:complexType>
    	<xs:complexType name="Wartosc_Typ">
    		<xs:sequence>
    			<xs:element name="Naglowek" type="Naglowek_Typ"/>
    			<xs:element name="Podatnik" type="Podatnik_Typ"/>
    			<xs:element name="Tresc" type="Tresc_Typ" maxOccurs="unbounded"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:complexType name="Tresc_Typ">
    		<xs:sequence>
    			<xs:element name="Dane" type="Dane_Typ"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:complexType name="Dane_Typ">
    		<xs:sequence>
    			<xs:element name="Cel" type="t_String" nillable="true" minOccurs="0"/>
    			<xs:element name="Lokalizacja" type="Lokalizacja_Typ"/>
    			<xs:element name="PowierzchniaZajecia" type="PowierzchniaZajecia_Typ" nillable="true" minOccurs="0"/>
    			<xs:element name="Termin" type="Termin_Typ" nillable="true" minOccurs="0"/>
    			<xs:element name="Inwestor" type="Inwestor_Typ" nillable="true" minOccurs="0"/>
    			<xs:element name="Wykonawca" type="Inwestor_Typ" nillable="true" minOccurs="0"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:complexType name="Lokalizacja_Typ">
    		<xs:sequence>
    			<xs:element name="Miejscowosc" type="t_String" nillable="true" minOccurs="0"/>
    			<xs:element name="Ulica" type="t_String" nillable="true" minOccurs="0"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:complexType name="Termin_Typ">
    		<xs:sequence>
    			<xs:element name="Od" type="t_String" nillable="true" minOccurs="0"/>
    			<xs:element name="Do" type="t_String" nillable="true" minOccurs="0"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:complexType name="Podatnik_Typ">
    		<xs:sequence>
    			<xs:element name="TypPodatnika" type="TypPodatnika_Typ"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:simpleType name="TypPodatnika_Typ">
    		<xs:restriction base="xsd:string">
    			<xs:enumeration value="1">
    				<xs:annotation>
    					<xs:documentation>osoba fizyczna</xs:documentation>
    				</xs:annotation>
    			</xs:enumeration>
    			<xs:enumeration value="2">
    				<xs:annotation>
    					<xs:documentation>osoba prawna</xs:documentation>
    				</xs:annotation>
    			</xs:enumeration>
    			<xs:enumeration value="3">
    				<xs:annotation>
    					<xs:documentation>inny podmiot</xs:documentation>
    				</xs:annotation>
    			</xs:enumeration>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:complexType name="PowierzchniaZajecia_Typ">
    		<xs:sequence>
    			<xs:element name="Do20" type="t_String" nillable="true" minOccurs="0"/>
    			<xs:element name="Od20Do80" type="t_String" nillable="true" minOccurs="0"/>
    			<xs:element name="Pow50" type="t_String" nillable="true" minOccurs="0"/>
    			<xs:element name="Chodnik" type="t_String" nillable="true" minOccurs="0"/>
    			<xs:element name="PowierzchniaOgolna" type="t_String" nillable="true" minOccurs="0"/>
    			<xs:element name="Inne" type="t_String" nillable="true" minOccurs="0"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:complexType name="Inwestor_Typ">
    		<xs:sequence>
    			<xs:element name="Nazwa" type="t_String" nillable="true" minOccurs="0"/>
    			<xs:element ref="adr:Adres"/>
    			<xs:element ref="adr:Kontakt"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:complexType name="Naglowek_Typ">
    		<xs:sequence>
    			<xs:element name="Miejscowosc" type="t_String" nillable="true" minOccurs="0"/>
    			<xs:element name="DataWniosku" type="t_String" minOccurs="0" nillable="true"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:simpleType name="t_Integer">
    		<xs:restriction base="xsd:integer"/>
    	</xs:simpleType>
    	<xs:simpleType name="t_String">
    		<xs:restriction base="xsd:string"/>
    	</xs:simpleType>
    </xs:schema>