<?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://epuap.gov.pl/FeResourceServlet/wzor_lokalny/UMSTWarszawa/DN22/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:etd="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2018/08/24/eD/DefinicjeTypy/" xmlns:kgm="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2020/01/09/eD/KodyGMIN/" xmlns:ega="http://crd.gov.pl/wzor/2020/10/01/9970/" targetNamespace="http://epuap.gov.pl/FeResourceServlet/wzor_lokalny/UMSTWarszawa/DN22/" elementFormDefault="qualified" attributeFormDefault="unqualified" version="3-A-0">
	<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/ElementarneTypyDanych_v5-0E.xsd"/>
	<xs:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2020/01/09/eD/KodyGMIN/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2020/01/09/eD/KodyGMIN/KodyGmin_v9-0E.xsd"/>
	<xs:simpleType name="DzielnicaTyp">
		<xs:annotation>
			<xs:documentation>Słownik dzielnic Warszawy</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Bemowo"/>
			<xs:enumeration value="Białołęka"/>
			<xs:enumeration value="Bielany"/>
			<xs:enumeration value="Mokotów"/>
			<xs:enumeration value="Ochota"/>
			<xs:enumeration value="Praga-Południe"/>
			<xs:enumeration value="Praga-Północ"/>
			<xs:enumeration value="Rembertów"/>
			<xs:enumeration value="Śródmieście"/>
			<xs:enumeration value="Targówek"/>
			<xs:enumeration value="Ursus"/>
			<xs:enumeration value="Ursynów"/>
			<xs:enumeration value="Wawer"/>
			<xs:enumeration value="Wesoła"/>
			<xs:enumeration value="Wilanów"/>
			<xs:enumeration value="Włochy"/>
			<xs:enumeration value="Wola"/>
			<xs:enumeration value="Żoliborz"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TERCTyp">
		<xs:annotation>
			<xs:documentation>Liczby naturalne</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xsd:string">
			<xs:pattern value="|\d{7}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SIMCTyp">
		<xs:annotation>
			<xs:documentation>Liczby naturalne</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xsd:string">
			<xs:pattern value="|\d{7}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ULICTyp">
		<xs:annotation>
			<xs:documentation>Liczby naturalne</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xsd:string">
			<xs:pattern value="|\d{5}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ID_ADRESUTyp">
		<xs:annotation>
			<xs:documentation>Liczby naturalne</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xsd:int">
			<xs:whiteSpace value="collapse"/>
			<xs:totalDigits value="10"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ID_IIPTyp">
		<xs:annotation>
			<xs:documentation>Ciąg znaków</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xsd:string">
			<xs:maxLength value="120"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="TerytTyp">
		<xs:sequence>
			<xs:element name="TERC" type="wnio:TERCTyp" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Kod TERC</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SIMC" type="wnio:SIMCTyp" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Kod SIMC</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ULIC" type="wnio:ULICTyp" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Kod ULIC</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ID_ADRESU" type="wnio:ID_ADRESUTyp" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Kod ID_ADRESU</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ID_IIP" type="wnio:ID_IIPTyp" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Kod ID_IIP</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="CalkowityTyp">
		<xs:annotation>
			<xs:documentation>Liczby naturalne</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xsd:int">
			<xs:whiteSpace value="collapse"/>
			<xs:totalDigits value="14"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Calkowity4Typ">
		<xs:annotation>
			<xs:documentation>Liczby naturalne</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xsd:int">
			<xs:whiteSpace value="collapse"/>
			<xs:totalDigits value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Kwota2Typ">
		<xs:annotation>
			<xs:documentation>Wartość kwotowa wykazana w zł i gr</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xsd:decimal">
			<xs:totalDigits value="16"/>
			<xs:whiteSpace value="collapse"/>
			<xs:fractionDigits value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="RzeczywistyTyp">
		<xs:annotation>
			<xs:documentation>Liczby wykazywane z dokładnością do dwóch miejsc po przecinku</xs:documentation>
		</xs:annotation>
		<xs:restriction base="wnio:Kwota2Typ">
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Rzeczywisty3Typ">
		<xs:annotation>
			<xs:documentation>Liczby wykazywane z dokładnością do trzech miejsc po przecinku</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xsd:decimal">
			<xs:totalDigits value="16"/>
			<xs:whiteSpace value="collapse"/>
			<xs:fractionDigits value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="MiesiacTyp">
		<xs:restriction base="xs:integer">
			<xs:minInclusive value="1"/>
			<xs:maxInclusive value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AdresTyp">
		<xs:sequence>
			<xs:element name="KodKraju" type="adr:KrajTyp" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Kraj</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Wojewodztwo" type="adr:WojewodztwoTyp" minOccurs="0"/>
			<xs:element name="Powiat" type="adr:PowiatTyp" minOccurs="0"/>
			<xs:element name="Gmina" type="adr:GminaTyp" minOccurs="0"/>
			<xs:element name="Ulica" type="adr:UlicaTyp" minOccurs="0"/>
			<xs:element name="NrDomu" type="adr:BudynekTyp" minOccurs="1" maxOccurs="1"/>
			<xs:element name="NrLokalu" type="adr:LokalTyp" minOccurs="0"/>
			<xs:element name="Miejscowosc" type="adr:MiejscowoscTyp" minOccurs="1" maxOccurs="1"/>
			<xs:element name="KodPocztowy" type="adr:KodPocztowyTyp" minOccurs="1" maxOccurs="1"/>
			<xs:element name="Poczta" type="adr:PocztaTyp" minOccurs="0"/>
			<xs:element name="TerytKod" type="wnio:TerytTyp" minOccurs="0" maxOccurs="1"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AdresNieruchomosciTyp">
		<xs:sequence>
			<xs:element name="Dzielnica" type="wnio:DzielnicaTyp"/>
			<xs:element name="Ulica" type="adr:UlicaTyp" minOccurs="0"/>
			<xs:element name="NrObrebu" minOccurs="0" maxOccurs="1">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="20"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="NrDzialki" minOccurs="0">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="50"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="NrDomu" type="adr:BudynekTyp" minOccurs="0" maxOccurs="1"/>
			<xs:element name="TerytKod" type="wnio:TerytTyp" minOccurs="0" maxOccurs="1"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PojemnikiTyp">
		<xs:attribute name="Papier" use="optional">
			<xs:simpleType>
				<xs:restriction base="wnio:CalkowityTyp"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Metal" use="optional">
			<xs:simpleType>
				<xs:restriction base="wnio:CalkowityTyp"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Szklo" use="optional">
			<xs:simpleType>
				<xs:restriction base="wnio:CalkowityTyp"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Bioodpady" use="optional">
			<xs:simpleType>
				<xs:restriction base="wnio:CalkowityTyp"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="OdpadyZielone" use="optional">
			<xs:simpleType>
				<xs:restriction base="wnio:CalkowityTyp"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Wielkogabarytowe" use="optional">
			<xs:simpleType>
				<xs:restriction base="wnio:CalkowityTyp"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="OdpadyZmieszane" use="optional">
			<xs:simpleType>
				<xs:restriction base="wnio:CalkowityTyp"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="LiczbaPojemnikow" use="optional">
			<xs:simpleType>
				<xs:restriction base="wnio:CalkowityTyp"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Stawka" use="optional">
			<xs:simpleType>
				<xs:restriction base="wnio:Kwota2Typ"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="WysokoscOplaty" use="optional">
			<xs:simpleType>
				<xs:restriction base="wnio:Kwota2Typ"/>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="OsobaPrawnaTyp">
		<xs:sequence>
			<xs:element name="Nazwa">
				<xs:annotation>
					<xs:documentation>Pełna nazwa firmy</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:token">
						<xs:minLength value="1"/>
						<xs:maxLength value="240"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:choice>
				<xs:element name="NIP" type="oso:NIPTyp"/>
				<xs:element name="REGON" type="inst:REGONTyp"/>
			</xs:choice>
			<xs:element name="Email" type="adr:EmailTyp" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Adres poczty elektronicznej</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Telefon" type="adr:TelefonTyp" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Numer telefonu</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="OsobaFizycznaTyp">
		<xs:sequence>
			<xs:element name="Nazwisko" type="oso:NazwiskoTyp">
				<xs:annotation>
					<xs:documentation>Nazwisko</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Imie" type="oso:ImieTyp">
				<xs:annotation>
					<xs:documentation>Pierwsze imię</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:choice>
				<xs:element name="PESEL" type="oso:PESELTyp"/>
				<xs:element name="NIP" type="oso:NIPTyp"/>
			</xs:choice>
			<xs:element name="Email" type="adr:EmailTyp" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Adres poczty elektronicznej</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Telefon" type="adr:TelefonTyp" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Numer telefonu</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="DanePodatnikaTyp">
		<xs:sequence>
			<xs:element name="DaneIdentyfikacyjne">
				<xs:annotation>
					<xs:documentation>DANE IDENTYFIKACYJNE</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:choice>
						<xs:element name="OsobaFizyczna" type="wnio:OsobaFizycznaTyp" minOccurs="0" maxOccurs="1"/>
						<xs:element name="OsobaPrawna" type="wnio:OsobaPrawnaTyp" minOccurs="0" maxOccurs="1"/>
					</xs:choice>
				</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" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>ADRES DO DORĘCZEŃ</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="DanePodatkoweTyp">
		<xs:sequence>
			<xs:element name="PrzedmiotDeklaracji">
				<xs:annotation>
					<xs:documentation>DANE PODATKOWE</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="CzegoDotyczyDeklaracja">
							<xs:annotation>
								<xs:documentation>Wybór właściwego pola, czego dotyczy deklaracja</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:token">
									<xs:enumeration value="całej nieruchomości"/>
									<xs:enumeration value="części nieruchomości"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="AdresNieruchomosci" type="wnio:AdresNieruchomosciTyp">
				<xs:annotation>
					<xs:documentation>ADRES ZAMIESZKANIA</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Pojemniki" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>OBLICZANIE OPŁATY ZA GOSPODAROWANIE ODPADAMI KOMUNALNYMI</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Poj120" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 120 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj240" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 240 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj660" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 660 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj770" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 770 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj1100" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 1100 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj2500" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 2500 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj3500" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 3500 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj4000" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 4000 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj5000" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 5000 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj7000" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 7000 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj10000" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 10000 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj12000" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 12000 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj14000" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 14000 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj16000" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 16000 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj20000" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 20000 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Poj36000" type="wnio:PojemnikiTyp">
							<xs:annotation>
								<xs:documentation>Pojemnik 36000 L</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="LacznaWysokoscOplat">
							<xs:annotation>
								<xs:documentation>Łączna wysokość opłat</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="wnio:Kwota2Typ"/>
							</xs:simpleType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ZalacznikAZWTyp">
		<xs:sequence>
			<xs:element name="DaneIdentyfikacyjne">
				<xs:annotation>
					<xs:documentation>ZAŁĄCZNIK ABC - INFORMACJE O DANYCH WSPÓLNIKÓW</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:choice>
						<xs:element name="OsobaFizyczna" type="wnio:OsobaFizycznaTyp">
							<xs:annotation>
								<xs:documentation>Dane osoby fizycznej</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="OsobaPrawna" type="wnio:OsobaPrawnaTyp">
							<xs:annotation>
								<xs:documentation>Dane osoby prawnej</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:choice>
				</xs:complexType>
			</xs:element>
			<xs:element name="AdresNieruchomosci" type="wnio:AdresNieruchomosciTyp"/>
			<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" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>ADRES DO DORĘCZEŃ</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ZalacznikDTyp">
		<xs:sequence>
			<xs:element name="AdresNieruchomosci" type="wnio:AdresNieruchomosciTyp" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AdnotacjeTyp">
		<xs:sequence>
			<xs:element name="Uwagi" type="xs:string" minOccurs="0"/>
			<xs:element name="Data" type="xs:date" minOccurs="0"/>
			<xs:element name="Podpis" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="Dokument">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="OpisDokumentu" type="str:OpisDokumentuTyp"/>
				<xs:element name="TrescDokumentu">
					<xs:complexType>
						<xs:sequence>
							<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="wnio:DzielnicaTyp">
											<xs:annotation>
												<xs:documentation>Nazwa i adres siedziby organu podatkowego</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CelZlozenia">
											<xs:annotation>
												<xs:documentation>Cel złożenia formularza</xs:documentation>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:token">
													<xs:enumeration value="pierwsza deklaracja"/>
													<xs:enumeration value="nowa deklaracja"/>
													<xs:enumeration value="korekta do deklaracji"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="Okres">
											<xs:annotation>
												<xs:documentation>Okresy – od którego informacja obowiązuje</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:choice>
													<xs:element name="PierwszaData" type="xs:gYearMonth"/>
													<xs:element name="NowaData" type="xs:gYearMonth"/>
													<xs:element name="KorektaData" type="xs:gYearMonth"/>
												</xs:choice>
											</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</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:token">
										<xs:enumeration value="właściciel"/>
										<xs:enumeration value="współwłaściciele"/>
										<xs:enumeration value="wspólnota mieszkaniowa"/>
										<xs:enumeration value="spółdzielnia mieszkaniowa"/>
										<xs:enumeration value="jednostka organizacyjna posiadająca nieruchomość w zarządzie lub użytkowaniu"/>
										<xs:enumeration value="użytkownik wieczysty"/>
										<xs:enumeration value="inny podmiot władający nieruchomością"/>
									</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="DanePodatkowe" type="wnio:DanePodatkoweTyp">
								<xs:annotation>
									<xs:documentation>D. DANE PODATKOWE</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InformacjaoZalacznikach">
								<xs:annotation>
									<xs:documentation>LISTA ZAŁĄCZNIKÓW</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:attribute name="ZalacznikATak" type="xs:boolean"/>
									<xs:attribute name="ZalacznikBTak" type="xs:boolean"/>
									<xs:attribute name="ZalacznikCTak" type="xs:boolean"/>
									<xs:attribute name="ZalacznikDTak" type="xs:boolean"/>
									<xs:attribute name="PelnomocnictwoTak" type="xs:boolean"/>
									<xs:attribute name="ZalacznikAIlosc" type="wnio:CalkowityTyp">
										<xs:annotation>
											<xs:documentation>Załącznik A</xs:documentation>
										</xs:annotation>
									</xs:attribute>
									<xs:attribute name="ZalacznikBIlosc" type="wnio:CalkowityTyp">
										<xs:annotation>
											<xs:documentation>Załącznik B</xs:documentation>
										</xs:annotation>
									</xs:attribute>
									<xs:attribute name="ZalacznikCIlosc" type="wnio:CalkowityTyp">
										<xs:annotation>
											<xs:documentation>Załącznik C</xs:documentation>
										</xs:annotation>
									</xs:attribute>
									<xs:attribute name="ZalacznikDIlosc" type="wnio:CalkowityTyp">
										<xs:annotation>
											<xs:documentation>Załącznik D</xs:documentation>
										</xs:annotation>
									</xs:attribute>
									<xs:attribute name="PelnomocnictwoIlosc" type="wnio:CalkowityTyp">
										<xs:annotation>
											<xs:documentation>UPL-1 Pełnomocnictwo do podpisywania deklaracji składanej za pomocą środków komunikacji elektronicznej</xs:documentation>
										</xs:annotation>
									</xs:attribute>
								</xs:complexType>
							</xs:element>
							<xs:element name="ZalacznikiABCD">
								<xs:annotation>
									<xs:documentation>LISTA ZAŁACZNIKÓW</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="ZalacznikA" type="wnio:ZalacznikAZWTyp" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Informacje o danych współwłaścicieli</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ZalacznikB" type="wnio:ZalacznikAZWTyp" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Informacje o danych wspólników spółki cywilnej</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ZalacznikC" type="wnio:ZalacznikAZWTyp" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Informacje o danych wspólników spółki nieposiadającej osobowości prawnej</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ZalacznikD" type="wnio:ZalacznikDTyp" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Informacje o nieruchomościach</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element ref="str:Zalaczniki" minOccurs="0"/>
							<xs:element name="Podpisy">
								<xs:annotation>
									<xs:documentation>LISTA PODPISÓW</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:attribute name="Nazwisko1" use="optional">
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:maxLength value="65"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
									<xs:attribute name="Imie1" use="optional">
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:maxLength value="65"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
									<xs:attribute name="DataWypelnienia1" type="xs:date" use="optional"/>
									<xs:attribute name="Nazwisko2" use="optional">
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:maxLength value="65"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
									<xs:attribute name="Imie2" use="optional">
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:maxLength value="65"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
									<xs:attribute name="DataWypelnienia2" type="xs:date" use="optional"/>
								</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="Deklaracja" type="xs:string" fixed="DN"/>
							<xs:element name="WersjaModelu" type="xs:string" fixed="3.1.0"/>
							<xs:element name="Adnotacje" type="wnio:AdnotacjeTyp" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Adnotacje</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="IdentyfikatorDokumentu" type="xs:string" minOccurs="0"/>
						</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>
