2900
ID | 2900 |
Data | 2015-12-01 |
Symbol | 2015/12/01/2900 |
Instytucja | Ministerstwo Środowiska |
Nazwa | Wykaz zawierający informacje o ściekach wprowadzanych do wód lub do ziemi oraz informacje o wysokości należnych opłat |
Czy Aktualny | 1 |
---|
Ustawy (1)
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:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:wnio="http://crd.gov.pl/wzor/2015/12/01/2900/" targetNamespace="http://crd.gov.pl/wzor/2015/12/01/2900/" 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"/>
<xsd:simpleType name="TakPusteTyp">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Tak"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DateOrEmptyTyp">
<xsd:union memberTypes="xsd:date wnio:EmptyStringTyp"/>
</xsd:simpleType>
<xsd:simpleType name="EmptyStringTyp">
<xsd:restriction base="xsd:string">
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xs:simpleType name="restrictedInteger">
<xs:restriction base="xs:decimal">
<xs:maxExclusive value="1000000"/>
<xs:minInclusive value="0"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs: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="WprowadzanieSciekow" type="wnio:WprowadzanieSciekowTyp"/>
<xsd:element name="Podsumowanie" type="wnio:PodsumowanieTyp"/>
<xsd:element name="DaneOsoby" type="wnio:DaneOsobyTyp"/>
<xsd:element name="Zalaczniki" type="str:ZalacznikiTyp" minOccurs="0"/>
<xsd:element name="FormularzOdpowiedzi" type="str:Tekst2000Typ"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="PodsumowanieTyp">
<xsd:sequence>
<xsd:element name="ListaElementowPodsumowania" type="wnio:ListaElementowPodsumowaniaTyp"/>
<xsd:element name="PodsumowanieA" type="str:Tekst200Typ"/>
<xsd:element name="PodsumowanieB" type="str:Tekst200Typ"/>
<xsd:element name="PodsumowanieC" type="str:Tekst200Typ"/>
<xsd:element name="PodsumowanieD" type="str:Tekst200Typ"/>
<xsd:element name="PodsumowanieE" type="str:Tekst200Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ListaElementowPodsumowaniaTyp">
<xsd:sequence>
<xsd:element name="PodsumowanieDodanaGmina" type="wnio:PodsumowanieDodanaGminaTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="PodsumowanieDodanaGminaTyp">
<xsd:sequence>
<xsd:element name="Gmina" type="adr:GminaTyp"/>
<xsd:element name="Suma" type="wnio:SumaTyp"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="SumaTyp">
<xsd:sequence>
<xsd:element name="SumaA" type="str:Tekst65Typ"/>
<xsd:element name="SumaB" type="str:Tekst65Typ"/>
<xsd:element name="SumaC" type="str:Tekst65Typ"/>
<xsd:element name="SumaD" type="str:Tekst65Typ"/>
<xsd:element name="SumaE" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="WprowadzanieSciekowTyp">
<xsd:sequence>
<xsd:element name="AdresatWniosku" type="str:Tekst200Typ"/>
<xsd:element name="Rok" type="str:Tekst10Typ"/>
<xsd:element name="PodmiotKorzystajacy" type="wnio:PodmiotKorzystajacyTyp"/>
<xsd:element name="MiejsceKorzystania" type="wnio:MiejsceKorzystaniaTyp"/>
<xsd:element name="MiejscaKorzystaniaLista" type="wnio:MiejscaKorzystaniaListaTyp"/>
<xsd:element name="SumaOplatA" type="str:Tekst65Typ"/>
<xsd:element name="SumaOplatATekst" type="str:Tekst65Typ"/>
<xsd:element name="SumaOplatB" type="str:Tekst65Typ"/>
<xsd:element name="SumaOplatBTekst" type="str:Tekst65Typ"/>
<xsd:element name="SumaOplatC" type="str:Tekst65Typ"/>
<xsd:element name="SumaOplatCTekst" type="str:Tekst65Typ"/>
<xsd:element name="SumaOplatD" type="str:Tekst65Typ"/>
<xsd:element name="SumaOplatDTekst" type="str:Tekst65Typ"/>
<xsd:element name="SumaOplatE" type="str:Tekst65Typ"/>
<xsd:element name="SumaOplatETekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="PodmiotKorzystajacyTyp">
<xsd:sequence>
<xsd:element name="Nazwa" type="str:Tekst200Typ"/>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="Poczta" type="str:Tekst200Typ"/>
<xsd:element name="Regon" type="str:Tekst65Typ"/>
<xsd:element name="Telefon" type="adr:TelefonTyp"/>
<xsd:element name="Faks" type="adr:FaksTyp"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="MiejsceKorzystaniaTyp">
<xsd:sequence>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="RZGW" type="str:Tekst200Typ"/>
<xsd:element name="Tabele" type="wnio:TabeleTyp"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TabeleTyp">
<xsd:sequence>
<xsd:element name="TabelaA" type="wnio:TabelaATyp"/>
<xsd:element name="WysokoscOplatyA" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyATekst" type="str:Tekst65Typ"/>
<xsd:element name="TabelaB" type="wnio:TabelaBTyp"/>
<xsd:element name="WysokoscOplatyB" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyBTekst" type="str:Tekst65Typ"/>
<xsd:element name="TabelaC" type="wnio:TabelaCTyp"/>
<xsd:element name="WysokoscOplatyC" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyCTekst" type="str:Tekst65Typ"/>
<xsd:element name="TabelaD" type="wnio:TabelaDTyp"/>
<xsd:element name="WysokoscOplatyD" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyDTekst" type="str:Tekst65Typ"/>
<xsd:element name="TabelaE" type="wnio:TabelaETyp"/>
<xsd:element name="WysokoscOplatyE" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyETekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<!-- TABELA A -->
<xsd:complexType name="TabelaATyp">
<xsd:sequence>
<xsd:element name="CzyPokazac" type="wnio:TakPusteTyp"/>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="CzyRWS" type="wnio:TakPusteTyp"/>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TAWewnetrznaLista1" type="wnio:TAWewnetrznaLista1Typ" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TAWewnetrznaLista1Typ">
<xsd:sequence>
<xsd:element name="TAWewnetrznaLista1Content" type="wnio:TAWewnetrznaLista1ContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TAWewnetrznaLista1ContentTyp">
<xsd:sequence>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="CzyRWS" type="wnio:TakPusteTyp"/>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="Kod" type="str:Tekst10Typ"/>
<xsd:element name="Ilosc" type="str:Tekst65Typ"/>
<xsd:element name="IloscTekst" type="str:Tekst10Typ"/>
<xsd:element name="WskaznikiDoWyswietlenia" type="str:Tekst200Typ"/>
<xsd:element name="Wskazniki" type="str:Tekst200Typ"/>
<xsd:element name="InneSubstancje" type="str:Tekst200Typ"/>
<xsd:element name="PozostaleSubstancje" type="str:Tekst200Typ"/>
<xsd:element name="Zawartosc" type="str:Tekst65Typ"/>
<xsd:element name="ZawartoscTekst" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiBrutto" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiBruttoTekst" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiWPobranejWodzie" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiWPobranejWodzieTekst" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiNetto" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiNettoTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WspolczynnikRoznicujacy" type="str:Tekst65Typ"/>
<xsd:element name="WspolczynnikRoznicujacyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
<xsd:element name="StawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="StawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatZaPoszczegolneSubstancje" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatZaPoszczegolneSubstancjeTekst" type="str:Tekst65Typ"/>
<xsd:element name="TAWewnetrznaLista2" type="wnio:TAWewnetrznaLista2Typ" minOccurs="0"/>
<xsd:element name="WysokoscOplatyOgolem" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyOgolemTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TAWewnetrznaLista2Typ">
<xsd:sequence>
<xsd:element name="TAWewnetrznaLista2Content" type="wnio:TAWewnetrznaLista2ContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TAWewnetrznaLista2ContentTyp">
<xsd:sequence>
<xsd:element name="Kod" type="str:Tekst10Typ"/>
<xsd:element name="Ilosc" type="str:Tekst65Typ"/>
<xsd:element name="IloscTekst" type="str:Tekst65Typ"/>
<xsd:element name="WskaznikiDoWyswietlenia" type="str:Tekst200Typ"/>
<xsd:element name="Wskazniki" type="str:Tekst200Typ"/>
<xsd:element name="InneSubstancje" type="str:Tekst200Typ"/>
<xsd:element name="PozostaleSubstancje" type="str:Tekst200Typ"/>
<xsd:element name="Zawartosc" type="str:Tekst65Typ"/>
<xsd:element name="ZawartoscTekst" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiBrutto" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiBruttoTekst" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiWPobranejWodzie" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiWPobranejWodzieTekst" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiNetto" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiNettoTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WspolczynnikRoznicujacy" type="str:Tekst65Typ"/>
<xsd:element name="WspolczynnikRoznicujacyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
<xsd:element name="StawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="StawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatZaPoszczegolneSubstancje" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatZaPoszczegolneSubstancjeTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<!-- TABELA B -->
<xsd:complexType name="TabelaBTyp">
<xsd:sequence>
<xsd:element name="CzyPokazac" type="wnio:TakPusteTyp"/>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TBWewnetrznaLista1" type="wnio:TBWewnetrznaLista1Typ" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TBWewnetrznaLista1Typ">
<xsd:sequence>
<xsd:element name="TBWewnetrznaLista1Content" type="wnio:TBWewnetrznaLista1ContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TBWewnetrznaLista1ContentTyp">
<xsd:sequence>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="Ilosc" type="str:Tekst65Typ"/>
<xsd:element name="IloscTekst" type="str:Tekst65Typ"/>
<xsd:element name="Temperatura" type="str:Tekst65Typ"/>
<xsd:element name="TemperaturaTekst" type="str:Tekst65Typ"/>
<xsd:element name="TemperaturaOdbiornika" type="str:Tekst65Typ"/>
<xsd:element name="TemperaturaOdbiornikaTekst" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur26-32" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur26-32Tekst" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur32-35" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur32-35Tekst" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperaturPowyzej35" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperaturPowyzej35Tekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplaty" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
<xsd:element name="TBWewnetrznaLista2" type="wnio:TBWewnetrznaLista2Typ" minOccurs="0"/>
<xsd:element name="WysokoscOplatyOgolem" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyOgolemTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TBWewnetrznaLista2Typ">
<xsd:sequence>
<xsd:element name="TBWewnetrznaLista2Content" type="wnio:TBWewnetrznaLista2ContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TBWewnetrznaLista2ContentTyp">
<xsd:sequence>
<xsd:element name="Ilosc" type="str:Tekst65Typ"/>
<xsd:element name="IloscTekst" type="str:Tekst65Typ"/>
<xsd:element name="Temperatura" type="str:Tekst65Typ"/>
<xsd:element name="TemperaturaTekst" type="str:Tekst65Typ"/>
<xsd:element name="TemperaturaOdbiornika" type="str:Tekst65Typ"/>
<xsd:element name="TemperaturaOdbiornikaTekst" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur26-32" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur26-32Tekst" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur32-35" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur32-35Tekst" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperaturPowyzej35" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperaturPowyzej35Tekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplaty" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
</xsd:sequence>
</xsd:complexType>
<!-- TABELA C -->
<xsd:complexType name="TabelaCTyp">
<xsd:sequence>
<xsd:element name="CzyPokazac" type="wnio:TakPusteTyp"/>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TCWewnetrznaLista1" type="wnio:TCWewnetrznaLista1Typ" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TCWewnetrznaLista1Typ">
<xsd:sequence>
<xsd:element name="TCWewnetrznaLista1Content" type="wnio:TCWewnetrznaLista1ContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TCWewnetrznaLista1ContentTyp">
<xsd:sequence>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="RodzajTerenu" type="str:Tekst200Typ"/>
<xsd:element name="RocznaJednostkowaStawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="RocznaJednostkowaStawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="Powierzchnia" type="str:Tekst65Typ"/>
<xsd:element name="PowierzchniaTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznej" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznejTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
<xsd:element name="TCWewnetrznaLista2" type="wnio:TCWewnetrznaLista2Typ" minOccurs="0"/>
<xsd:element name="WysokoscOplatyOgolem" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyOgolemTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TCWewnetrznaLista2Typ">
<xsd:sequence>
<xsd:element name="TCWewnetrznaLista2Content" type="wnio:TCWewnetrznaLista2ContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TCWewnetrznaLista2ContentTyp">
<xsd:sequence>
<xsd:element name="RodzajTerenu" type="str:Tekst200Typ"/>
<xsd:element name="RocznaJednostkowaStawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="RocznaJednostkowaStawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="Powierzchnia" type="str:Tekst65Typ"/>
<xsd:element name="PowierzchniaTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznej" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznejTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
</xsd:sequence>
</xsd:complexType>
<!-- TABELA D -->
<xsd:complexType name="TabelaDTyp">
<xsd:sequence>
<xsd:element name="CzyPokazac" type="wnio:TakPusteTyp"/>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="IloscWodySumaJonowMniej500" type="str:Tekst200Typ"/>
<xsd:element name="TDWewnetrznaLista1" type="wnio:TDWewnetrznaLista1Typ" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TDWewnetrznaLista1Typ">
<xsd:sequence>
<xsd:element name="TDWewnetrznaLista1Content" type="wnio:TDWewnetrznaLista1ContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TDWewnetrznaLista1ContentTyp">
<xsd:sequence>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="IloscWodySumaJonowMniej500" type="str:Tekst200Typ"/>
<xsd:element name="Ilosc" type="str:Tekst65Typ"/>
<xsd:element name="IloscTekst" type="str:Tekst65Typ"/>
<xsd:element name="SumaJonowChlorkowSiarczanow" type="str:Tekst65Typ"/>
<xsd:element name="SumaJonowChlorkowSiarczanowTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyGdansk" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyGdanskTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyPozostalyObszar" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyPozostalyObszarTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznej" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznejTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
<xsd:element name="TDWewnetrznaLista2" type="wnio:TDWewnetrznaLista2Typ" minOccurs="0"/>
<xsd:element name="WysokoscOplatyOgolem" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyOgolemTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TDWewnetrznaLista2Typ">
<xsd:sequence>
<xsd:element name="TDWewnetrznaLista2Content" type="wnio:TDWewnetrznaLista2ContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TDWewnetrznaLista2ContentTyp">
<xsd:sequence>
<xsd:element name="Ilosc" type="str:Tekst65Typ"/>
<xsd:element name="IloscTekst" type="str:Tekst65Typ"/>
<xsd:element name="SumaJonowChlorkowSiarczanow" type="str:Tekst65Typ"/>
<xsd:element name="SumaJonowChlorkowSiarczanowTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyGdansk" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyGdanskTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyPozostalyObszar" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyPozostalyObszarTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznej" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznejTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
</xsd:sequence>
</xsd:complexType>
<!-- TABELA E -->
<xsd:complexType name="TabelaETyp">
<xsd:sequence>
<xsd:element name="CzyPokazac" type="wnio:TakPusteTyp"/>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TEWewnetrznaLista1" type="wnio:TEWewnetrznaLista1Typ" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TEWewnetrznaLista1Typ">
<xsd:sequence>
<xsd:element name="TEWewnetrznaLista1Content" type="wnio:TEWewnetrznaLista1ContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TEWewnetrznaLista1ContentTyp">
<xsd:sequence>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="MasaPoczatkowa" type="str:Tekst65Typ"/>
<xsd:element name="MasaPoczatkowaTekst" type="str:Tekst65Typ"/>
<xsd:element name="PowierzchniaUzytkowaStawu" type="str:Tekst65Typ"/>
<xsd:element name="PowierzchniaUzytkowaStawuTekst" type="str:Tekst65Typ"/>
<xsd:element name="WielkoscProdukcjiWCyklu" type="str:Tekst65Typ"/>
<xsd:element name="WielkoscProdukcjiWCykluTekst" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCyklu" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCykluTekst" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCykluNa1ha" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCykluNa1haTekst" type="str:Tekst65Typ"/>
<xsd:element name="DlugoscTrwaniaCyklu" type="str:Tekst65Typ"/>
<xsd:element name="DlugoscTrwaniaCykluTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznej" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznejTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
<xsd:element name="TEWewnetrznaLista2" type="wnio:TEWewnetrznaLista2Typ" minOccurs="0"/>
<xsd:element name="WysokoscOplatyOgolem" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyOgolemTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TEWewnetrznaLista2Typ">
<xsd:sequence>
<xsd:element name="TEWewnetrznaLista2Content" type="wnio:TEWewnetrznaLista2ContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TEWewnetrznaLista2ContentTyp">
<xsd:sequence>
<xsd:element name="MasaPoczatkowa" type="str:Tekst65Typ"/>
<xsd:element name="MasaPoczatkowaTekst" type="str:Tekst65Typ"/>
<xsd:element name="PowierzchniaUzytkowaStawu" type="str:Tekst65Typ"/>
<xsd:element name="PowierzchniaUzytkowaStawuTekst" type="str:Tekst65Typ"/>
<xsd:element name="WielkoscProdukcjiWCyklu" type="str:Tekst65Typ"/>
<xsd:element name="WielkoscProdukcjiWCykluTekst" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCyklu" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCykluTekst" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCykluNa1ha" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCykluNa1haTekst" type="str:Tekst65Typ"/>
<xsd:element name="DlugoscTrwaniaCyklu" type="str:Tekst65Typ"/>
<xsd:element name="DlugoscTrwaniaCykluTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznej" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznejTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
</xsd:sequence>
</xsd:complexType>
<!-- ZAPISANE DANE Z TABEL PO KLIKNIĘCIU PRZYCISKU "DODAJ KOLEJNE MIEJSCE KORZY..." -->
<xsd:complexType name="MiejscaKorzystaniaListaTyp">
<xsd:sequence>
<xsd:element name="MiejscaKorzystaniaListaContent" type="wnio:MiejscaKorzystaniaListaContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="MiejscaKorzystaniaListaContentTyp">
<xsd:sequence>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="RZGW" type="str:Tekst200Typ"/>
<xsd:element name="TabeleLista" type="wnio:TabeleListaTyp"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TabeleListaTyp">
<xsd:sequence>
<xsd:element name="TabelaALista" type="wnio:TabelaAListaTyp"/>
<xsd:element name="WysokoscOplatyA" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyATekst" type="str:Tekst65Typ"/>
<xsd:element name="TabelaBLista" type="wnio:TabelaBListaTyp"/>
<xsd:element name="WysokoscOplatyB" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyBTekst" type="str:Tekst65Typ"/>
<xsd:element name="TabelaCLista" type="wnio:TabelaCListaTyp"/>
<xsd:element name="WysokoscOplatyC" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyCTekst" type="str:Tekst65Typ"/>
<xsd:element name="TabelaDLista" type="wnio:TabelaDListaTyp"/>
<xsd:element name="WysokoscOplatyD" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyDTekst" type="str:Tekst65Typ"/>
<xsd:element name="TabelaELista" type="wnio:TabelaEListaTyp"/>
<xsd:element name="WysokoscOplatyE" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyETekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<!-- TABELA A -->
<xsd:complexType name="TabelaAListaTyp">
<xsd:sequence>
<xsd:element name="TabelaAListaContent" type="wnio:TabelaAListaContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TabelaAListaContentTyp">
<xsd:sequence>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="WprowadzoneSciekiLista" type="wnio:WprowadzoneSciekiListaTyp"/>
<xsd:element name="WysokoscOplatyOgolem" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyOgolemTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="WprowadzoneSciekiListaTyp">
<xsd:sequence>
<xsd:element name="WprowadzoneSciekiListaContent" type="wnio:WprowadzoneSciekiListaContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="WprowadzoneSciekiListaContentTyp">
<xsd:sequence>
<xsd:element name="Kod" type="str:Tekst10Typ"/>
<xsd:element name="Ilosc" type="str:Tekst65Typ"/>
<xsd:element name="IloscTekst" type="str:Tekst65Typ"/>
<xsd:element name="Wskazniki" type="str:Tekst200Typ"/>
<xsd:element name="InneSubstancje" type="str:Tekst200Typ"/>
<xsd:element name="Zawartosc" type="str:Tekst65Typ"/>
<xsd:element name="ZawartoscTekst" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiBrutto" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiBruttoTekst" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiWPobranejWodzie" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiWPobranejWodzieTekst" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiNetto" type="str:Tekst65Typ"/>
<xsd:element name="IloscSubstancjiNettoTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WspolczynnikRoznicujacy" type="str:Tekst65Typ"/>
<xsd:element name="WspolczynnikRoznicujacyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
<xsd:element name="StawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="StawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatZaPoszczegolneSubstancje" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatZaPoszczegolneSubstancjeTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<!-- TABELA B -->
<xsd:complexType name="TabelaBListaTyp">
<xsd:sequence>
<xsd:element name="TabelaBListaContent" type="wnio:TabelaBListaContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TabelaBListaContentTyp">
<xsd:sequence>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="WprowadzoneWodyChlodniczeLista" type="wnio:WprowadzoneWodyChlodniczeListaTyp"/>
<xsd:element name="WysokoscOplatyOgolem" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyOgolemTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="WprowadzoneWodyChlodniczeListaTyp">
<xsd:sequence>
<xsd:element name="WprowadzoneWodyChlodniczeListaContent" type="wnio:WprowadzoneWodyChlodniczeListaContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="WprowadzoneWodyChlodniczeListaContentTyp">
<xsd:sequence>
<xsd:element name="Ilosc" type="str:Tekst65Typ"/>
<xsd:element name="IloscTekst" type="str:Tekst65Typ"/>
<xsd:element name="Temperatura" type="str:Tekst65Typ"/>
<xsd:element name="TemperaturaTekst" type="str:Tekst65Typ"/>
<xsd:element name="TemperaturaOdbiornika" type="str:Tekst65Typ"/>
<xsd:element name="TemperaturaOdbiornikaTekst" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur26-32" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur26-32Tekst" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur32-35" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperatur32-35Tekst" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperaturPowyzej35" type="str:Tekst65Typ"/>
<xsd:element name="StawkaZakresTemperaturPowyzej35Tekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplaty" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
</xsd:sequence>
</xsd:complexType>
<!-- TABELA C -->
<xsd:complexType name="TabelaCListaTyp">
<xsd:sequence>
<xsd:element name="TabelaCListaContent" type="wnio:TabelaCListaContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TabelaCListaContentTyp">
<xsd:sequence>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="CharakterystykaTerenuLista" type="wnio:CharakterystykaTerenuListaTyp"/>
<xsd:element name="WysokoscOplatyOgolem" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyOgolemTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CharakterystykaTerenuListaTyp">
<xsd:sequence>
<xsd:element name="CharakterystykaTerenuListaContent" type="wnio:CharakterystykaTerenuListaContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CharakterystykaTerenuListaContentTyp">
<xsd:sequence>
<xsd:element name="RodzajTerenu" type="str:Tekst200Typ"/>
<xsd:element name="RocznaJednostkowaStawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="RocznaJednostkowaStawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="Powierzchnia" type="str:Tekst65Typ"/>
<xsd:element name="PowierzchniaTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznej" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznejTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
</xsd:sequence>
</xsd:complexType>
<!-- TABELA D -->
<xsd:complexType name="TabelaDListaTyp">
<xsd:sequence>
<xsd:element name="TabelaDListaContent" type="wnio:TabelaDListaContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TabelaDListaContentTyp">
<xsd:sequence>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="IloscWodySumaJonowMniej500" type="str:Tekst200Typ"/>
<xsd:element name="WprowadzoneWodyZasoloneLista" type="wnio:WprowadzoneWodyZasoloneListaTyp"/>
<xsd:element name="WysokoscOplatyOgolem" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyOgolemTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="WprowadzoneWodyZasoloneListaTyp">
<xsd:sequence>
<xsd:element name="WprowadzoneWodyZasoloneListaContent" type="wnio:WprowadzoneWodyZasoloneListaContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="WprowadzoneWodyZasoloneListaContentTyp">
<xsd:sequence>
<xsd:element name="Ilosc" type="str:Tekst65Typ"/>
<xsd:element name="IloscTekst" type="str:Tekst65Typ"/>
<xsd:element name="SumaJonowChlorkowSiarczanow" type="str:Tekst65Typ"/>
<xsd:element name="SumaJonowChlorkowSiarczanowTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyGdansk" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyGdanskTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyPozostalyObszar" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyPozostalyObszarTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznej" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznejTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
</xsd:sequence>
</xsd:complexType>
<!-- TABELA E -->
<xsd:complexType name="TabelaEListaTyp">
<xsd:sequence>
<xsd:element name="TabelaEListaContent" type="wnio:TabelaEListaContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TabelaEListaContentTyp">
<xsd:sequence>
<xsd:element name="NazwaOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="RodzajOdbiornika" type="str:Tekst200Typ"/>
<xsd:element name="NumerWydania" type="str:Tekst65Typ"/>
<xsd:element name="OrganWydajacy" type="str:Tekst200Typ"/>
<xsd:element name="DataWydania" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaOd" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="TerminObowiazywaniaDo" type="wnio:DateOrEmptyTyp"/>
<xsd:element name="WprowadzoneWykorzystaneWodyZObiektowChowuLista" type="wnio:WprowadzoneWykorzystaneWodyZObiektowChowuListaTyp"/>
<xsd:element name="WysokoscOplatyOgolem" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyOgolemTekst" type="str:Tekst65Typ"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="WprowadzoneWykorzystaneWodyZObiektowChowuListaTyp">
<xsd:sequence>
<xsd:element name="WprowadzoneWykorzystaneWodyZObiektowChowuListaContent" type="wnio:WprowadzoneWykorzystaneWodyZObiektowChowuListaContentTyp" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="WprowadzoneWykorzystaneWodyZObiektowChowuListaContentTyp">
<xsd:sequence>
<xsd:element name="MasaPoczatkowa" type="str:Tekst65Typ"/>
<xsd:element name="MasaPoczatkowaTekst" type="str:Tekst65Typ"/>
<xsd:element name="PowierzchniaUzytkowaStawu" type="str:Tekst65Typ"/>
<xsd:element name="PowierzchniaUzytkowaStawuTekst" type="str:Tekst65Typ"/>
<xsd:element name="WielkoscProdukcjiWCyklu" type="str:Tekst65Typ"/>
<xsd:element name="WielkoscProdukcjiWCykluTekst" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCyklu" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCykluTekst" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCykluNa1ha" type="str:Tekst65Typ"/>
<xsd:element name="SredniorocznyPrzyrostMasyWCykluNa1haTekst" type="str:Tekst65Typ"/>
<xsd:element name="DlugoscTrwaniaCyklu" type="str:Tekst65Typ"/>
<xsd:element name="DlugoscTrwaniaCykluTekst" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplaty" type="str:Tekst65Typ"/>
<xsd:element name="JednostkowaStawkaOplatyTekst" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznej" type="str:Tekst65Typ"/>
<xsd:element name="WysokoscOplatyRocznejTekst" type="str:Tekst65Typ"/>
<xsd:element name="WprowadzenieSciekowDoJeziora" type="wnio:TakPusteTyp"/>
<xsd:element name="BrakWymaganegoPozwolenia" type="wnio:TakPusteTyp"/>
</xsd:sequence>
</xsd:complexType>
<!-- WYPEŁNIAJĄCY -->
<xsd:complexType name="DaneOsobyTyp">
<xsd:sequence>
<xsd:element name="Imie" type="oso:ImieTyp"/>
<xsd:element name="Nazwisko" type="oso:NazwiskoTyp"/>
</xsd:sequence>
</xsd:complexType>
<!--WSPÓLNY TYP ADRESU -->
<xsd:complexType name="AdresTyp">
<xsd:sequence>
<xsd:element name="Wojewodztwo" type="adr:WojewodztwoTyp"/>
<xsd:element name="Powiat" type="adr:PowiatTyp"/>
<xsd:element name="Gmina" type="adr:GminaTyp"/>
<xsd:element name="Miejscowosc" type="adr:MiejscowoscTyp"/>
<xsd:element name="KodPocztowy" type="adr:KodPocztowyTyp"/>
<xsd:element name="Ulica" type="adr:UlicaTyp"/>
<xsd:element name="Budynek" type="adr:BudynekTyp"/>
<xsd:element name="Lokal" type="adr:LokalTyp"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>