3033

ID3033
Data2015-12-22
Symbol2015/12/22/3033
InstytucjaKrajowy Zarząd Gospodarki Wodnej
NazwaInformacja do katastru wodnego o wydanym pozwoleniu wodnoprawnym
Czy Aktualny1

Ustawy (1)

  • URI://Dziennik_Ustaw/2014/1114/16b/1
  • Art. 16b ust. 1 ustawy z dnia 17 lutego 2005 r. o informatyzacji działalności podmiotów realizujących zadania publiczne (t. j. z 2014r. poz. 1114)

    Pliki

    Schemat

    <?xml version="1.0" encoding="UTF-8"?><xsd:schema 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:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wnio="http://crd.gov.pl/wzor/2015/12/22/3033/" targetNamespace="http://crd.gov.pl/wzor/2015/12/22/3033/" elementFormDefault="qualified" attributeFormDefault="unqualified">
    
    	<xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
    	<xsd: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"/>
    	<xsd: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"/>
    	<xsd: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"/>
    	<xsd: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:simpleType name="KodPocztowyTyp">
    		<xs:restriction base="xsd:string">
    			<xs:pattern value="|\d{2}-\d{3}"/>
    			<xs:maxLength value="6"/>
    		</xs:restriction>
    	</xs:simpleType>
    	
    	<xsd:simpleType name="Tekst10Typ">
    		<xsd:restriction base="xsd:string">
    			<xsd:maxLength value="10"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:simpleType name="Tekst80Typ">
    		<xsd:restriction base="xsd:string">
    			<xsd:maxLength value="80"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:simpleType name="Tekst65Typ">
    		<xsd:restriction base="xsd:string">
    			<xsd:maxLength value="65"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:simpleType name="Tekst56Typ">
    		<xsd:restriction base="xsd:string">
    			<xsd:maxLength value="56"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    		<xsd:simpleType name="PocztaTyp">
    		<xsd:restriction base="xsd:string">
    			<xsd:maxLength value="56"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:element name="Dokument" type="wnio:DokumentTyp"/>
    	<xsd:complexType name="DokumentTyp">
    		<xsd:sequence>
    			<xsd:element name="OpisDokumentu" type="str:OpisDokumentuTyp"/>
    			<xsd:element name="DaneDokumentu" type="str:DaneDokumentuTyp"/>
    			<xsd:element name="TrescDokumentu" type="wnio:TrescDokumentuTyp"/>
    			<xsd:element ref="ds:Signature" minOccurs="0" maxOccurs="unbounded"/>
    		</xsd:sequence>
    	</xsd:complexType>
    
    	<xsd:complexType name="TrescDokumentuTyp">
    		<xsd:complexContent>
    			<xsd:extension base="str:TrescDokumentuTyp">
    				<xsd:sequence>
    					<xsd:element name="AktywnyFormularzOdpowiedzi" type="str:TakNieTyp"/>
    					<xsd:element name="FirstLoad" type="str:TakNieTyp"/>
    					<xsd:element name="Naglowek" type="wnio:NaglowekTyp"/>
    					<xsd:element name="OrganWydajacyPozwolenie" type="wnio:OrganWydajacyPozwolenieTyp"/>
    					<xsd:element name="DanePozwolenia" type="wnio:DanePozwoleniaTyp"/>
    					<xsd:element name="Zalaczniki" type="str:ZalacznikiTyp" minOccurs="0" maxOccurs="5"/>
    					<xsd:element name="FormularzOdpowiedzi" type="str:Tekst10000Typ"/>
    				</xsd:sequence>
    			</xsd:extension>
    		</xsd:complexContent>
    	</xsd:complexType>
    	
    	
    	
    	<xsd:complexType name="NaglowekTyp">
    		<xsd:sequence>
    			<xsd:element name="DataWystawienia" type="xsd:date"/>
    			<xsd:element name="Adresat" type="str:Tekst200Typ"/>
    			<xsd:element name="DaneAdresata" type="str:Tekst200Typ"/>
    			<xsd:element name="Miejscowosc" type="str:Tekst200Typ"/>
    		</xsd:sequence>
    	</xsd:complexType>
    	
    		<xsd:simpleType name="Tekst4000Typ">
    			<xsd:restriction base="xsd:string">
    			<xsd:maxLength value="4000"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    
    	<xsd:complexType name="OrganWydajacyPozwolenieTyp">
    		<xsd:sequence>
    			<xsd:element name="Nazwa" type="str:Tekst200Typ"/>
    			<xsd:element name="Adres" type="wnio:AdresTyp"/>
    		</xsd:sequence>
    	</xsd:complexType>
    	
    	<xsd:complexType name="DanePozwoleniaTyp">
    		<xsd:sequence>
    			<xsd:element name="DataWydania" type="xsd:date"/>
    			<xsd:element name="ZnakDecyzji" type="str:Tekst200Typ"/>
    			<xsd:element name="NumerDecyzji" type="str:Tekst200Typ"/>
    			<xsd:element name="OpisTematuPozwolenia" type="wnio:Tekst4000Typ"/>
    			<xsd:element name="Uwagi" type="wnio:Tekst4000Typ"/>
    		</xsd:sequence>
    	</xsd:complexType>
    	
    	<xsd:complexType name="AdresTyp">
    		<xsd:sequence>
    			<xsd:element name="Kraj" type="str:Tekst200Typ"/>
    			<xsd:element name="Wojewodztwo" type="str:Tekst200Typ"/>
    			<xsd:element name="Powiat" type="str:Tekst200Typ"/>
    			<xsd:element name="Gmina" type="str:Tekst200Typ"/>
    			<xsd:element name="Miejscowosc" type="str:Tekst200Typ"/>
    			<xsd:element name="MiejscowoscTekst" type="str:Tekst200Typ"/>
    			<xsd:element name="KodPocztowy" type="wnio:KodPocztowyTyp"/>
    			<xsd:element name="KodPocztowyNiePolska" type="wnio:Tekst10Typ"/>
    			<xsd:element name="Ulica" type="wnio:Tekst80Typ"/>
    			<xsd:element name="NumerDomu" type="wnio:Tekst65Typ"/>
    			<xsd:element name="NumerLokalu" type="wnio:Tekst65Typ"/>
    			<xsd:element name="Poczta" type="wnio:PocztaTyp"/>
    			<xsd:element name="PocztaTekst" type="wnio:Tekst56Typ"/>
    			<xsd:element name="SkrytkaPocztowa" type="str:Tekst200Typ"/>
    		</xsd:sequence>
    	</xsd:complexType>
    	
    </xsd:schema>