<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:td="http://www.mf.gov.pl/schematy/SZPROT/Typy_eDecyzje/1.0.xsd" xmlns="http://www.mf.gov.pl/schematy/SZPROT/e-Decyzje/WDAUOJ01/1.0.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.mf.gov.pl/schematy/SZPROT/e-Decyzje/WDAUOJ01/1.0.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified">
  <!--Wniosek - Numer akcyzowy jednorazowego uprawnionego odbiorcy – nadanie lub zmiana danych -->
  <xs:import namespace="http://www.mf.gov.pl/schematy/SZPROT/Typy_eDecyzje/1.0.xsd" schemaLocation="http://seap-intranet-ws:8080/seap_schematy/xsd?id=1022000"/>
  <xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://seap-intranet-ws:8080/seap_schematy/xsd?id=10125"/>
  <xs:element name="WDAUOJ01">
    <xs:annotation>
      <xs:documentation source="rootName" xml:lang="pl">
        WDAUOJ01
      </xs:documentation>
      <xs:documentation source="rootDoc" xml:lang="pl">
        Komunikat wniosku "Numer akcyzowy jednorazowego uprawnionego odbiorcy – nadanie lub zmiana danych".
      </xs:documentation>
      <xs:documentation source="rootDoc" xml:lang="pl">
        Komunikat zawiera dane wniosku o nadanie numeru akcyzowego jednorazowego uprawnionego odbiorcy lub zmianę jego danych, zgodnie z Ustawą z dnia 9 grudnia 2021 r. o zmianie ustawy o podatku akcyzowym oraz niektórych innych ustaw, rozdział 3.
      </xs:documentation>
      <xs:documentation source="doc" xml:lang="pl">
        Element główny.
      </xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:element name="Wniosek" type="td:NaglowekWnioskuORejestracjeType">
          <xs:annotation>
            <xs:documentation source="name" xml:lang="pl">
              Wniosek
            </xs:documentation>
            <xs:documentation source="doc" xml:lang="pl">
              Dane ogólne wniosku
            </xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="WnioskodawcaPodmiot">
          <xs:annotation>
            <xs:documentation source="name" xml:lang="pl">
              Dane Wnioskodawcy 
            </xs:documentation>
            <xs:documentation source="doc" xml:lang="pl">
              Dane identyfikacyjne wnioskodawcy tj. podmiotu - jednorazowego uprawnionego odbiorcy.
            </xs:documentation>
            <xs:documentation source="rule">
              R1012
            </xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:complexContent>
              <xs:extension base="td:PodmiotZaplaconaAkcyzaType"/>
            </xs:complexContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="UprawnionyOdbiorca">
          <xs:annotation>
            <xs:documentation source="name" xml:lang="pl">
              Dane dotyczące towarów, które zostaną nabyte wewnątrzwspólnotowo 
            </xs:documentation>
            <xs:documentation source="rule">
              R1006
            </xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element name="WyrobTytoniowy" minOccurs="0" maxOccurs="99">
                <xs:annotation>
                  <xs:documentation source="name" xml:lang="pl">
                    Wyroby tytoniowe
                  </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:attribute name="wyrobTytoniowyKod" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Wyrób tytoniowy kod
                      </xs:documentation>
                      <xs:documentation source="list">
                        1570B
                      </xs:documentation>
                      <xs:documentation source="rule">
                        R1001
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="5"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="wyrobTytoniowyNazwa" use="optional">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Wyrób tytoniowy
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="512"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="szacIlosc" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Ilość nabywanych wyrobów
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:decimal">
                        <xs:totalDigits value="16"/>
                        <xs:fractionDigits value="3"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="jedMiaryKod" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Jednostka miary kod
                      </xs:documentation>
                      <xs:documentation source="list">
                        1667
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="2"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="jedMiaryNazwa" use="optional">
                    <xs:annotation>
                      <xs:documentation source="nazwa" xml:lang="pl">
                        Jednostka miary
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="140"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:complexType>
              </xs:element>
              <xs:element name="WyrobAlkoholowy" minOccurs="0" maxOccurs="99">
                <xs:annotation>
                  <xs:documentation source="name" xml:lang="pl">
                    Wyroby alkoholowe
                  </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:attribute name="wyrobAlkoholowyKod" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Wyrób alkoholowy kod
                      </xs:documentation>
                      <xs:documentation source="list">
                        1570B
                      </xs:documentation>
                      <xs:documentation source="rule">
                        R1002
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="5"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="wyrobAlkoholowyNazwa" use="optional">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Wyrób alkoholowy
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="512"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="szacIlosc" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Ilość nabywanych wyrobów
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:decimal">
                        <xs:totalDigits value="16"/>
                        <xs:fractionDigits value="3"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="jedMiaryKod" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Jednostka miary kod
                      </xs:documentation>
                      <xs:documentation source="list">
                        1667
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="2"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="jedMiaryNazwa" use="optional">
                    <xs:annotation>
                      <xs:documentation source="nazwa" xml:lang="pl">
                        Jednostka miary
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="140"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:complexType>
              </xs:element>
              <xs:element name="WyrobEnergetyczny" minOccurs="0" maxOccurs="99">
                <xs:annotation>
                  <xs:documentation source="name" xml:lang="pl">
                    Wyroby energetyczne
                  </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:attribute name="wyrobEnergetycznyKod" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Wyrób energetyczny  kod
                      </xs:documentation>
                      <xs:documentation source="list">
                        1570B
                      </xs:documentation>
                      <xs:documentation source="rule">
                        R1003
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="5"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="wyrobEnergetycznyNazwa" use="optional">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Wyrób energetyczny
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="512"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="szacIlosc" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Ilość nabywanych wyrobów
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:decimal">
                        <xs:totalDigits value="16"/>
                        <xs:fractionDigits value="3"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="jedMiaryKod" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Jednostka miary kod
                      </xs:documentation>
                      <xs:documentation source="list">
                        1667
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="2"/>
                        <xs:whiteSpace value="preserve"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="jedMiaryNazwa" use="optional">
                    <xs:annotation>
                      <xs:documentation source="nazwa" xml:lang="pl">
                        Jednostka miary
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="140"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:complexType>
              </xs:element>
              <xs:element name="DanePodmiotuZagranicznego">
                <xs:annotation>
                  <xs:documentation source="name" xml:lang="pl">
                    Dane podmiotu zagranicznego, od którego wyroby akcyzowe zostaną nabyte
                  </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:attribute name="numerAkcPodmiotuZagranicznego" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Numer akcyzowy
                      </xs:documentation>
                      <xs:documentation source="doc" xml:lang="pl">
                        Numer akcyzowy podmiotu, od którego nabywane są wyroby.
                      </xs:documentation>
                      <xs:documentation source="list">
                        4010V1
                      </xs:documentation>
                      <xs:documentation source="rule">
                        R1013, R1016
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="13"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="nazwa" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Nazwa/ Imię i nazwisko
                      </xs:documentation>
                      <xs:documentation source="doc" xml:lang="pl">
                        Nazwisko i imię lub nazwa podmiotu 
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="300"/>
                        <xs:whiteSpace value="collapse"/>
                        <xs:minLength value="1"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="krajKod" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Kod kraju
                      </xs:documentation>
                      <xs:documentation source="list">
                        007
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:length value="2"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="krajNazwa" use="optional">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Kraj
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="140"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="kodPocztowy" use="optional">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Kod pocztowy
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="10"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="miejscowoscNazwa" use="required">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Miejscowość
                      </xs:documentation>
                      <xs:documentation source="doc" xml:lang="pl">
                        Nazwa miejscowości.
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="50"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="ulicaNazwa" use="optional">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Ulica
                      </xs:documentation>
                      <xs:documentation source="doc" xml:lang="pl">
                        Nazwa ulicy
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="65"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="nrDomu" use="optional">
                    <xs:annotation>
                      <xs:documentation source="name" xml:lang="pl">
                        Numer domu
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="11"/>
                        <xs:whiteSpace value="collapse"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:complexType>
              </xs:element>
            </xs:sequence>
            <xs:attribute name="organAkcyzowyKod" use="required">
              <xs:annotation>
                <xs:documentation source="name" xml:lang="pl">
                  Kod organu KAS do spraw akcyzy
                </xs:documentation>
                <xs:documentation source="list">
                  001F
                </xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:length value="8"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="organAkcyzowyNazwa" use="optional">
              <xs:annotation>
                <xs:documentation source="name" xml:lang="pl">
                  Nazwa organu do spraw akcyzy
                </xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="140"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="podstawaPrawnaKod" use="required">
              <xs:annotation>
                <xs:documentation source="name" xml:lang="pl">
                  Kod podstawy prawnej określenia właściwości miejscowej w akcyzie
                </xs:documentation>
                <xs:documentation source="list">
                  1634
                </xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="2"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="podstawaPrawnaNazwa" use="optional">
              <xs:annotation>
                <xs:documentation source="name" xml:lang="pl">
                  Podstawa prawna określenia właściwości miejscowej w akcyzie
                </xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="140"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
          </xs:complexType>
        </xs:element>
        <xs:element name="EMCS" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="doc" xml:lang="pl">
              Komunikacja EMCS
            </xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Reprezentant" maxOccurs="999">
                <xs:annotation>
                  <xs:documentation source="doc" xml:lang="pl">
                    Reprezentanci.
                  </xs:documentation>
                  <xs:documentation source="list">
                    4000V1
                  </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:attribute name="imie" use="required">
                    <xs:annotation>
                      <xs:documentation source="doc" xml:lang="pl">
                        Imię. Imię.
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:minLength value="0"/>
                        <xs:maxLength value="60"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="nazwisko" use="required">
                    <xs:annotation>
                      <xs:documentation source="doc" xml:lang="pl">
                        Nazwisko. Nazwisko.
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:minLength value="0"/>
                        <xs:maxLength value="90"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="idsiscROF" use="required">
                    <xs:annotation>
                      <xs:documentation source="doc" xml:lang="pl">
                        IdSISC_ROF. Identyfikator SISC reprezentanta będącego osobą fizyczną.
                      </xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:minLength value="0"/>
                        <xs:maxLength value="17"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:complexType>
              </xs:element>
            </xs:sequence>
            <xs:attribute name="domyslnySposobKomunikacjiEmail" type="xs:boolean" use="optional">
              <xs:annotation>
                <xs:documentation source="name" xml:lang="pl">
                  Domyślny sposób komunikacji E-mail
                </xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="domyslnySposobKomunikacjiWebSer" type="xs:boolean" use="optional">
              <xs:annotation>
                <xs:documentation source="name" xml:lang="pl">
                  Domyślny sposób komunikacji Webservice
                </xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="podstawowyAdresEmail" use="optional">
              <xs:annotation>
                <xs:documentation source="doc" xml:lang="pl">
                  Podstawowy adres poczty elektronicznej (e-mail).
                </xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:minLength value="0"/>
                  <xs:maxLength value="50"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="adresHTTPSUslugiWebservicePodm" use="optional">
              <xs:annotation>
                <xs:documentation source="doc" xml:lang="pl">
                  Adres HTTPS usługi webservice udostępnianej przez podmiot.
                </xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:minLength value="0"/>
                  <xs:maxLength value="300"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="odciskPalcaCertyfikHTTPSUslugi" use="optional">
              <xs:annotation>
                <xs:documentation source="name" xml:lang="pl">
                  Odcisk palca z certyfikatu HTTPS usługi.
                </xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:minLength value="0"/>
                  <xs:maxLength value="70"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="login" use="optional">
              <xs:annotation>
                <xs:documentation source="name" xml:lang="pl">
                  Login:
                </xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:minLength value="0"/>
                  <xs:maxLength value="20"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="haslo" use="optional">
              <xs:annotation>
                <xs:documentation source="name" xml:lang="pl">
                  Hasło:
                </xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:minLength value="0"/>
                  <xs:maxLength value="20"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
          </xs:complexType>
        </xs:element>
        <xs:element name="InformacjaDodatkowa" type="td:InformacjaDodatkowaType" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="name" xml:lang="pl">
              Dodatkowe informacje 
            </xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Zalacznik" type="td:ZalacznikType" minOccurs="0" maxOccurs="99">
          <xs:annotation>
            <xs:documentation source="name" xml:lang="pl">
              Załącznik
            </xs:documentation>
            <xs:documentation source="doc" xml:lang="pl">
              Obowiązkowe deklarowane załączniki 
            </xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SkladajacyWniosek" type="td:SkladajacyWniosekType">
          <xs:annotation>
            <xs:documentation source="name" xml:lang="pl">
              Osoba składająca wniosek
            </xs:documentation>
            <xs:documentation source="doc">
              Dane osoby wnioskującej (podpisującej wniosek).
            </xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="ds:Signature" minOccurs="0"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>