<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<wsdl:definitions
        xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
        xmlns:tns="http://e-nadawca.poczta-polska.pl"
        xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="en"
        targetNamespace="http://e-nadawca.poczta-polska.pl">
    <wsdl:types>
        <xsd:schema
                targetNamespace="http://e-nadawca.poczta-polska.pl">
            <xsd:element name="addShipment">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="przesylki" type="tns:przesylkaType" maxOccurs="500"/>
                        <xsd:element name="idBufor" type="xsd:int" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="addShipmentResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="retval" type="tns:addShipmentResponseItemType" maxOccurs="500"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="przesylkaType" abstract="true">
                <xsd:sequence>
                    <xsd:element name="oplacaOdbiorca" type="tns:oplacaOdbiorcaType" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="mpk" type="xsd:string" minOccurs="0"/>
                </xsd:sequence>
                <xsd:attribute name="guid" type="tns:guidType" use="required"/>
                <xsd:attribute name="pakietGuid" type="tns:guidType"/>
                <xsd:attribute name="opakowanieGuid" type="tns:guidType"/>
                <xsd:attribute name="opis" type="tns:opisType"/>
                <xsd:attribute name="planowanaDataNadania" type="xsd:date"/>
            </xsd:complexType>
            <xsd:simpleType name="umowaType">
                <xsd:annotation>
                    <xsd:documentation>Pole na umowę</xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:long">
                    <xsd:whiteSpace value="collapse"/>
                    <xsd:maxInclusive value="9999999999"/>
                    <xsd:minInclusive value="0"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="masaType">
                <xsd:annotation>
                    <xsd:documentation>
                        masa przesyłki podana w gramach
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:int">
                    <xsd:minInclusive value="1"/>
                    <xsd:maxInclusive value="9999999"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="numerNadaniaType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="10"/>
                    <xsd:maxLength value="20"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="changePassword">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="newPassword" type="xsd:string"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="changePasswordResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType" maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:simpleType name="terminRodzajType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_5KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_10KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_15KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_POWYZEJ_15KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_10KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_15KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_20KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_30KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_40KM"/>
                    <xsd:enumeration value="KRAJOWY"/>
                    <xsd:enumeration value="BEZPOSREDNI_DO_20KG"/>
                    <xsd:enumeration value="BEZPOSREDNI_DO_30KG"/>
                    <xsd:enumeration value="BEZPOSREDNI_OD_30KG_DO_100KG"/>
                    <xsd:enumeration value="EKSPRES24"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="uiszczaOplateType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="NADAWCA"/>
                    <xsd:enumeration value="ADRESAT"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="wartoscType">
                <xsd:annotation>
                    <xsd:documentation>zadeklarowana wartość przesyłki w groszach
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:int">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="9999999"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="kwotaPobraniaType">
                <xsd:annotation>
                    <xsd:documentation>kwota jaką należy pobrać podana w groszach
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:int">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="9999999"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="sposobPobraniaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="PRZEKAZ"/>
                    <xsd:enumeration value="RACHUNEK_BANKOWY"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="sposobPrzekazaniaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="LIST_ZWYKLY_PRIOTYTET"/>
                    <xsd:enumeration value="POCZTEX"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType
                    name="sposobDoreczeniaPotwierdzeniaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="TELEFON"/>
                    <xsd:enumeration value="TELEFAX"/>
                    <xsd:enumeration value="SMS"/>
                    <xsd:enumeration value="EMAIL"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="iloscPotwierdzenOdbioruType">
                <xsd:restriction base="xsd:int">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="9"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="dataDlaDostarczeniaType">
                <xsd:restriction base="xsd:date"/>
            </xsd:simpleType>
            <xsd:simpleType name="razemType">
                <xsd:restriction base="xsd:int">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="9999999"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="nazwaType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="60"/>
                    <xsd:whiteSpace value="collapse"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="nazwa2Type">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="0"/>
                    <xsd:maxLength value="60"/>
                    <xsd:whiteSpace value="collapse"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="ulicaType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="255"/>
                    <xsd:whiteSpace value="collapse"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="numerDomuType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="0"/>
                    <xsd:maxLength value="11"/>
                    <xsd:whiteSpace value="collapse"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="numerLokaluType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="0"/>
                    <xsd:maxLength value="11"/>
                    <xsd:whiteSpace value="collapse"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="miejscowoscType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="63"/>
                    <xsd:whiteSpace value="collapse"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="kodPocztowyType">
                <xsd:restriction base="xsd:string">
                    <xsd:whiteSpace value="collapse"/>
                    <xsd:maxLength value="10"/>
                    <xsd:minLength value="0"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="terminType">
                <xsd:annotation>
                    <xsd:documentation>termin np. rozprawy sądowej lub termin graniczny
                        pisma nadanego przesyłką
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:string"/>
            </xsd:simpleType>
            <xsd:simpleType name="sygnaturaType">
                <xsd:annotation>
                    <xsd:documentation>sygnatura np. sprawy/pisma nadanego przesyłką
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="0"/>
                    <xsd:maxLength value="255"/>
                    <xsd:whiteSpace value="collapse"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="rodzajType">
                <xsd:annotation>
                    <xsd:documentation>rodzaj przesyłki klienta np. postepowanie karne,
                        cywilne, reklamacja, odwołanie, wezwanie do zapłaty itp.
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="0"/>
                    <xsd:maxLength value="255"/>
                    <xsd:whiteSpace value="collapse"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="paczkaPocztowaType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="epo" type="tns:EPOType" minOccurs="0"/>
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="idLibraryForLegalDeposit"
                                         type="tns:IdLibraryForLegalDepositType"
                                         minOccurs="0">
                                <xsd:annotation>
                                    <xsd:documentation>
                                        Identifier library for legal
                                        deposit from list downloaded
                                        using the
                                        getLibrariesForLegalDeposits
                                        method
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>

                        </xsd:sequence>
                        <xsd:attribute name="zasadySpecjalne" type="tns:zasadySpecjalneEnum"/>
                        <xsd:attribute name="posteRestante" type="xsd:boolean" default="false"/>
                        <xsd:attribute name="iloscPotwierdzenOdbioru"
                                       type="tns:iloscPotwierdzenOdbioruType"
                                       default="0"/>
                        <xsd:attribute name="kategoria" type="tns:kategoriaType" use="required"/>
                        <xsd:attribute name="gabaryt" type="tns:gabarytType" use="required"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="wartosc" type="tns:wartoscType"/>
                        <xsd:attribute name="egzemplarzBiblioteczny" type="xsd:boolean" default="false"/>
                        <xsd:attribute name="dlaOciemnialych" type="xsd:boolean" default="false"/>
                        <xsd:attribute name="numerPrzesylkiKlienta" type="xsd:string">
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:simpleType name="kategoriaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="EKONOMICZNA"/>
                    <xsd:enumeration value="PRIORYTETOWA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="gabarytType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="GABARYT_A"/>
                    <xsd:enumeration value="GABARYT_B"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="przesylkaPobraniowaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="pobranie" type="tns:pobranieType"
                                         minOccurs="0"/>
                            <!-- <xsd:element name="epo" type="tns:EPOType" maxOccurs="1" minOccurs="0"
								/> -->
                        </xsd:sequence>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean" default="false"/>
                        <xsd:attribute name="iloscPotwierdzenOdbioru"
                                       type="tns:iloscPotwierdzenOdbioruType" default="0"/>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType" use="required"/>
                        <xsd:attribute name="gabaryt" type="tns:gabarytType"
                                       use="required"/>
                        <xsd:attribute name="ostroznie" type="xsd:boolean"
                                       default="false"/>
                        <xsd:attribute name="wartosc" type="tns:wartoscType"
                                       use="required"/>
                        <xsd:attribute name="masa" type="tns:masaType"
                        />
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType
                    name="przesylkaNaWarunkachSzczegolnychType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean" default="false"/>
                        <xsd:attribute name="iloscPotwierdzenOdbioru"
                                       type="tns:iloscPotwierdzenOdbioruType" default="0"/>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType" use="required"/>
                        <xsd:attribute name="wartosc" type="tns:wartoscType"
                        />
                        <xsd:attribute name="masa" type="tns:masaType"
                        />
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="przesylkaPoleconaKrajowaType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="epo" type="tns:EPOType"
                                         minOccurs="0"/>
                            <xsd:element name="potwierdzenieDoreczenia"
                                         type="tns:potwierdzenieDoreczeniaType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="idLibraryForLegalDeposit"
                                         type="tns:IdLibraryForLegalDepositType"
                                         minOccurs="0">
                                <xsd:annotation>
                                    <xsd:documentation>
                                        Identifier library for legal
                                        deposit from list downloaded
                                        using the
                                        getLibrariesForLegalDeposits
                                        method
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>

                        </xsd:sequence>
                        <xsd:attribute name="zasadySpecjalne"
                                       type="tns:zasadySpecjalneEnum"/>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean" default="false"/>
                        <xsd:attribute name="iloscPotwierdzenOdbioru"
                                       type="tns:iloscPotwierdzenOdbioruType"
                                       default="0"/>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType" use="required"/>
                        <xsd:attribute name="gabaryt"
                                       type="tns:gabarytType">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Gabaryt przesyłki
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="format"
                                       type="tns:formatType">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Format przesyłki
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="masa" type="tns:masaType"
                        />
                        <xsd:attribute name="egzemplarzBiblioteczny"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="dlaOciemnialych"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="obszarMiasto"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="miejscowa"
                                       type="xsd:boolean"/>

                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string">
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="przesylkaHandlowaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean" default="false"/>
                        <xsd:attribute name="masa" type="tns:masaType"
                        />
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType
                    name="przesylkaListowaZadeklarowanaWartoscType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaRejestrowanaType">
                        <!-- <xsd:sequence> <xsd:element name="epo" type="tns:EPOType" maxOccurs="1"
							minOccurs="0" /> </xsd:sequence> -->

                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean" default="false"/>
                        <xsd:attribute name="wartosc"
                                       type="tns:wartoscType"/>
                        <xsd:attribute name="iloscPotwierdzenOdbioru"
                                       type="tns:iloscPotwierdzenOdbioruType"
                                       default="0"/>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType" use="required"/>
                        <xsd:attribute name="gabaryt"
                                       type="tns:gabarytType" use="required"/>
                        <xsd:attribute name="masa" type="tns:masaType"
                        />
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string">
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="przesylkaFullType">
                <xsd:sequence>
                    <xsd:element name="przesylkaShort"
                                 type="tns:przesylkaShortType"/>
                    <xsd:element name="przesylkaFull"
                                 type="tns:przesylkaType"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType name="errorType">
                <xsd:attribute name="errorNumber" type="xsd:int"
                               default="0"/>
                <xsd:attribute name="errorDesc" type="xsd:string"
                />
                <xsd:attribute name="guid" type="tns:guidType"/>
            </xsd:complexType>
            <xsd:complexType name="adresType">
                <xsd:attribute name="nazwa" type="tns:nazwaType"/>
                <xsd:attribute name="nazwa2" type="tns:nazwa2Type"/>
                <xsd:attribute name="ulica" type="tns:ulicaType"/>
                <xsd:attribute name="numerDomu"
                               type="tns:numerDomuType"/>
                <xsd:attribute name="numerLokalu"
                               type="tns:numerLokaluType"/>
                <xsd:attribute name="miejscowosc"
                               type="tns:miejscowoscType"/>
                <xsd:attribute name="kodPocztowy"
                               type="tns:kodPocztowyType"/>
                <xsd:attribute name="kraj" type="tns:krajType"
                               default="Polska"/>
                <xsd:attribute name="telefon" type="tns:telefonType"/>
                <xsd:attribute name="email" type="tns:emailType"/>
                <xsd:attribute name="mobile" type="tns:mobileType"/>
                <xsd:attribute name="osobaKontaktowa"
                               type="xsd:string"/>
                <xsd:attribute name="nip" type="xsd:string"/>
            </xsd:complexType>
            <xsd:element name="sendEnvelope">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="urzadNadania"
                                     type="tns:urzadNadaniaType" minOccurs="0"/>
                        <xsd:element name="pakiet" type="tns:pakietType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                        <xsd:element name="idBufor" type="xsd:int"
                                     minOccurs="0"/>
                        <xsd:element name="profil" type="tns:profilType"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="sendEnvelopeResponseType">
                <xsd:sequence>
                    <xsd:element name="idEnvelope" type="xsd:int"
                                 minOccurs="0"/>
                    <xsd:element name="envelopeStatus"
                                 type="tns:envelopeStatusType" minOccurs="0"/>
                    <xsd:element name="error" type="tns:errorType"
                                 maxOccurs="unbounded" minOccurs="0"/>
                    <xsd:element name="envelopeFilename" type="xsd:string"
                                 minOccurs="0"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:element name="sendEnvelopeResponse"
                         type="tns:sendEnvelopeResponseType"/>
            <xsd:simpleType name="urzadNadaniaType">
                <xsd:restriction base="xsd:int"/>
            </xsd:simpleType>
            <xsd:element name="getUrzedyNadania">
                <xsd:complexType/>
            </xsd:element>
            <xsd:element name="getUrzedyNadaniaResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="urzedyNadania"
                                     type="tns:urzadNadaniaFullType" minOccurs="0"
                                     maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="clearEnvelope">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idBufor" type="xsd:int"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="clearEnvelopeResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="retval" type="xsd:boolean"
                        />
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="urzadNadaniaFullType">
                <xsd:attribute name="urzadNadania"
                               type="tns:urzadNadaniaType"/>
                <xsd:attribute name="opis" type="xsd:string"/>
                <xsd:attribute name="nazwaWydruk" type="xsd:string"/>
            </xsd:complexType>
            <xsd:simpleType name="guidType">
                <xsd:restriction base="xsd:string">
                    <xsd:whiteSpace value="collapse"/>
                    <xsd:length value="32"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="eSposobPowiadomieniaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="SMS"/>
                    <xsd:enumeration value="EMAIL"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="eKontaktType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="0"/>
                    <xsd:maxLength value="50"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="urzadWydaniaEPrzesylkiType">
                <xsd:complexContent>
                    <xsd:extension base="tns:placowkaPocztowaType"/>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="pobranieType">
                <xsd:attribute name="sposobPobrania"
                               type="tns:sposobPobraniaType"/>
                <xsd:attribute name="kwotaPobrania"
                               type="tns:kwotaPobraniaType"/>
                <xsd:attribute name="nrb">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:minLength value="0"/>
                            <xsd:maxLength value="26"/>
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:attribute>
                <xsd:attribute name="tytulem">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:minLength value="0"/>
                            <xsd:maxLength value="54"/>
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:attribute>
                <xsd:attribute
                        name="sprawdzenieZawartosciPrzesylkiPrzezOdbiorce"
                        type="xsd:boolean"/>
            </xsd:complexType>
            <xsd:complexType name="przesylkaPoleconaZagranicznaType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="zawartosc"
                                         type="xsd:string" minOccurs="0">
                                <xsd:annotation>
                                    <xsd:documentation>
                                        Element określający zawartość
                                        przesyłki. Aktualnie
                                        dopuszczalne wartości:
                                        KORESPONDENCJA
                                        DOKUMENTY_PONIZEJ_250G - wartość automatycznie zamieniana na KORESPONDENCJA
                                        DOKUMENTY_POWYZEJ_250G - wartość automatycznie zamieniana na KORESPONDENCJA
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean" default="false"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="iloscPotwierdzenOdbioru"
                                       type="tns:iloscPotwierdzenOdbioruType"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string">
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType
                    name="przesylkaZadeklarowanaWartoscZagranicznaType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="zawartosc"
                                         type="xsd:string" minOccurs="0">
                                <xsd:annotation>
                                    <xsd:documentation>
                                        Element określający zawartość
                                        przesyłki. Aktualnie
                                        dopuszczalne wartości:
                                        KORESPONDENCJA
                                        DOKUMENTY_PONIZEJ_250G - wartość automatycznie zamieniana na KORESPONDENCJA
                                        DOKUMENTY_POWYZEJ_250G - wartość automatycznie zamieniana na KORESPONDENCJA
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean" default="false"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="iloscPotwierdzenOdbioru"
                                       type="tns:iloscPotwierdzenOdbioruType"/>
                        <xsd:attribute name="wartosc"
                                       type="tns:wartoscType"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string">
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:simpleType name="krajType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="0"/>
                    <xsd:maxLength value="40"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getUrzedyWydajaceEPrzesylki">
                <xsd:complexType/>
            </xsd:element>
            <xsd:element name="getUrzedyWydajaceEPrzesylkiResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="urzadWydaniaEPrzesylki"
                                     type="tns:urzadWydaniaEPrzesylkiType" maxOccurs="unbounded"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="uploadIWDContent">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="urzadNadania"
                                     type="tns:urzadNadaniaType" minOccurs="0"/>
                        <xsd:element name="IWDContent" type="xsd:base64Binary"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="uploadIWDContentResponse"
                         type="tns:sendEnvelopeResponseType"/>
            <xsd:element name="getEnvelopeStatus">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idEnvelope" type="xsd:int"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEnvelopeStatusResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="envelopeStatus"
                                     type="tns:envelopeStatusType" minOccurs="0"/>
                        <xsd:element name="error" minOccurs="0"
                                     maxOccurs="unbounded" type="tns:errorType"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:simpleType name="envelopeStatusType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="WYSLANY"/>
                    <xsd:enumeration value="DOSTARCZONY"/>
                    <xsd:enumeration value="PRZYJETY"/>
                    <xsd:enumeration value="WALIDOWANY"/>
                    <xsd:enumeration value="BLEDNY"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="downloadIWDContent">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idEnvelope" type="xsd:int"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="downloadIWDContentResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="IWDContent" type="xsd:base64Binary"
                        />
                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="przesylkaShortType">
                <xsd:sequence>
                    <xsd:element name="czynnosciUpustowe"
                                 type="tns:czynnoscUpustowaType" maxOccurs="unbounded"
                                 minOccurs="0"/>
                </xsd:sequence>
                <xsd:attribute name="numerNadania"
                               type="tns:numerNadaniaType"/>
                <xsd:attribute name="guid" type="tns:guidType"
                               use="required"/>
                <xsd:attribute name="dataNadania" type="xsd:date"/>
                <xsd:attribute name="razem" type="xsd:int"/>
                <xsd:attribute name="pobranie" type="xsd:int"
                />
                <xsd:attribute name="status" type="tns:statusType"/>
            </xsd:complexType>
            <xsd:complexType name="addShipmentResponseItemType">
                <xsd:sequence>
                    <xsd:element name="error" type="tns:errorType"
                                 minOccurs="0" maxOccurs="unbounded"/>
                </xsd:sequence>
                <xsd:attribute name="numerNadania"
                               type="tns:numerNadaniaType"/>
                <xsd:attribute name="guid" type="tns:guidType"
                               use="required"/>
                <xsd:attribute name="numerTransakcjiOdbioru"
                               type="xsd:string"/>
                <xsd:attribute name="numerListuPrzewozowego"
                               type="xsd:string"/>
            </xsd:complexType>
            <xsd:element name="getKarty">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idKarta" type="xsd:int"
                                     maxOccurs="unbounded" minOccurs="0">
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getKartyResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="karta" type="tns:kartaType"
                                     minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0">
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getPasswordExpiredDate">
                <xsd:complexType/>
            </xsd:element>
            <xsd:element name="getPasswordExpiredDateResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="dataWygasniecia" type="xsd:date"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="setAktywnaKarta">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idKarta" type="xsd:int"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="setAktywnaKartaResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEnvelopeContentFull">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idEnvelope" type="xsd:int"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEnvelopeContentFullResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="przesylka"
                                     type="tns:przesylkaFullType" minOccurs="0" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEnvelopeContentShort">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idEnvelope" type="xsd:int"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEnvelopeContentShortResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="przesylka"
                                     type="tns:przesylkaShortType" minOccurs="0" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="hello">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="in" type="xsd:string"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="helloResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="out" type="xsd:string"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="kartaType">
                <xsd:sequence>
                    <xsd:element name="produktyInKarta" type="tns:produktyInKartaType"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Lista dostępnych produktów dla karty</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="adresKorespondencyjny"
                                 type="tns:adresKorespondencyjny" maxOccurs="unbounded"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Lista adresów korespondencyjnych dla kart typu
                                2
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
                <xsd:attribute name="idKarta" type="xsd:int"/>
                <xsd:attribute name="opis" type="xsd:string"/>
                <xsd:attribute name="aktywna" type="xsd:boolean"/>
                <xsd:attribute name="typ" type="xsd:int">
                    <xsd:annotation>
                        <xsd:documentation>Typ karty. Dopuszczalne wartości: 1-do
                            nadawania, 2-do definicji adresów OPNA. Lista obsługiwanych
                            wartości może być rozszerzona w przyszłości.
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
            </xsd:complexType>
            <xsd:simpleType name="telefonType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="0"/>
                    <xsd:maxLength value="20"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getAddressLabel">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idEnvelope" type="xsd:int"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getAddressLabelResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="content"
                                     type="tns:addressLabelContent" maxOccurs="unbounded"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="addressLabelContent">
                <xsd:sequence>
                    <xsd:element name="pdfContent" type="xsd:base64Binary"/>
                </xsd:sequence>
                <xsd:attribute name="nrNadania" type="xsd:string"/>
                <xsd:attribute name="guid" type="xsd:string"/>
            </xsd:complexType>
            <xsd:element name="getOutboxBook">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idEnvelope" type="xsd:int"
                        />
                        <xsd:element name="includeNierejestrowane"
                                     minOccurs="0" type="xsd:boolean"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getOutboxBookResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="pdfContent" type="xsd:base64Binary"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getFirmowaPocztaBook">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idEnvelope" type="xsd:int"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getFirmowaPocztaBookResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="pdfContent" type="xsd:base64Binary"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEnvelopeList">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="startDate" type="xsd:date"/>
                        <xsd:element name="endDate" type="xsd:date"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEnvelopeListResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="envelopes"
                                     type="tns:envelopeInfoType" maxOccurs="unbounded" minOccurs="0"/>

                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="envelopeInfoType">
                <xsd:sequence>
                    <xsd:element name="error" type="tns:errorType"
                                 maxOccurs="unbounded" minOccurs="0"/>
                    <xsd:element name="envelopeFilename" type="xsd:string"
                                 maxOccurs="unbounded" minOccurs="0"/>
                    <xsd:element name="idKarta" type="xsd:int" minOccurs="0"/>
                </xsd:sequence>
                <xsd:attribute name="idEnvelope" type="xsd:int"/>
                <xsd:attribute name="envelopeStatus"
                               type="tns:envelopeStatusType"/>
                <xsd:attribute name="dataTransmisji" type="xsd:date"/>
            </xsd:complexType>
            <xsd:complexType name="przesylkaZagranicznaType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaNieRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="adres" type="tns:adresType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="nadawca" type="tns:adresType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="deklaracjaCelna2"
                                         type="tns:deklaracjaCelna2Type" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="zawartosc" type="xsd:string"
                                         minOccurs="0">
                                <xsd:annotation>
                                    <xsd:documentation>Element określający zawartość przesyłki.
                                        Aktualnie dopuszczalne wartości:
                                        KORESPONDENCJA
                                        DOKUMENTY_PONIZEJ_250G
                                        DOKUMENTY_POWYZEJ_250G
                                        TOWARY
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean" default="false"/>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="ekspres" type="xsd:boolean"
                                       default="false"/>
                        <xsd:attribute name="kraj" type="xsd:string"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="przesylkaRejestrowanaType"
                             abstract="true">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaType">
                        <xsd:sequence>
                            <xsd:element name="adres"
                                         type="tns:adresType" minOccurs="0"/>
                            <xsd:element name="nadawca"
                                         type="tns:adresType" minOccurs="0"/>
                            <xsd:element name="relatedToAllegro"
                                         type="tns:relatedToAllegroType" minOccurs="0"/>
                        </xsd:sequence>
                        <xsd:attribute name="numerNadania"
                                       type="tns:numerNadaniaType"/>
                        <xsd:attribute name="sygnatura"
                                       type="tns:sygnaturaType"/>
                        <xsd:attribute name="terminSprawy"
                                       type="tns:terminType"/>
                        <xsd:attribute name="rodzaj"
                                       type="tns:rodzajType"/>
                        <xsd:attribute name="weryfikacjaPlatnosci"
                                       type="xsd:boolean">
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="przesylkaNieRejestrowanaType"
                             abstract="true">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaType">
                        <xsd:attribute name="ilosc">
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:int">
                                    <xsd:minInclusive value="1"/>
                                    <xsd:maxInclusive value="9999999"/>
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="przesylkaBiznesowaType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="pobranie"
                                         type="tns:pobranieType" minOccurs="0"/>
                            <xsd:choice>
                                <xsd:element
                                        name="urzadWydaniaEPrzesylki"
                                        type="tns:urzadWydaniaEPrzesylkiType"
                                        minOccurs="0"/>
                                <xsd:element name="subPrzesylka"
                                             type="tns:subPrzesylkaBiznesowaType"
                                             maxOccurs="unbounded"/>
                            </xsd:choice>
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType" minOccurs="0"/>
                            <xsd:element name="epo" type="tns:EPOType"
                                         minOccurs="0"/>
                            <xsd:element name="adresDlaZwrotu"
                                         type="tns:adresType" minOccurs="0">
                            </xsd:element>
                            <xsd:element
                                    name="sprawdzenieZawartosciPrzesylkiPrzezOdbiorce"
                                    type="xsd:boolean" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="potwierdzenieOdbioru"
                                         type="tns:potwierdzenieOdbioruBiznesowaType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="doreczenie"
                                         type="tns:doreczenieBiznesowaType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="zwrotDokumentow"
                                         type="tns:zwrotDokumentowBiznesowaType"
                                         minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="zasadySpecjalne"
                                       type="tns:zasadySpecjalneEnum"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="gabaryt"
                                       type="tns:gabarytBiznesowaType"/>
                        <xsd:attribute name="niestandardowa"
                                       type="xsd:boolean">
                        </xsd:attribute>
                        <xsd:attribute name="wartosc"
                                       type="tns:wartoscType"/>
                        <xsd:attribute name="ostroznie"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string">
                        </xsd:attribute>
                        <xsd:attribute name="numerTransakcjiOdbioru"
                                       type="tns:numerTransakcjiOdbioruType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:simpleType name="gabarytBiznesowaType">
                <xsd:annotation>
                    <xsd:documentation>gabaryt Maksymalne wymiary przesyłki (w cm)
                        XS: 25,0 x 20,0 x 10,0; S: 30,0 x 25,0 x 15,0; M: 35,0 x 30,0 x 20,0;
                        L: 45,0 x 35,0 x 25,0; XL: 60,0 x 50,0 x 30,0; XXL: 90,0 x 60,0 x 35,0
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="XS"/>
                    <xsd:enumeration value="S"/>
                    <xsd:enumeration value="M"/>
                    <xsd:enumeration value="L"/>
                    <xsd:enumeration value="XL"/>
                    <xsd:enumeration value="XXL"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="subPrzesylkaBiznesowaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaType">
                        <xsd:sequence>
                            <!-- <xsd:element name="pobranie" type="tns:pobranieType" maxOccurs="1"
								minOccurs="0" /> -->
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType" minOccurs="0"/>
                        </xsd:sequence>
                        <xsd:attribute name="numerNadania"
                                       type="tns:numerNadaniaType"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="gabaryt"
                                       type="tns:gabarytBiznesowaType"/>
                        <xsd:attribute name="wartosc"
                                       type="tns:wartoscType"/>
                        <xsd:attribute name="ostroznie"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string">
                        </xsd:attribute>
                        <xsd:attribute name="niestandardowa"
                                       type="xsd:boolean">
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="subPrzesylkaBiznesowaPlusType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaType">
                        <xsd:sequence>
                            <xsd:element name="pobranie" type="tns:pobranieType"
                                         minOccurs="0"/>
                        </xsd:sequence>
                        <xsd:attribute name="numerNadania"
                                       type="tns:numerNadaniaType"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="gabaryt"
                                       type="tns:gabarytBiznesowaType"/>
                        <xsd:attribute name="wartosc" type="tns:wartoscType"/>
                        <xsd:attribute name="ostroznie" type="xsd:boolean"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string"/>
                        <xsd:attribute name="kwotaTranzakcji" type="xsd:int"/>
                        <xsd:attribute name="numerTransakcjiOdbioru"
                                       type="tns:numerTransakcjiOdbioruType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:element name="getAddresLabelByGuid">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="guid" type="tns:guidType"
                                     maxOccurs="unbounded"/>
                        <xsd:element name="idBufor" type="xsd:int"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getAddresLabelByGuidResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="content"
                                     type="tns:addressLabelContent" maxOccurs="unbounded"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="przesylkaBiznesowaPlusType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="pobranie" type="tns:pobranieType"
                                         minOccurs="0"/>
                            <xsd:element name="urzadWydaniaPrzesylki"
                                         type="tns:placowkaPocztowaType" minOccurs="0">
                                <xsd:annotation>
                                    <xsd:documentation>Wystarczy przesłac obiekt z ustawionym id
                                        reszta pól moż ezostać pominięta (aby zmniejszyć ilośc danych
                                        do tansmisji)
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>
                            <xsd:element name="subPrzesylka"
                                         type="tns:subPrzesylkaBiznesowaPlusType" maxOccurs="100"
                                         minOccurs="0"/>
                            <xsd:choice minOccurs="0">
                                <xsd:element name="dataDrugiejProbyDoreczenia"
                                             type="xsd:date"/>
                                <xsd:element name="drugaProbaDoreczeniaPoLiczbieDni"
                                             type="xsd:int"/>
                            </xsd:choice>
                            <xsd:element
                                    name="sprawdzenieZawartosciPrzesylkiPrzezOdbiorce"
                                    type="xsd:boolean" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="potwierdzenieOdbioru"
                                         type="tns:potwierdzenieOdbioruBiznesowaType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="doreczenie"
                                         type="tns:doreczenieBiznesowaType" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="zwrotDokumentow"
                                         type="tns:zwrotDokumentowBiznesowaType"
                                         minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="gabaryt"
                                       type="tns:gabarytBiznesowaType"/>
                        <xsd:attribute name="wartosc" type="tns:wartoscType"/>
                        <xsd:attribute name="kwotaTranzakcji"
                                       type="tns:kwotaTranzakcjiType"/>
                        <xsd:attribute name="ostroznie" type="xsd:boolean"/>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType"/>
                        <xsd:attribute name="iloscPotwierdzenOdbioru"
                                       type="tns:iloscPotwierdzenOdbioruType">
                            <xsd:annotation>
                                <xsd:documentation>atrybut nieużywany, użyj potwierdzenieOdbioru
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>

                        <xsd:attribute name="eKontaktAdresata"
                                       type="tns:eKontaktType"/>
                        <xsd:attribute name="eSposobPowiadomieniaAdresata"
                                       type="tns:eSposobPowiadomieniaType"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="tns:numerPrzesylkiKlientaType"/>
                        <xsd:attribute name="iloscDniOczekiwaniaNaWydanie"
                                       type="xsd:int"/>
                        <xsd:attribute name="oczekiwanyTerminDoreczenia"
                                       type="xsd:dateTime"/>
                        <xsd:attribute name="terminRodzajPlus"
                                       type="tns:terminRodzajPlusType"/>
                        <xsd:attribute name="numerTransakcjiOdbioru"
                                       type="tns:numerTransakcjiOdbioruType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:simpleType name="opisType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="500"/>
                    <xsd:whiteSpace value="collapse"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="numerPrzesylkiKlientaType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="25"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="pakietType">
                <xsd:sequence>
                    <xsd:element name="kierunek" type="tns:kierunekType"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Uwaga w tym miejscu wystarczy jak obiekt
                                kierunke będzie miał ustawioną tylko własność id (nie jest
                                potrzebne przesyłanie pełnego
                                obiektu kierunekType pobranego z
                                metody getKierunki)
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="opakowanie"
                                 type="tns:opakowanieType" maxOccurs="unbounded" minOccurs="0"/>
                    <xsd:element name="czynnoscUpustowa"
                                 maxOccurs="unbounded" minOccurs="0"
                                 type="tns:czynnoscUpustowaType"/>
                </xsd:sequence>
                <xsd:attribute name="pakietGuid" type="tns:guidType"/>
                <xsd:attribute name="miejsceOdbioru"
                               type="tns:miejsceOdbioruType" default="URZAD_NADANIA"
                />
                <xsd:attribute name="sposobNadania"
                               type="tns:sposobNadaniaType"/>
            </xsd:complexType>
            <xsd:complexType name="opakowanieType">
                <xsd:attribute name="opakowanieGuid"
                               type="tns:guidType"/>
                <xsd:attribute name="typ" type="tns:typOpakowanieType"/>
                <xsd:attribute name="sygnatura" type="xsd:string"/>
                <xsd:attribute name="ilosc" type="xsd:int"/>
                <xsd:attribute name="numerOpakowaniaZbiorczego"
                               type="xsd:string"/>
            </xsd:complexType>
            <xsd:simpleType name="typOpakowaniaType">
                <xsd:restriction base="xsd:string"/>
            </xsd:simpleType>
            <xsd:element name="getPlacowkiPocztowe">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idWojewodztwo"
                                     type="tns:idWojewodztwoType"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getPlacowkiPocztoweResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="placowka"
                                     type="tns:placowkaPocztowaType" maxOccurs="unbounded"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getGuid">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="ilosc" type="xsd:int"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getGuidResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="guid" type="tns:guidType"
                                     maxOccurs="100"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="kierunekType">
                <xsd:sequence>
                    <xsd:element name="kodPocztowy"
                                 type="tns:kodPocztowyType" maxOccurs="unbounded" minOccurs="0"/>
                </xsd:sequence>
                <xsd:attribute name="id" type="xsd:int" use="required"/>
                <xsd:attribute name="opis" type="xsd:string"/>
                <xsd:attribute name="pna" type="tns:kodPocztowyType"/>
            </xsd:complexType>
            <xsd:element name="getKierunki">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="plan" type="xsd:string"/>
                        <xsd:element name="prefixKodPocztowy">
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:string">
                                    <xsd:length value="2"/>
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getKierunkiResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="kierunek" type="tns:kierunekType"
                                     maxOccurs="1000" minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:simpleType name="czynnoscUpustowaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="POSORTOWANA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="miejsceOdbioruType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="NADAWCA"/>
                    <xsd:enumeration value="URZAD_NADANIA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="sposobNadaniaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="WERYFIKACJA_WEZEL_DOCELOWY"/>
                    <xsd:enumeration value="WERYFIKACJA_WEZEL_NADAWCZY"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getKierunkiInfo">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="plan" type="xsd:string"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getKierunkiInfoResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="lastUpdate" type="xsd:date"
                        />
                        <xsd:element name="usluga" type="tns:uslugiType"
                                     maxOccurs="unbounded"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:simpleType name="kwotaTranzakcjiType">
                <xsd:restriction base="xsd:int">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="9999999"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="uslugiType">
                <xsd:attribute name="id" type="xsd:string"/>
                <xsd:attribute name="opis" type="xsd:string"/>
            </xsd:complexType>
            <xsd:simpleType name="idWojewodztwoType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="02"/>
                    <xsd:enumeration value="04"/>
                    <xsd:enumeration value="06"/>
                    <xsd:enumeration value="08"/>
                    <xsd:enumeration value="10"/>
                    <xsd:enumeration value="12"/>
                    <xsd:enumeration value="14"/>
                    <xsd:enumeration value="16"/>
                    <xsd:enumeration value="18"/>
                    <xsd:enumeration value="20"/>
                    <xsd:enumeration value="22"/>
                    <xsd:enumeration value="24"/>
                    <xsd:enumeration value="26"/>
                    <xsd:enumeration value="28"/>
                    <xsd:enumeration value="30"/>
                    <xsd:enumeration value="32"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="deliveryPathType">
                <xsd:attribute name="endNode" type="xsd:string"/>
                <xsd:attribute name="targetingNode" type="xsd:string"/>
                <xsd:attribute name="assistantNode" type="xsd:string"/>
                <xsd:attribute name="reloadingPoint" type="xsd:string"/>
                <xsd:attribute name="postOffice" type="xsd:string"/>
                <xsd:attribute name="deliveryRegion" type="xsd:string"/>
            </xsd:complexType>
            <xsd:complexType name="placowkaPocztowaType">
                <xsd:sequence>
                    <xsd:element name="lokalizacjaGeograficzna"
                                 type="tns:lokalizacjaGeograficznaType" minOccurs="0"/>

                    <xsd:element name="godzinyPracy"
                                 type="tns:godzinyPracyType" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="opis" type="xsd:string"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="deliveryPath"
                                 type="tns:deliveryPathType" minOccurs="0"/>
                    <xsd:element name="typ"
                                 type="tns:typPlacowkiPocztowejEnum" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="rodzajPlatnosci"
                                 type="tns:rodzajPlatnosciEnum" maxOccurs="unbounded" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="funkcja"
                                 type="tns:funkcjaPlacowkiPocztowejType" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="maksymalnaKwotaPobrania" type="xsd:int"
                                 minOccurs="0"/>
                </xsd:sequence>
                <xsd:attribute name="id" type="xsd:int" use="required"/>
                <xsd:attribute name="prefixNazwy" type="xsd:string"/>
                <xsd:attribute name="nazwa" type="xsd:string">
                    <xsd:annotation>
                        <xsd:documentation/>
                    </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute name="wojewodztwo" type="xsd:string"
                />
                <xsd:attribute name="powiat" type="xsd:string"
                />
                <xsd:attribute name="miejsce" type="xsd:string"/>
                <xsd:attribute name="kodPocztowy">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:length value="5"/>
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:attribute>
                <xsd:attribute name="miejscowosc">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:minLength value="0"/>
                            <xsd:maxLength value="30"/>
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:attribute>
                <xsd:attribute name="ulica" type="xsd:string"/>
                <xsd:attribute name="numerDomu" type="xsd:string"/>
                <xsd:attribute name="numerLokalu" type="xsd:string"/>
                <xsd:attribute name="nazwaWydruk" type="xsd:string">
                    <xsd:annotation>
                        <xsd:documentation>Pole dedykowane do wykorzystania na nalepkach
                            adresowych przy określaniu punktu odbioru
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute name="punktWydaniaEPrzesylki"
                               type="xsd:boolean"/>
                <xsd:attribute name="powiadomienieSMS"
                               type="xsd:boolean"/>
                <xsd:attribute
                        name="punktWydaniaPrzesylkiBiznesowejPlus" type="xsd:boolean"/>
                <xsd:attribute name="punktWydaniaPrzesylkiBiznesowej"
                               type="xsd:boolean"/>
                <xsd:attribute name="siecPlacowek"
                               type="tns:siecPlacowekEnum"/>
                <xsd:attribute name="idZPO" type="xsd:string"/>
            </xsd:complexType>
            <xsd:complexType name="godzinyPracyType">
                <xsd:sequence>
                    <xsd:element name="poniedzialek"
                                 type="tns:godzinyPracyOdDoType" maxOccurs="unbounded"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="wtorek"
                                 type="tns:godzinyPracyOdDoType" maxOccurs="unbounded"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="sroda"
                                 type="tns:godzinyPracyOdDoType" maxOccurs="unbounded"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="czwartek"
                                 type="tns:godzinyPracyOdDoType" maxOccurs="unbounded"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="piatek"
                                 type="tns:godzinyPracyOdDoType" maxOccurs="unbounded"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="sobota"
                                 type="tns:godzinyPracyOdDoType" maxOccurs="unbounded"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="niedziela"
                                 type="tns:godzinyPracyOdDoType" maxOccurs="unbounded"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="robocze"
                                 type="tns:godzinyPracyOdDoType" maxOccurs="unbounded"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="swieta"
                                 type="tns:godzinyPracyOdDoType" maxOccurs="unbounded"
                                 minOccurs="0">
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType name="godzinyPracyOdDoType">
                <xsd:sequence>
                    <xsd:element name="od" type="xsd:time"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="do" type="xsd:time"
                                 minOccurs="0">
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType
                    name="punktWydaniaPrzesylkiBiznesowejPlus"/>
            <xsd:simpleType name="statusType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="NIEPOTWIERDZONA"/>
                    <xsd:enumeration value="POTWIERDZONA"/>
                    <xsd:enumeration value="NOWA"/>
                    <xsd:enumeration value="BRAK"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="terminRodzajPlusType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="PORANEK"/>
                    <xsd:enumeration value="POLUDNIE"/>
                    <xsd:enumeration value="STANDARD"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="typOpakowanieType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="KL1"/>
                    <xsd:enumeration value="KL2"/>
                    <xsd:enumeration value="KL3"/>
                    <xsd:enumeration value="S21"/>
                    <xsd:enumeration value="S22"/>
                    <xsd:enumeration value="S23"/>
                    <xsd:enumeration value="P31"/>
                    <xsd:enumeration value="P32"/>
                    <xsd:enumeration value="P33"/>
                    <xsd:enumeration value="SP41"/>
                    <xsd:enumeration value="SP42"/>
                    <xsd:enumeration value="WKL51"/>
                    <xsd:enumeration value="K1"/>
                    <xsd:enumeration value="K2"/>
                    <xsd:enumeration value="K3"/>
                    <xsd:enumeration value="P"/>
                    <xsd:enumeration value="W"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getEnvelopeBufor">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idBufor" type="xsd:int"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEnvelopeBuforResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="przesylka" type="tns:przesylkaType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="clearEnvelopeByGuids">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="guid" type="tns:guidType"
                                     maxOccurs="unbounded"/>
                        <xsd:element name="idBufor" type="xsd:int"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="clearEnvelopeByGuidsResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="zwrotDokumentowType">
                <xsd:choice>
                    <xsd:element name="rodzajPocztex"
                                 type="tns:terminRodzajType" minOccurs="0"/>
                    <xsd:element name="rodzajList"
                                 type="tns:rodzajListType" minOccurs="0"/>
                </xsd:choice>
                <xsd:attribute name="odleglosc" type="xsd:int"/>
            </xsd:complexType>
            <xsd:complexType name="odbiorPrzesylkiOdNadawcyType">
                <xsd:attribute name="wSobote" type="xsd:boolean"/>
                <xsd:attribute name="wNiedzieleLubSwieto"
                               type="xsd:boolean"/>
                <xsd:attribute name="wGodzinachOd20Do7"
                               type="xsd:boolean"/>
            </xsd:complexType>
            <xsd:complexType name="potwierdzenieDoreczeniaType">
                <xsd:attribute name="sposob"
                               type="tns:sposobDoreczeniaPotwierdzeniaType"/>
                <xsd:attribute name="kontakt" type="xsd:string"/>
            </xsd:complexType>
            <xsd:complexType name="rodzajListType">
                <xsd:attribute name="polecony" type="xsd:boolean"/>
                <xsd:attribute name="kategoria"
                               type="tns:kategoriaType"/>
            </xsd:complexType>
            <xsd:complexType name="potwierdzenieOdbioruType">
                <xsd:attribute name="ilosc"
                               type="tns:iloscPotwierdzenOdbioruType"/>
                <xsd:attribute name="sposob"
                               type="tns:sposobPrzekazaniaPotwierdzeniaOdbioruType"/>
            </xsd:complexType>
            <xsd:simpleType
                    name="sposobPrzekazaniaPotwierdzeniaOdbioruType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_5KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_10KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_15KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_POWYZEJ_15KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_10KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_15KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_20KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_30KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_40KM"/>
                    <xsd:enumeration value="EKSPRES24"/>
                    <xsd:enumeration value="LIST_ZWYKLY"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="doreczenieType">
                <xsd:attribute name="oczekiwanyTerminDoreczenia"
                               type="xsd:date"/>
                <xsd:attribute name="oczekiwanaGodzinaDoreczenia"
                               type="tns:oczekiwanaGodzinaDoreczeniaType"/>
                <xsd:attribute name="wSobote" type="xsd:boolean"/>
                <xsd:attribute name="w90Minut" type="xsd:boolean"/>
                <xsd:attribute name="wNiedzieleLubSwieto"
                               type="xsd:boolean"/>
                <xsd:attribute name="doRakWlasnych" type="xsd:boolean"/>
                <xsd:attribute name="wGodzinachOd20Do7"
                               type="xsd:boolean"/>
            </xsd:complexType>
            <xsd:complexType name="doreczenieUslugaPocztowaType">
                <xsd:attribute name="oczekiwanyTerminDoreczenia"
                               type="xsd:date"/>
                <xsd:attribute name="oczekiwanaGodzinaDoreczenia"
                               type="tns:oczekiwanaGodzinaDoreczeniaUslugiType"/>
                <xsd:attribute name="wSobote" type="xsd:boolean"/>
                <xsd:attribute name="doRakWlasnych" type="xsd:boolean"/>
            </xsd:complexType>
            <xsd:complexType name="doreczenieUslugaKurierskaType">
                <xsd:attribute name="oczekiwanyTerminDoreczenia"
                               type="xsd:date"/>
                <xsd:attribute name="oczekiwanaGodzinaDoreczenia"
                               type="tns:oczekiwanaGodzinaDoreczeniaUslugiType"/>
                <xsd:attribute name="wSobote" type="xsd:boolean"/>
                <xsd:attribute name="w90Minut" type="xsd:boolean"/>
                <xsd:attribute name="wNiedzieleLubSwieto"
                               type="xsd:boolean"/>
                <xsd:attribute name="doRakWlasnych" type="xsd:boolean"/>
                <xsd:attribute name="wGodzinachOd20Do7"
                               type="xsd:boolean"/>
                <xsd:attribute name="po17" type="xsd:boolean"/>
            </xsd:complexType>
            <!-- <xsd:complexType name="powiadomienieType"> <xsd:attribute name="sposob"
				type="tns:sposobDoreczeniaPotwierdzeniaType"></xsd:attribute> <xsd:attribute
				name="kontakt" type="tns:eKontaktType"></xsd:attribute> </xsd:complexType> -->
            <xsd:simpleType name="oczekiwanaGodzinaDoreczeniaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="DO 08:00"/>
                    <xsd:enumeration value="DO 09:00"/>
                    <xsd:enumeration value="DO 12:00"/>
                    <xsd:enumeration value="NA 13:00"/>
                    <xsd:enumeration value="NA 14:00"/>
                    <xsd:enumeration value="NA 15:00"/>
                    <xsd:enumeration value="NA 16:00"/>
                    <xsd:enumeration value="NA 17:00"/>
                    <xsd:enumeration value="NA 18:00"/>
                    <xsd:enumeration value="NA 19:00"/>
                    <xsd:enumeration value="NA 20:00"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType
                    name="oczekiwanaGodzinaDoreczeniaUslugiType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="DO 08:00"/>
                    <xsd:enumeration value="DO 09:00"/>
                    <xsd:enumeration value="DO 12:00"/>
                    <xsd:enumeration value="NA 13:00"/>
                    <xsd:enumeration value="NA 14:00"/>
                    <xsd:enumeration value="NA 15:00"/>
                    <xsd:enumeration value="NA 16:00"/>
                    <xsd:enumeration value="NA 17:00"/>
                    <xsd:enumeration value="NA 18:00"/>
                    <xsd:enumeration value="NA 19:00"/>
                    <xsd:enumeration value="NA 20:00"/>
                    <xsd:enumeration value="PO 17:00"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="paczkaZagranicznaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="zwrot" type="tns:zwrotType"
                                         minOccurs="0"/>
                            <xsd:element name="deklaracjaCelna"
                                         type="tns:deklaracjaCelnaType" minOccurs="0"/>
                            <xsd:element name="deklaracjaCelna2"
                                         type="tns:deklaracjaCelna2Type" minOccurs="0"/>
                            <xsd:element name="sposobNadaniaInterconnect"
                                         type="tns:sposobNadaniaInterconnectType"
                                         minOccurs="0"/>
                            <xsd:element name="sposobDoreczenia"
                                         type="tns:sposobDoreczeniaType" minOccurs="0"/>
                        </xsd:sequence>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="wartosc" type="tns:wartoscType"/>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType"/>
                        <xsd:attribute name="iloscPotwierdzenOdbioru"
                                       type="tns:iloscPotwierdzenOdbioruType"/>
                        <xsd:attribute name="utrudnionaManipulacja"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="ekspres" type="xsd:boolean"/>
                        <xsd:attribute name="numerReferencyjnyCelny"
                                       type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>atrybut przestarzały (deprecated), należy
                                    używać typu
                                    deklaracjaCelna2Type i elementu
                                    numerReferencyjnyCelny
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="paczkaZagranicznaPremiumType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="zwrot" type="tns:zwrotType"
                                         minOccurs="0"/>
                            <xsd:element name="posteRestante" type="xsd:boolean"
                                         minOccurs="0"/>
                            <xsd:element name="masa" type="tns:masaType"
                                         minOccurs="0"/>
                            <xsd:element name="deklaracjaCelna2"
                                         type="tns:deklaracjaCelna2Type" minOccurs="0"/>
                            <xsd:element name="sposobNadaniaInterconnect"
                                         type="tns:sposobNadaniaInterconnectType"
                                         minOccurs="0"/>
                            <xsd:element name="potwierdzenieDoreczenia"
                                         type="tns:potwierdzenieDoreczeniaType"
                                         minOccurs="0"/>
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType" minOccurs="0"/>
                            <xsd:element name="numerPrzesylkiKlienta"
                                         type="tns:numerPrzesylkiKlientaType" minOccurs="0"/>
                            <xsd:element name="sposobDoreczenia"
                                         type="tns:sposobDoreczeniaType" minOccurs="0"/>
                        </xsd:sequence>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:element name="setEnvelopeBuforDataNadania">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="dataNadania" type="xsd:date"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="setEnvelopeBuforDataNadaniaResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="lokalizacjaGeograficznaType">
                <xsd:sequence>
                    <xsd:element name="dlugosc"
                                 type="tns:wspolrzednaGeograficznaType"/>
                    <xsd:element name="szerokosc"
                                 type="tns:wspolrzednaGeograficznaType"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType name="wspolrzednaGeograficznaType">
                <xsd:attribute name="dec" type="xsd:float"/>
                <xsd:attribute name="stopien" type="xsd:int"/>
                <xsd:attribute name="minuta" type="xsd:int"/>
                <xsd:attribute name="sekunda" type="xsd:float"/>
            </xsd:complexType>
            <xsd:complexType name="zwrotType">
                <xsd:attribute name="zwrotPoLiczbieDni" type="xsd:int"/>
                <xsd:attribute name="traktowacJakPorzucona"
                               type="xsd:boolean"/>
                <xsd:attribute name="sposobZwrotu"
                               type="tns:sposobZwrotuType"/>
            </xsd:complexType>
            <xsd:simpleType name="sposobZwrotuType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="LADOWO_MORSKA"/>
                    <xsd:enumeration value="LOTNICZA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="listZwyklyType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaNieRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="idLibraryForLegalDeposit"
                                         type="tns:IdLibraryForLegalDepositType"
                                         minOccurs="0">
                                <xsd:annotation>
                                    <xsd:documentation>Identifier library for legal deposit from
                                        list downloaded using the getLibrariesForLegalDeposits method
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType"/>
                        <xsd:attribute name="gabaryt" type="tns:gabarytType"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="egzemplarzBiblioteczny"
                                       type="xsd:boolean" default="false"/>
                        <xsd:attribute name="dlaOciemnialych"
                                       type="xsd:boolean" default="false"/>
                        <xsd:attribute name="obszarMiasto"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="miejscowa" type="xsd:boolean"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="listZwyklyFirmowyType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaNieRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="adres" type="tns:adresType"
                                         minOccurs="0"/>
                        </xsd:sequence>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="miejscowa" type="xsd:boolean"
                                       default="false"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="obszarMiasto"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType"/>
                        <xsd:attribute name="gabaryt" type="tns:gabarytType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="reklamowaType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaNieRejestrowanaType">
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="gabaryt" type="tns:gabarytType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:element name="getEPOStatus">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="guid" type="tns:guidType"
                                     maxOccurs="500"/>
                        <xsd:element name="endedOnly" type="xsd:boolean"
                        />
                        <xsd:element name="idEnvelope" type="xsd:int"
                        />
                    </xsd:sequence>
                    <xsd:attribute name="withBioepo" type="xsd:boolean">
                        <xsd:annotation>
                            <xsd:documentation>Element służy do przekazania żądania
                                uzupełnienia statusu EPO dla wskazanych przesyłek o dane
                                dotyczące podpisu odbiorcy przesyłki. W
                                zalezności od urządzenia
                                wykorzystanego do utrwalenia podpisu, w odpowiedzi na wywołanie
                                metody może zostać zwrócony sam obraz podpisu lub obraz podpisu
                                uzupełniony o jego dane biometryczne.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEPOStatusResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="epo" type="tns:przesylkaEPOType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:simpleType name="statusEPOEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="NIEZNANY"/>
                    <xsd:enumeration value="NADANIE"/>
                    <xsd:enumeration value="W_TRANSPORCIE"/>
                    <xsd:enumeration value="CLO"/>
                    <xsd:enumeration value="SMS"/>
                    <xsd:enumeration value="W_DORECZENIU"/>
                    <xsd:enumeration value="AWIZO"/>
                    <xsd:enumeration value="PONOWNE_AWIZO"/>
                    <xsd:enumeration value="ZWROT"/>
                    <xsd:enumeration value="DORECZONA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="EPOType" abstract="true"/>
            <xsd:complexType name="EPOSimpleType">
                <xsd:complexContent>
                    <xsd:extension base="tns:EPOType"/>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="EPOExtendedType">
                <xsd:annotation>
                    <xsd:documentation>atrybut zasadySpecjalne zostanie usunięty z
                        EPOExtendedType do końca 2016 roku
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:complexContent>
                    <xsd:extension base="tns:EPOType">
                        <xsd:attribute name="zasadySpecjalne"
                                       type="tns:zasadySpecjalneEnum"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:simpleType name="zasadySpecjalneEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="ADMINISTRACYJNA"/>
                    <xsd:enumeration value="PODATKOWA"/>
                    <xsd:enumeration value="SADOWA_CYWILNA"/>
                    <xsd:enumeration value="SADOWA_KARNA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="przesylkaEPOType">
                <xsd:sequence>
                    <xsd:element name="EPOInfo" type="tns:EPOInfoType"
                                 minOccurs="0"/>
                    <xsd:element name="biometricSignatureContent"
                                 type="xsd:base64Binary" minOccurs="0"/>
                    <xsd:element name="version" type="tns:EpoVersionType"
                                 minOccurs="0"/>
                </xsd:sequence>
                <xsd:attribute name="guid" type="tns:guidType"/>
                <xsd:attribute name="numerNadania"
                               type="tns:numerNadaniaType"/>
                <xsd:attribute name="statusEPO"
                               type="tns:statusEPOEnum"/>
            </xsd:complexType>
            <xsd:complexType name="przesylkaFirmowaPoleconaType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="epo" type="tns:EPOType"
                                         minOccurs="0"/>
                        </xsd:sequence>
                        <xsd:attribute name="zasadySpecjalne"
                                       type="tns:zasadySpecjalneEnum"/>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="iloscPotwierdzenOdbioru"
                                       type="tns:iloscPotwierdzenOdbioruType"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="miejscowa"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="obszarMiasto"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string">
                        </xsd:attribute>
                        <xsd:attribute name="gabaryt"
                                       type="tns:gabarytType" use="required"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType
                    name="przesylkaNierejestrowanaZNumeremType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="miejscowa" type="xsd:boolean"
                                       default="false"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="obszarMiasto"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType"/>
                        <xsd:attribute name="gabaryt" type="tns:gabarytType"/>
                        <xsd:attribute name="serwis"
                                       type="tns:serwisNierejestrowanaZNumeremType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="EPOInfoType">
                <xsd:sequence>
                    <xsd:element name="awizoPrzesylki"
                                 type="tns:awizoPrzesylkiType" minOccurs="0"/>
                    <xsd:element name="doreczeniePrzesylki"
                                 type="tns:doreczeniePrzesylkiType" minOccurs="0"/>
                    <xsd:element name="zwrotPrzesylki"
                                 type="tns:zwrotPrzesylkiType" minOccurs="0"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType name="awizoPrzesylkiType">
                <xsd:attribute name="dataPierwszegoAwizowania"
                               type="xsd:date"/>
                <xsd:attribute name="dataDrugiegoAwizowania"
                               type="xsd:date"/>
                <xsd:attribute name="miejscePozostawienia"
                               type="tns:miejscaPozostawieniaAwizoEnum"/>
                <xsd:attribute name="idPlacowkaPocztowaWydajaca"
                               type="xsd:int"/>
            </xsd:complexType>
            <xsd:complexType name="doreczeniePrzesylkiType">
                <xsd:attribute name="data" type="xsd:dateTime"/>
                <xsd:attribute name="osobaOdbierajaca"
                               type="xsd:string"/>
                <xsd:attribute name="podmiotDoreczenia"
                               type="tns:podmiotDoreczeniaEnum"/>
                <xsd:attribute name="dataPelnomocnictwa"
                               type="xsd:date"/>
                <xsd:attribute name="numerPelnomocnictwa"
                               type="xsd:string"/>
                <xsd:attribute name="pieczecFirmowa"
                               type="xsd:boolean"/>
                <xsd:attribute
                        name="miejscePozostawieniaZawiadomieniaODoreczeniu"
                        type="tns:miejscePozostawieniaZawiadomieniaODoreczeniuEnum"/>
            </xsd:complexType>
            <xsd:complexType name="zwrotPrzesylkiType">
                <xsd:attribute name="przyczyna"
                               type="tns:przyczynaZwrotuEnum"/>
                <xsd:attribute name="data" type="xsd:dateTime"/>
                <xsd:attribute name="przyczynaZwrotuDodatkowa"
                               type="tns:przyczynaZwrotuDodatkowaType">
                    <xsd:annotation>
                        <xsd:documentation>Dodatkowy opisowy powód zwrotu przesyłki
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
            </xsd:complexType>
            <xsd:simpleType name="miejscaPozostawieniaAwizoEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="SKRZYNKA_ODDAWCZA"/>
                    <xsd:enumeration value="DRZWI_MIESZKANIA"/>
                    <xsd:enumeration value="DRZWI_INNEGO_POMIESZCZENIA"/>
                    <xsd:enumeration value="PRZY_WEJSCIU_NA_POSESJE"/>
                    <xsd:enumeration value="SKRYTKA_POCZTOWA"/>
                    <xsd:enumeration value="INNE_WIDOCZNE_MIEJSCE"/>
                    <xsd:enumeration value="DRZWI_BIURA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="podmiotDoreczeniaEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="ADRESAT"/>
                    <xsd:enumeration value="PELNOLETNI_DOMOWNIK"/>
                    <xsd:enumeration value="SASIAD"/>
                    <xsd:enumeration value="DOZORCA_DOMU"/>
                    <xsd:enumeration value="SOLTYS"/>
                    <xsd:enumeration value="ADMINISTRACJA_DOMU"/>
                    <xsd:enumeration value="UPOWAZNIONY_PRACOWNIK"/>
                    <xsd:enumeration value="PELNOMOCNIK_POCZTOWY"/>
                    <xsd:enumeration value="PRZEDSTAWICIEL_USTAWOWY"/>
                    <xsd:enumeration value="PELNOMOCNIK_ADRESATA"/>
                    <xsd:enumeration
                            value="OSOBA_UPRAWNIONA_DO_REPREZENTACJI"/>
                    <xsd:enumeration value="SKRZYNKA_ODDAWCZA"/>
                    <xsd:enumeration value="ADRESAT_KTORY_NIE_MOGL"/>
                    <xsd:enumeration
                            value="OSOBA_UPRAWNIONA_DO_ODBIORU"/>
                    <xsd:enumeration value="DOROSLY_DOMOWNIK"/>
                    <xsd:enumeration
                            value="OSOBA_UPOWAZNIONA_DO_ODB_KORESP"/>
                    <xsd:enumeration
                            value="KIEROWNIK_JEDNOSTKI_LUB_UPOWAZNIONY"/>
                    <xsd:enumeration value="PRZEDSTAWICIEL_ADRESATA"/>
                    <xsd:enumeration
                            value="OSOBA_UPOWAZNIONA_DO_REPREZENT_ADRESATA"/>
                    <xsd:enumeration
                            value="OSOBA_UPOWAZNIONA_PRZEZ_PRACODAWCE"/>
                    <xsd:enumeration value="PRZELOZONY_ABW"/>
                    <xsd:enumeration value="PRZELOZONY_AW"/>
                    <xsd:enumeration value="PRZELOZONY_CBA"/>
                    <xsd:enumeration value="PRZELOZONY_POLICJI"/>
                    <xsd:enumeration value="PRZELOZONY_SC"/>
                    <xsd:enumeration value="PRZELOZONY_SG"/>
                    <xsd:enumeration value="PRZELOZONY_SKW"/>
                    <xsd:enumeration value="PRZELOZONY_SW"/>
                    <xsd:enumeration value="PRZELOZONY_SWW"/>
                    <xsd:enumeration value="PRZELOZONY_ZOLNIERZA"/>
                    <xsd:enumeration value="SKRYTKA_POCZTOWA"/>
                    <xsd:enumeration value="PROKURENT"/>
                    <xsd:enumeration value="ZARZADCA_DOMU"/>
                    <xsd:enumeration
                            value="OSOBA_UPOWAZNIONA_PRZEZ_KIER_WIEZIENIA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="przyczynaZwrotuEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="ODMOWA"/>
                    <xsd:enumeration value="ADRESAT_ZMARL"/>
                    <xsd:enumeration value="ADRESAT_NIEZNANY"/>
                    <xsd:enumeration value="ADRESAT_WYPROWADZIL_SIE"/>
                    <xsd:enumeration value="ADRESAT_NIE_PODJAL"/>
                    <xsd:enumeration value="INNA"/>
                    <xsd:enumeration value="ADRES_NIEPELNY"/>
                    <xsd:enumeration value="ADRES_BLEDNY"/>
                    <xsd:enumeration value="ADRES_NIEZGODNY"/>
                    <xsd:enumeration value="ADRES_NIEZNALEZIONY"/>
                    <xsd:enumeration value="ADRESAT_NIE_ZASTANO"/>
                    <xsd:enumeration value="ADRESAT_NIE_ZGLASZA_SIE"/>
                    <xsd:enumeration value="ADRESAT_NIEOBECNY"/>
                    <xsd:enumeration value="ADRESAT_NIEODNALEZIONY"/>
                    <xsd:enumeration value="ADRESAT_STRAJKUJE"/>
                    <xsd:enumeration value="DO_NADAWCY_NA_POZNIEJ"/>
                    <xsd:enumeration value="MYLNE_SKIEROWANIE"/>
                    <xsd:enumeration value="NADAWCA_ODMOWIL"/>
                    <xsd:enumeration value="NIE_PODJETO"/>
                    <xsd:enumeration value="NIEZGODNE_WYMAGANIA"/>
                    <xsd:enumeration value="ODMOWA_USZKODZENIA"/>
                    <xsd:enumeration value="POBRANIE_NIEZGODNE"/>
                    <xsd:enumeration value="USZKODZONA"/>
                    <xsd:enumeration value="ZAMKNIETA_SIEDZIBA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType
                    name="miejscePozostawieniaZawiadomieniaODoreczeniuEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="SKRZYNKA_ADRESATA"/>
                    <xsd:enumeration value="DRZWI_MIESZKANIA"/>
                    <xsd:enumeration value="INNE_WIDOCZNE_MIEJSCE"/>
                    <xsd:enumeration value="SKRYTKA_POCZTOWA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getAddresLabelCompact">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idEnvelope" type="xsd:int"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getAddresLabelCompactResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="pdfContent" type="xsd:base64Binary"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getAddresLabelByGuidCompact">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="guid" type="tns:guidType"
                                     maxOccurs="unbounded"/>
                        <xsd:element name="idBufor" type="xsd:int"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getAddresLabelByGuidCompactResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="pdfContent" type="xsd:base64Binary"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="ubezpieczenieType">
                <xsd:attribute name="rodzaj"
                               type="tns:rodzajUbezpieczeniaType" use="required"/>
                <xsd:attribute name="kwota"
                               type="tns:kwotaUbezpieczeniaType" use="required"/>
                <xsd:attribute name="akceptacjaOWU" type="xsd:boolean"
                />
            </xsd:complexType>
            <xsd:simpleType name="rodzajUbezpieczeniaType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="10"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="kwotaUbezpieczeniaType">
                <xsd:restriction base="xsd:decimal"/>
            </xsd:simpleType>
            <xsd:simpleType name="emailType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="6"/>
                    <xsd:maxLength value="50"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="mobileType">
                <xsd:restriction base="xsd:string">
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="EMSType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType" minOccurs="0"/>
                            <xsd:element name="deklaracjaCelna"
                                         type="tns:deklaracjaCelnaType" minOccurs="0">
                                <xsd:annotation>
                                    <xsd:documentation>
                                        Deklaracja celna - "deprecated"
                                        - zalecane
                                        jest ustawianie
                                        elementu deklaracjaCelna2
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>
                            <xsd:element name="potwierdzenieDoreczenia"
                                         type="tns:potwierdzenieDoreczeniaType"
                                         minOccurs="0"/>
                            <xsd:element name="deklaracjaCelna2"
                                         type="tns:deklaracjaCelna2Type" minOccurs="0"/>
                            <xsd:element name="sposobNadaniaInterconnect"
                                         type="tns:sposobNadaniaInterconnectType"
                                         minOccurs="0"/>
                            <xsd:element name="sposobDoreczenia"
                                         type="tns:sposobDoreczeniaType" minOccurs="0"/>
                        </xsd:sequence>
                        <xsd:attribute name="typOpakowania"
                                       type="tns:EMSTypOpakowaniaType"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="zalaczoneDokumenty"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:simpleType name="EMSTypOpakowaniaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="ZWYKLY"/>
                    <xsd:enumeration value="DOKUMENT_PACK"/>
                    <xsd:enumeration value="KILO_PACK"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getEnvelopeBuforList">
                <xsd:complexType/>
            </xsd:element>
            <xsd:element name="getEnvelopeBuforListResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="bufor" type="tns:buforType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="buforType">
                <xsd:sequence>
                    <xsd:element name="profil" type="tns:profilType"
                                 minOccurs="0"/>
                    <xsd:element name="idKarta" type="xsd:int"
                                 minOccurs="0"/>
                </xsd:sequence>
                <xsd:attribute name="idBufor" type="xsd:int"/>
                <xsd:attribute name="dataNadania" type="xsd:date"/>
                <xsd:attribute name="urzadNadania"
                               type="tns:urzadNadaniaType"/>
                <xsd:attribute name="active" type="xsd:boolean"/>
                <xsd:attribute name="opis" type="xsd:string"/>
                <xsd:attribute
                        name="aktualizujPlanowanaDateNadaniaPrzesylek" type="xsd:boolean"
                >
                    <xsd:annotation>
                        <xsd:documentation>W przypadku ustawienia TRUE zostaną
                            zmodyfikowane planowane daty nadania dla przesyłek znajdujących
                            się w aktualizowanym buforze.
                            Dla przesyłek dla których wcześniej
                            pobrano etykietę adresową
                            zostaną wygenerowane nowe przesyłki z
                            identycznymi parametrami
                            jednak z NOWYM numerem nadania i GUID.
                            Przesyłki pierwotne (tzn. te dla których pobrano wcześniej
                            etykiety
                            adresowe) nie będą już dostępne.

                            W przypadku ustawienia
                            FALSE lub nie przekazania tego atrybutu,
                            planowane daty nadania
                            przesyłek nie będą modyfikowane.
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
            </xsd:complexType>
            <xsd:element name="createEnvelopeBufor">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="bufor" type="tns:buforType"
                                     maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="createEnvelopeBuforResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="createdBufor" type="tns:buforType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="moveShipments">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idBuforFrom" type="xsd:int"
                        />
                        <xsd:element name="idBuforTo" type="xsd:int"
                        />
                        <xsd:element name="guid" type="tns:guidType"
                                     maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="moveShipmentsResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="notMovedGuid" type="tns:guidType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateEnvelopeBufor">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="bufor" type="tns:buforType"
                                     maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateEnvelopeBuforResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getUbezpieczeniaInfo">
                <xsd:complexType/>
            </xsd:element>
            <xsd:element name="getUbezpieczeniaInfoResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="poziomyUbezpieczenia"
                                     type="tns:ubezpieczeniaInfoType" maxOccurs="unbounded"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="ubezpieczeniaInfoType">
                <xsd:attribute name="typPrzesylki" type="xsd:string"/>
                <xsd:attribute name="kwota"
                               type="tns:kwotaUbezpieczeniaType"/>
            </xsd:complexType>
            <xsd:element name="isMiejscowa">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="trasaRequest"
                                     type="tns:trasaRequestType" maxOccurs="500"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="isMiejscowaResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="trasaResponse"
                                     type="tns:trasaResponseType" maxOccurs="500"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="trasaRequestType">
                <xsd:sequence>
                    <xsd:element name="fromUrzadNadania"
                                 type="tns:urzadNadaniaType"/>
                    <xsd:element name="toKodPocztowy"
                                 type="tns:kodPocztowyType"/>
                    <xsd:element name="guid" type="tns:guidType"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType name="trasaResponseType">
                <xsd:sequence>
                    <xsd:element name="isMiejscowa" type="xsd:boolean"/>
                    <xsd:element name="guid" type="tns:guidType"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType name="deklaracjaCelnaType">
                <xsd:sequence>
                    <xsd:element name="szczegoly"
                                 type="tns:szczegolyDeklaracjiCelnejType" maxOccurs="5"
                    />
                </xsd:sequence>
                <xsd:attribute name="podarunek" type="xsd:boolean"/>
                <xsd:attribute name="dokument" type="xsd:boolean"/>
                <xsd:attribute name="probkaHandlowa"
                               type="xsd:boolean"/>
                <xsd:attribute name="zwrotTowaru" type="xsd:boolean"/>
                <xsd:attribute name="towary" type="xsd:boolean"/>
                <xsd:attribute name="inny" type="xsd:boolean"/>
                <xsd:attribute name="wyjasnienie" type="xsd:string"/>
                <xsd:attribute name="oplatyPocztowe" type="xsd:string"/>
                <xsd:attribute name="uwagi" type="xsd:string"/>
                <xsd:attribute name="licencja" type="xsd:string"/>
                <xsd:attribute name="swiadectwo" type="xsd:string"/>
                <xsd:attribute name="faktura" type="xsd:string"/>
                <xsd:attribute name="numerReferencyjnyImportera"
                               type="xsd:string"/>
                <xsd:attribute name="numerTelefonuImportera"
                               type="xsd:string"/>
                <xsd:attribute name="waluta" type="xsd:string"/>
            </xsd:complexType>
            <xsd:complexType name="szczegolyDeklaracjiCelnejType">
                <xsd:attribute name="zawartosc" type="xsd:string"/>
                <xsd:attribute name="ilosc" type="xsd:float"/>
                <xsd:attribute name="masa" type="xsd:int"/>
                <xsd:attribute name="wartosc" type="xsd:int"/>
                <xsd:attribute name="numerTaryfowy" type="xsd:string"/>
                <xsd:attribute name="krajPochodzenia"
                               type="xsd:string"/>
            </xsd:complexType>
            <xsd:complexType name="przesylkaPaletowaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="miejsceOdbioru"
                                         type="tns:adresType" minOccurs="0"/>
                            <xsd:element name="miejsceDoreczenia"
                                         type="tns:adresType" minOccurs="0"/>
                            <xsd:element name="paleta" type="tns:paletaType"
                            />
                            <xsd:element name="platnik" type="tns:platnikType"
                                         minOccurs="0"/>
                            <xsd:element name="pobranie" type="tns:pobranieType"
                                         minOccurs="0"/>
                            <xsd:element name="subPaleta"
                                         type="tns:subPrzesylkaPaletowaType" maxOccurs="32" minOccurs="0"/>
                            <xsd:element name="daneSent" type="tns:daneSentType"
                                         maxOccurs="10" minOccurs="0"/>
                            <xsd:element name="awizacja" type="tns:awizacjaType"
                                         minOccurs="0"/>
                        </xsd:sequence>
                        <xsd:attribute name="zawartosc" type="xsd:string"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="dataZaladunku" type="xsd:date"/>
                        <xsd:attribute name="dataDostawy" type="xsd:date"/>
                        <xsd:attribute name="wartosc" type="tns:wartoscType"/>
                        <xsd:attribute name="iloscZwracanychPaletEUR"
                                       type="xsd:int"/>
                        <xsd:attribute name="zalaczonaFV" type="xsd:string"/>
                        <xsd:attribute name="zalaczonyWZ" type="xsd:string"/>
                        <xsd:attribute name="zalaczoneInne"
                                       type="xsd:string"/>
                        <xsd:attribute name="zwracanaFV" type="xsd:string"/>
                        <xsd:attribute name="zwracanyWZ" type="xsd:string"/>
                        <xsd:attribute name="zwracaneInne" type="xsd:string"/>
                        <xsd:attribute name="powiadomienieNadawcy"
                                       type="xsd:string"/>
                        <xsd:attribute name="powiadomienieOdbiorcy"
                                       type="tns:eSposobPowiadomieniaType"/>
                        <xsd:attribute name="dostawaWSobote"
                                       type="xsd:boolean"/>
                        <xsd:attribute
                                name="przygotowanieDokumentowPrzewozowych" type="xsd:boolean"/>
                        <xsd:attribute name="dostawaSamochodemDedykowanym"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="zmianaDanychAdresowych"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="ustalenieTerminuDostawy"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="samochodZWinda"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="zabranieOpakowania"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="wniesienie" type="xsd:boolean"/>
                        <xsd:attribute name="awizoSMS" type="xsd:boolean"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:simpleType name="rodzajPaletyType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="EUR"/>
                    <xsd:enumeration value="POLPALETA"/>
                    <xsd:enumeration value="INNA"/>
                    <xsd:enumeration value="PRZEMYSLOWA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="paletaType">
                <xsd:attribute name="rodzajPalety"
                               type="tns:rodzajPaletyType"/>
                <xsd:attribute name="szerokosc" type="xsd:int"/>
                <xsd:attribute name="dlugosc" type="xsd:string"/>
                <xsd:attribute name="wysokosc" type="xsd:string"/>
            </xsd:complexType>
            <xsd:complexType name="platnikType">
                <xsd:choice>
                    <xsd:element name="uiszczaOplate"
                                 type="tns:uiszczaOplateType"/>
                    <xsd:element name="adresPlatnika" type="tns:adresType"/>
                </xsd:choice>
            </xsd:complexType>
            <xsd:complexType name="subPrzesylkaPaletowaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaType">
                        <xsd:sequence>
                            <xsd:element name="paleta" type="tns:paletaType"
                            />
                        </xsd:sequence>
                        <xsd:attribute name="zawartosc" type="xsd:string"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:element name="getBlankietPobraniaByGuids">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="guid" type="tns:guidType"
                                     maxOccurs="unbounded"/>
                        <xsd:element name="idBufor" type="xsd:int"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getBlankietPobraniaByGuidsResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="content"
                                     type="tns:addressLabelContent" maxOccurs="unbounded"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateAccount">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="account" type="tns:accountType"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateAccountResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="accountType">
                <xsd:sequence>
                    <xsd:element name="karta" type="tns:kartaType"
                                 maxOccurs="unbounded" minOccurs="0"/>
                    <xsd:element name="permision"
                                 type="tns:permisionType" maxOccurs="unbounded" minOccurs="0"/>
                    <xsd:element name="profil" type="tns:profilType"
                                 maxOccurs="unbounded"/>
                    <xsd:element name="jednostka"
                                 type="tns:jednostkaOrganizacyjnaType" maxOccurs="unbounded"
                                 minOccurs="0"/>
                    <xsd:element name="domyslnaJednostka"
                                 type="tns:jednostkaOrganizacyjnaType" minOccurs="0"/>
                    <xsd:element name="domyslnyProfil"
                                 type="tns:profilType" minOccurs="0"/>
                    <xsd:element name="dostepPoAdresieIP"
                                 type="xsd:string" maxOccurs="unbounded" minOccurs="0"/>
                    <xsd:element name="idDomyslnyProfilDokZwrKlient"
                                 type="xsd:int" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="idDomyslnyProfilDokZwrUzytk"
                                 type="xsd:int" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="rodzajPrzypisania" type="tns:rodzajPrzypisaniaDoJednostkiEnum" maxOccurs="2"
                                 minOccurs="0"/>
                </xsd:sequence>
                <xsd:attribute name="userName" type="xsd:string"/>
                <xsd:attribute name="firstName" type="xsd:string"/>
                <xsd:attribute name="lastName" type="xsd:string"/>
                <xsd:attribute name="email" type="xsd:string"/>
                <xsd:attribute name="status"
                               type="tns:statusAccountType"/>
            </xsd:complexType>
            <xsd:simpleType name="permisionType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="MANAGE_USERS"/>
                    <xsd:enumeration value="TRANSMIT"/>
                    <xsd:enumeration value="MANAGE_PROFILES"/>
                    <xsd:enumeration value="MANAGE_ORGANIZATION_UNIT"/>
                    <xsd:enumeration value="MANAGE_TEMPLATES"/>
                    <xsd:enumeration value="EDIT_PARCELS"/>
                    <xsd:enumeration value="EDIT_PARCELS_FROM_TEMPLATES"/>
                    <xsd:enumeration value="MANAGE_ADDRESS_BOOK"/>
                    <xsd:enumeration value="SAVE_SELF_SETTINGS"/>
                    <xsd:enumeration value="MANAGE_DICTIONARIES"/>
                    <xsd:enumeration value="MANAGE_RETURN_DOCUMENTS_ADDRESSES"/>
                    <xsd:enumeration value="VIEW_INVOICE"/>
                    <xsd:enumeration value="VIEW_RODO_DATA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getAccountList">
                <xsd:complexType/>
            </xsd:element>
            <xsd:element name="getAccountListResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="account" type="tns:accountType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="profilType">
                <xsd:complexContent>
                    <xsd:extension base="tns:adresType">
                        <xsd:attribute name="idProfil" type="xsd:int"/>
                        <xsd:attribute name="nazwaSkrocona"
                                       type="xsd:string"/>
                        <xsd:attribute name="fax" type="xsd:string"/>
                        <xsd:attribute name="mpk" type="xsd:string"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:element name="getProfilList">
                <xsd:complexType/>
            </xsd:element>
            <xsd:element name="getProfilListResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="profil" type="tns:profilType"
                                     maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateProfil">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="profil" type="tns:profilType"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateProfilResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:simpleType name="statusAccountType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="WYLACZONY"/>
                    <xsd:enumeration value="ZABLOKOWANY"/>
                    <xsd:enumeration value="ODBLOKOWANY"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="uslugaPaczkowaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="pobranie"
                                         type="tns:pobranieType" minOccurs="0"/>
                            <xsd:element name="potwierdzenieDoreczenia"
                                         type="tns:potwierdzenieDoreczeniaType"
                                         minOccurs="0"/>
                            <xsd:choice>
                                <xsd:element
                                        name="urzadWydaniaEPrzesylki"
                                        type="tns:urzadWydaniaEPrzesylkiType"
                                        minOccurs="0"/>
                                <xsd:element name="subPrzesylka"
                                             type="tns:subUslugaPaczkowaType" maxOccurs="unbounded"
                                />
                            </xsd:choice>
                            <xsd:element name="potwierdzenieOdbioru"
                                         type="tns:potwierdzenieOdbioruPaczkowaType"
                                         minOccurs="0"/>
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType" minOccurs="0"/>
                            <xsd:element name="zwrotDokumentow"
                                         type="tns:zwrotDokumentowPaczkowaType"
                                         minOccurs="0"/>
                            <xsd:element name="idDokumentyZwrotneAdresy"
                                         type="xsd:int" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="doreczenie"
                                         type="tns:doreczenieUslugaPocztowaType"
                                         minOccurs="0"/>
                            <xsd:element name="epo" type="tns:EPOType"
                                         minOccurs="0"/>
                            <xsd:element name="adresDlaZwrotu"
                                         type="tns:adresType" minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="zasadySpecjalne"
                                       type="tns:zasadySpecjalneEnum"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="wartosc" type="tns:wartoscType"/>
                        <xsd:attribute name="ponadgabaryt"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="zawartosc" type="xsd:string"/>
                        <xsd:attribute
                                name="sprawdzenieZawartosciPrzesylkiPrzezOdbiorce"
                                type="xsd:boolean"/>
                        <xsd:attribute name="ostroznie" type="xsd:boolean"/>
                        <xsd:attribute name="uiszczaOplate"
                                       type="tns:uiszczaOplateType"/>
                        <xsd:attribute name="termin"
                                       type="tns:terminPaczkowaType"/>
                        <xsd:attribute name="opakowanie"
                                       type="tns:opakowaniePocztowaType"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string"/>
                        <xsd:attribute name="numerTransakcjiOdbioru"
                                       type="tns:numerTransakcjiOdbioruType"/>
                        <xsd:attribute name="gabaryt" type="tns:gabarytType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="subUslugaPaczkowaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaType">
                        <xsd:sequence>
                            <xsd:element name="pobranie" type="tns:pobranieType"/>
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType"/>
                        </xsd:sequence>
                        <xsd:attribute name="numerNadania"
                                       type="tns:numerNadaniaType"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="wartosc" type="tns:wartoscType"/>
                        <xsd:attribute name="ostroznie" type="xsd:boolean"/>
                        <xsd:attribute name="opakowanie"
                                       type="tns:opakowaniePocztowaType"/>
                        <xsd:attribute name="ponadgabaryt"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string"/>
                        <xsd:attribute name="gabaryt" type="tns:gabarytType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:simpleType name="terminPaczkowaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="PACZKA_24"/>
                    <xsd:enumeration value="PACZKA_48"/>
                    <xsd:enumeration value="PACZKA_EKSTRA_24"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="opakowaniePocztowaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="PACZKA_DO_POL_KILO"/>
                    <xsd:enumeration value="FIRMOWA_DO_1KG"/>
                    <xsd:enumeration value="GABARYT_G1"/>
                    <xsd:enumeration value="GABARYT_G2"/>
                    <xsd:enumeration value="GABARYT_G3"/>
                    <xsd:enumeration value="GABARYT_G4"/>
                    <xsd:enumeration value="GABARYT_G5"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="uslugaKurierskaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="pobranie"
                                         type="tns:pobranieType" minOccurs="0"/>
                            <xsd:element name="odbiorPrzesylkiOdNadawcy"
                                         type="tns:odbiorPrzesylkiOdNadawcyType"
                                         minOccurs="0"/>
                            <xsd:element name="potwierdzenieDoreczenia"
                                         type="tns:potwierdzenieDoreczeniaType"
                                         minOccurs="0"/>
                            <xsd:choice>
                                <xsd:element
                                        name="urzadWydaniaEPrzesylki"
                                        type="tns:urzadWydaniaEPrzesylkiType"
                                        minOccurs="0"/>
                                <xsd:element name="subPrzesylka"
                                             type="tns:subUslugaKurierskaType" maxOccurs="unbounded"
                                />
                            </xsd:choice>
                            <xsd:element name="potwierdzenieOdbioru"
                                         type="tns:potwierdzenieOdbioruKurierskaType"
                                         minOccurs="0"/>
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType" minOccurs="0"/>
                            <xsd:element name="zwrotDokumentow"
                                         type="tns:zwrotDokumentowKurierskaType"
                                         minOccurs="0"/>
                            <xsd:element name="idDokumentyZwrotneAdresy"
                                         type="xsd:int" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="doreczenie"
                                         type="tns:doreczenieUslugaKurierskaType"
                                         minOccurs="0"/>
                            <xsd:element name="epo" type="tns:EPOType"
                                         minOccurs="0"/>
                            <xsd:element name="adresDlaZwrotu"
                                         type="tns:adresType" minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="zasadySpecjalne"
                                       type="tns:zasadySpecjalneEnum"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="wartosc" type="tns:wartoscType"/>
                        <xsd:attribute name="ponadgabaryt"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="odleglosc" type="xsd:int"/>
                        <xsd:attribute name="zawartosc" type="xsd:string"/>
                        <xsd:attribute
                                name="sprawdzenieZawartosciPrzesylkiPrzezOdbiorce"
                                type="xsd:boolean"/>
                        <xsd:attribute name="ostroznie" type="xsd:boolean"/>
                        <xsd:attribute name="uiszczaOplate"
                                       type="tns:uiszczaOplateType"/>
                        <xsd:attribute name="termin"
                                       type="tns:terminKurierskaType"/>
                        <xsd:attribute name="opakowanie"
                                       type="tns:opakowanieKurierskaType"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string"/>
                        <xsd:attribute name="numerTransakcjiOdbioru"
                                       type="tns:numerTransakcjiOdbioruType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="subUslugaKurierskaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaType">
                        <xsd:sequence>
                            <xsd:element name="pobranie" type="tns:pobranieType"/>
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType"/>
                        </xsd:sequence>
                        <xsd:attribute name="numerNadania"
                                       type="tns:numerNadaniaType"/>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="wartosc" type="tns:wartoscType"/>
                        <xsd:attribute name="ostroznie" type="xsd:boolean"/>
                        <xsd:attribute name="opakowanie"
                                       type="tns:opakowanieKurierskaType"/>
                        <xsd:attribute name="ponadgabaryt"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:element name="createAccount">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="account" type="tns:accountType"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="createAccountResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="createProfil">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="profil" type="tns:profilType"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="createProfilResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:simpleType name="terminKurierskaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_5KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_10KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_15KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_POWYZEJ_15KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_10KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_15KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_20KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_30KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_4H_DO_40KM"/>
                    <xsd:enumeration value="KRAJOWY"/>
                    <xsd:enumeration value="BEZPOSREDNI_DO_20KG"/>
                    <xsd:enumeration
                            value="BEZPOSREDNI_OD_20KG_DO_30KG"/>
                    <xsd:enumeration
                            value="BEZPOSREDNI_OD_30KG_DO_100KG"/>
                    <xsd:enumeration value="EKSPRES24"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType
                    name="serwisNierejestrowanaZNumeremType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="NIEREJESTROWANA"/>
                    <xsd:enumeration value="HANDLOWA"/>
                    <xsd:enumeration value="LIST_BIZNESOWY"/>
                    <xsd:enumeration value="MARKETINGOWA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="opakowanieKurierskaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="FIRMOWA_DO_1KG"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="zwrotDokumentowPaczkowaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="EKSPRES24"/>
                    <xsd:enumeration value="PACZKA_EKSTRA_24"/>
                    <xsd:enumeration value="PACZKA_24"/>
                    <xsd:enumeration value="PACZKA_48"/>
                    <xsd:enumeration value="LIST_ZWYKLY_PRIORYTETOWY"/>
                    <xsd:enumeration value="LIST_ZWYKLY_EKONOMICZNY"/>
                    <xsd:enumeration value="LIST_POLECONY_PRIORYTETOWY"/>
                    <xsd:enumeration value="LIST_POLECONY_EKONOMICZNY"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType
                    name="potwierdzenieOdbioruPaczkowaType">
                <xsd:attribute name="ilosc"
                               type="tns:iloscPotwierdzenOdbioruType"/>
                <xsd:attribute name="sposob"
                               type="tns:sposobPrzekazaniaPotwierdzeniaOdbioruPocztowaType"/>
            </xsd:complexType>
            <xsd:simpleType
                    name="sposobPrzekazaniaPotwierdzeniaOdbioruPocztowaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="EKSPRES24"/>
                    <xsd:enumeration value="PACZKA_EKSTRA_24"/>
                    <xsd:enumeration value="PACZKA_24"/>
                    <xsd:enumeration value="PACZKA_48"/>
                    <xsd:enumeration value="LIST_ZWYKLY_PRIORYTETOWY"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="zwrotDokumentowKurierskaType">
                <xsd:choice>
                    <xsd:element name="rodzajPocztex"
                                 type="tns:terminZwrotDokumentowKurierskaType"
                                 minOccurs="0"/>
                    <xsd:element name="rodzajList"
                                 type="tns:rodzajListType" minOccurs="0"/>
                </xsd:choice>
            </xsd:complexType>
            <xsd:simpleType
                    name="terminZwrotDokumentowKurierskaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_5KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_10KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_15KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_POWYZEJ_15KM"/>
                    <xsd:enumeration value="BEZPOSREDNI_DO_20KG"/>
                    <xsd:enumeration value="EKSPRES24"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType
                    name="potwierdzenieOdbioruKurierskaType">
                <xsd:attribute name="ilosc"
                               type="tns:iloscPotwierdzenOdbioruType"/>
                <xsd:attribute name="sposob"
                               type="tns:sposobPrzekazaniaPotwierdzeniaOdbioruKurierskaType"/>
            </xsd:complexType>
            <xsd:simpleType
                    name="sposobPrzekazaniaPotwierdzeniaOdbioruKurierskaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_5KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_10KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_DO_15KM"/>
                    <xsd:enumeration value="MIEJSKI_DO_3H_POWYZEJ_15KM"/>
                    <xsd:enumeration value="BEZPOSREDNI_DO_20KG"/>
                    <xsd:enumeration value="EKSPRES24"/>
                    <xsd:enumeration value="LIST_ZWYKLY_PRIORYTETOWY"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="addReklamacje">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="reklamowanaPrzesylka"
                                     type="tns:reklamowanaPrzesylkaType" maxOccurs="500"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="addReklamacjeResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                        <xsd:element name="reklamacjaInfo"
                                     type="tns:reklamacjaInfoType" maxOccurs="500" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getReklamacje">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="dataRozpatrzenia"
                                     type="xsd:date" minOccurs="0"/>
                        <xsd:element name="guidPrzesylki"
                                     type="tns:guidType" minOccurs="0">
                        </xsd:element>
                        <xsd:element name="dataZlozenia"
                                     type="tns:dataZlozeniaType" minOccurs="0">
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getReklamacjeResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="reklamacja"
                                     type="tns:reklamacjaRozpatrzonaType" maxOccurs="unbounded"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getZapowiedziFaktur">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="data" type="xsd:date"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getZapowiedziFakturResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="zapowiedzFakturyZipFile"
                                     type="xsd:base64Binary" maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="addOdwolanieDoReklamacji">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="reklamacja"
                                     type="tns:reklamowanaPrzesylkaType" maxOccurs="500"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="addOdwolanieDoReklamacjiResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                        <xsd:element name="reklamacjaInfo"
                                     type="tns:reklamacjaInfoType" maxOccurs="500" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="addRozbieznoscDoZapowiedziFaktur">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="rozbieznosciZipFile"
                                     type="xsd:base64Binary" maxOccurs="10"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element
                    name="addRozbieznoscDoZapowiedziFakturResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="reklamowanaPrzesylkaType">
                <xsd:sequence>
                    <xsd:element name="przesylka"
                                 type="tns:przesylkaType"/>
                    <xsd:element name="powodReklamacji"
                                 type="tns:powodReklamacjiType"/>
                    <xsd:element name="nrb" type="tns:nrbType"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="numerFaktury" type="tns:numerFakturyType"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="ezgoda" type="xsd:boolean" minOccurs="0"/>
                </xsd:sequence>
                <xsd:attribute name="dataNadania" type="xsd:date"
                               use="required"/>
                <xsd:attribute name="urzadNadania"
                               type="tns:urzadNadaniaType"/>
                <xsd:attribute name="powodReklamacjiOpis"
                               type="xsd:string"/>
                <xsd:attribute name="odszkodowanie" type="xsd:int"/>
                <xsd:attribute name="oplata" type="xsd:int"/>
                <xsd:attribute name="oczekiwaneOdszkodowanie"
                               type="xsd:int"/>
            </xsd:complexType>
            <xsd:complexType name="powodReklamacjiType">
                <xsd:sequence>
                    <xsd:element name="powodSzczegolowy"
                                 type="tns:powodSzczegolowyType" maxOccurs="unbounded"
                    />
                </xsd:sequence>
                <xsd:attribute name="idPowodGlowny" type="xsd:int"/>
                <xsd:attribute name="powodGlownyOpis"
                               type="xsd:string"/>
            </xsd:complexType>
            <xsd:complexType name="reklamacjaRozpatrzonaType">
                <xsd:attribute name="guid" type="tns:guidType"/>
                <xsd:attribute name="numerNadania"
                               type="tns:numerNadaniaType"/>
                <xsd:attribute name="rozstrzygniecie"
                               type="tns:rozstrzygniecieType"/>
                <xsd:attribute name="przyznaneOdszkodowanie"
                               type="xsd:int"/>
                <xsd:attribute name="uzasadnienie" type="xsd:string"/>
                <xsd:attribute name="dataRozpatrzenia" type="xsd:date"/>
                <xsd:attribute name="nazwaJednostkiRozpatrujacej"
                               type="xsd:string"/>
                <xsd:attribute name="osobaRozpatrujaca"
                               type="xsd:string"/>
                <xsd:attribute name="idReklamacja" type="xsd:string"/>
                <xsd:attribute name="numerReklamacji" type="xsd:string"/>
            </xsd:complexType>
            <xsd:simpleType name="rozstrzygniecieType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="UZASADNIONA"/>
                    <xsd:enumeration value="NIEUZASADNIONA"/>
                    <xsd:enumeration value="NIEWNIESIONA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getListaPowodowReklamacji">
                <xsd:complexType/>
            </xsd:element>
            <xsd:element name="getListaPowodowReklamacjiResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="kategoriePowodowReklamacji"
                                     type="tns:kategoriePowodowReklamacjiType" maxOccurs="unbounded"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="powodSzczegolowyType">
                <xsd:attribute name="idPowodSzczegolowy"
                               type="xsd:int"/>
                <xsd:attribute name="powodSzczegolowyOpis"
                               type="xsd:string"/>
            </xsd:complexType>
            <xsd:complexType
                    name="kategoriePowodowReklamacjiType">
                <xsd:sequence>
                    <xsd:element name="nazwa" type="xsd:string"
                    />
                    <xsd:element name="powodReklamacji"
                                 type="tns:powodReklamacjiType" maxOccurs="unbounded"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType name="listBiznesowyType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaNieRejestrowanaType">
                        <xsd:attribute name="masa" type="tns:masaType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:element name="zamowKuriera">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="miejsceOdbioru"
                                     type="tns:adresType"/>
                        <xsd:element name="nadawca" type="tns:adresType"
                                     minOccurs="0"/>
                        <xsd:element name="oczekiwanaDataOdbioru"
                                     type="xsd:string"/>
                        <xsd:element name="oczekiwanaGodzinaOdbioru"
                                     type="xsd:string"/>
                        <xsd:element name="szacowanaIloscPrzeslek"
                                     type="xsd:string"/>
                        <xsd:element name="szacowanaLacznaMasaPrzesylek"
                                     type="xsd:string"/>
                        <xsd:element name="potwierdzenieZamowieniaEmail"
                                     type="tns:emailType" minOccurs="0">
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="zamowKurieraResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEZDOList">
                <xsd:complexType/>
            </xsd:element>
            <xsd:element name="getEZDOListResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="EZDOPakiet"
                                     type="tns:EZDOPakietType" maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEZDO">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idEZDOPakiet" type="xsd:int"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getEZDOResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="adres" type="tns:adresType"
                        />
                        <xsd:element name="przesylka"
                                     type="tns:EZDOPrzesylkaType" maxOccurs="unbounded"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                    <xsd:attribute name="numerKD" type="xsd:string"/>
                    <xsd:attribute name="numerEZDO" type="xsd:string"/>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="EZDOPakietType">
                <xsd:attribute name="idEZDOPakiet" type="xsd:int"/>
                <xsd:attribute name="exported" type="xsd:date"/>
                <xsd:attribute name="idEZDOFile" type="xsd:string"/>
            </xsd:complexType>
            <xsd:complexType name="EZDOPrzesylkaType">
                <xsd:attribute name="numerNadania"
                               type="tns:numerNadaniaType"/>
                <xsd:attribute name="rodzaj" type="xsd:string"/>
                <xsd:attribute name="kategoria"
                               type="tns:kategoriaType"/>
                <xsd:attribute name="masa" type="tns:masaType"/>
                <xsd:attribute name="wartosc" type="tns:wartoscType"/>
                <xsd:attribute name="kwotaPobrania"
                               type="tns:kwotaPobraniaType"/>
                <xsd:attribute name="numerWewnetrznyPrzesylki"
                               type="xsd:string"/>
                <xsd:attribute name="zwrot" type="xsd:string"/>
            </xsd:complexType>
            <xsd:complexType name="wplataCKPType">
                <xsd:sequence>
                    <xsd:element name="tytulPobrania" type="xsd:string"/>
                </xsd:sequence>
                <xsd:attribute name="unikalnyIdentyfikatorWplaty"
                               type="xsd:string" use="required"/>
                <xsd:attribute name="numerNadania"
                               type="tns:numerNadaniaType" use="required"/>
                <xsd:attribute name="kwota" type="xsd:int"
                               use="required">
                    <xsd:annotation>
                        <xsd:documentation>Kwota w groszach</xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute name="dataPobrania" type="xsd:date"
                               use="required"/>
                <xsd:attribute name="dataPrzelewu" type="xsd:date"
                />
                <xsd:attribute name="idUmowy" type="xsd:int"
                               use="required"/>
                <xsd:attribute name="tytulPrzelewuZbiorczego"
                               type="xsd:string" use="required"/>
            </xsd:complexType>
            <xsd:element name="getWplatyCKP">
                <xsd:complexType>
                    <xsd:choice>
                        <xsd:element name="numerNadania"
                                     type="tns:numerNadaniaType"/>
                        <xsd:sequence>
                            <xsd:element name="startDate" type="xsd:date"
                            />
                            <xsd:element name="stopDate" type="xsd:date"
                                         minOccurs="0"/>
                        </xsd:sequence>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getWplatyCKPResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="wplaty" type="tns:wplataCKPType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="globalExpresType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType" minOccurs="0"/>
                            <xsd:element name="potwierdzenieDoreczenia"
                                         type="tns:potwierdzenieDoreczeniaType"
                                         minOccurs="0"/>
                            <xsd:element name="deklaracjaCelna2"
                                         type="tns:deklaracjaCelna2Type" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="sposobDoreczenia"
                                         type="tns:sposobDoreczeniaType" minOccurs="0">
                            </xsd:element>

                        </xsd:sequence>
                        <xsd:attribute name="masa" type="tns:masaType"/>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean"/>
                        <xsd:attribute name="zawartosc" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>Element określający zawartość przesyłki.
                                    Aktualnie dopuszczalne wartości:
                                    KORESPONDENCJA
                                    DOKUMENTY_PONIZEJ_250G
                                    DOKUMENTY_POWYZEJ_250G
                                    TOWARY
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType"/>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:element name="cancelReklamacja">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idRelkamacja" type="xsd:int"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="cancelReklamacjaResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="zalacznikDoReklamacjiType">
                <xsd:sequence>
                    <xsd:element name="fileContent" type="xsd:base64Binary"
                    />
                    <xsd:element name="fileName" type="xsd:string"
                    />
                    <xsd:element name="fileDesc" type="xsd:string"
                                 minOccurs="0"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:element name="addZalacznikDoReklamacji">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idReklamacja" type="xsd:string"
                        />
                        <xsd:element name="zalacznik"
                                     type="tns:zalacznikDoReklamacjiType" maxOccurs="5"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="addZalacznikDoReklamacjiResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="shopEZwrotyType">
                <xsd:sequence>
                    <xsd:element name="eZwrotPrzesylki"
                                 type="tns:eZwrotPrzesylkiType" maxOccurs="2"/>
                    <xsd:element name="eZwrotKarta"
                                 type="tns:eZwrotKartaType" minOccurs="0">
                    </xsd:element>
                </xsd:sequence>
                <xsd:attribute name="idShop" type="xsd:int"/>
                <xsd:attribute name="nazwa"
                               type="tns:nazwaEZwrotyType" use="required"/>
                <xsd:attribute name="nazwa2"
                               type="tns:nazwaEZwrotyType"/>
                <xsd:attribute name="przyjaznaNazwa"
                               type="tns:nazwaEZwrotyType" use="required"/>
                <xsd:attribute name="ulica" type="tns:ulicaType"
                               use="required"/>
                <xsd:attribute name="numerDomu"
                               type="tns:numerDomuType" use="required"/>
                <xsd:attribute name="numerLokalu"
                               type="tns:numerLokaluType"/>
                <xsd:attribute name="miejscowosc"
                               type="tns:miejscowoscType" use="required"/>
                <xsd:attribute name="kodPocztowy"
                               type="tns:kodPocztowyType" use="required"/>
                <xsd:attribute name="mobile" type="tns:mobileType"
                               use="required"/>
                <xsd:attribute name="email" type="tns:emailType"
                               use="required"/>
                <xsd:attribute name="nip" type="xsd:string"
                />
                <xsd:attribute name="regon" type="xsd:string"/>
                <xsd:attribute name="krs" type="xsd:string"/>
                <xsd:attribute name="eZwrotTyp"
                               type="tns:eZwrotTypZgodyType"/>
                <xsd:attribute
                        name="wymagalnoscNumeruIdentyfikujacegoPrzesylke"
                        type="tns:wymagalnoscNumeruIdentyfikujacegoPrzesylkeEnum"/>
                <xsd:attribute name="availableOnWebsite"
                               type="xsd:boolean">
                </xsd:attribute>
                <xsd:attribute name="emailForEZwrot"
                               type="tns:emailType">
                </xsd:attribute>
                <xsd:attribute name="paid" type="xsd:boolean"/>
                <xsd:attribute name="consentValidFor" type="xsd:int"/>
                <xsd:attribute name="contractorCost" type="xsd:int"/>
                <xsd:attribute name="infoForClient"
                               type="tns:infoForClientType"/>
            </xsd:complexType>
            <xsd:simpleType name="nazwaEZwrotyType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="60"/>
                    <xsd:whiteSpace value="collapse"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="statusZgodyEZwrotNameType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="NOWY"/>
                    <xsd:enumeration value="ZAAKCEPTOWANY"/>
                    <xsd:enumeration value="ODRZUCONY"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="eZwrotPrzesylkiType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="ZWROTPACZKA48"/>
                    <xsd:enumeration value="ZWROTKURIEREKSPRES24"/>
                    <xsd:enumeration value="ZWROTPOCZTEX2021"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getListaZgodEZwrotow">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="status"
                                     type="tns:statusZgodyEZwrotNameType" minOccurs="0"/>
                        <xsd:element name="idShop"
                                     type="xsd:int" minOccurs="0">
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getListaZgodEZwrotowResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="lista"
                                     type="tns:oczekujeNaZgodeEZwrotType" maxOccurs="unbounded"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="oczekujeNaZgodeEZwrotType">
                <xsd:sequence>
                    <xsd:element name="sklepEZwrot"
                                 type="tns:shopEZwrotyType" minOccurs="0"/>
                </xsd:sequence>
                <xsd:attribute name="idZgody" type="xsd:int"/>
                <xsd:attribute name="nazwaProduktu"
                               type="tns:nazwaProduktuEZwrotType"/>
                <xsd:attribute name="numerZamowienia"
                               type="tns:numerZamowieniaEZwrotType"/>
                <xsd:attribute name="numerNadania"
                               type="tns:numerNadaniaType"/>
                <xsd:attribute name="email" type="tns:emailType"/>
                <xsd:attribute name="dataNadania" type="xsd:date"/>
                <xsd:attribute name="guidZgodaEZwrot"
                               type="tns:guidType"/>
            </xsd:complexType>
            <xsd:simpleType name="nazwaProduktuEZwrotType">
                <xsd:restriction base="xsd:string">
                    <xsd:length value="60"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="numerZamowieniaEZwrotType">
                <xsd:restriction base="xsd:string">
                    <xsd:length value="150"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="setStatusZgodyNaEZwrot">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="statusZgody"
                                     type="tns:statusZgodyEZwrotType" maxOccurs="unbounded"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="setStatusZgodyNaEZwrotResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="statusZgodyEZwrotType">
                <xsd:sequence>
                    <xsd:element name="eZwrotPrzesylki"
                                 type="tns:eZwrotPrzesylkiType" maxOccurs="2"/>
                </xsd:sequence>
                <xsd:attribute name="guidZgodaEZwrot"
                               type="tns:guidType"/>
                <xsd:attribute name="status"
                               type="tns:statusZgodyEZwrotNameType"/>
                <xsd:attribute name="platnoscZaPrzesylke"
                               type="xsd:boolean">
                </xsd:attribute>
                <xsd:attribute name="kosztKontrahenta" type="xsd:int"
                >
                    <xsd:annotation>
                        <xsd:documentation>Kwota w groszach</xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute name="dataWygasnieciaZgody"
                               type="xsd:date"/>
            </xsd:complexType>
            <xsd:simpleType name="eZwrotTypZgodyType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="ZGODA_BRAK"/>
                    <xsd:enumeration value="ZGODA_AUTOMATYCZNA"/>
                    <xsd:enumeration value="ZGODA_INDYWIDUALNA"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="przesylkaEZwrotPocztexType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="idSklepEZwrot" type="xsd:int"
                                         minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="numerNadaniaZwrot"
                                       type="tns:numerNadaniaType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:complexType name="przesylkaEZwrotPaczkaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="idSklepEZwrot" type="xsd:int"
                                         minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="numerNadaniaZwrot"
                                       type="tns:numerNadaniaType"/>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:simpleType name="symbolIWDType">
                <xsd:restriction base="xsd:string">
                    <xsd:length value="3"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="nazwaWyswietlanaType">
                <xsd:restriction base="xsd:string">
                    <xsd:length value="100"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="nazwaProduktuType">
                <xsd:restriction base="xsd:string">
                    <xsd:length value="60"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="numerZamowieniaType">
                <xsd:restriction base="xsd:string">
                    <xsd:length value="150"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="wyslijLinkaOStatusieEZwrotu">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="guidZgodaEZwrot"
                                     type="tns:guidType" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="wyslijLinkaOStatusieEZwrotuResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="isObszarMiasto">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="adres"
                                     type="tns:obszarAdresowyType" maxOccurs="500"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="isObszarMiastoResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="obszarAdresowy"
                                     type="tns:obszarAdresowyResponseType" maxOccurs="unbounded"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="obszarAdresowyType">
                <xsd:attribute name="kodPocztowy"
                               type="tns:kodPocztowyType"/>
                <xsd:attribute name="miejscowosc"
                               type="tns:miejscowoscType"/>
                <xsd:attribute name="ulica" type="tns:ulicaType"/>
                <xsd:attribute name="numerDomu"
                               type="tns:numerDomuType"/>
                <xsd:attribute name="guid" type="tns:guidType"
                               use="required"/>
            </xsd:complexType>
            <xsd:complexType name="obszarAdresowyResponseType">
                <xsd:attribute name="isObszarMiasto"
                               type="xsd:boolean"/>
                <xsd:attribute name="guid" type="tns:guidType"/>
            </xsd:complexType>
            <xsd:complexType name="reklamacjaInfoType">
                <xsd:sequence>
                    <xsd:element name="idReklamacja" type="xsd:string"
                    />
                    <xsd:element name="guidPrzesylki" type="tns:guidType"
                    />
                </xsd:sequence>
            </xsd:complexType>
            <xsd:element name="setJednostkaOrganizacyjna">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="jednostkaOrganizacyjna"
                                     type="tns:jednostkaOrganizacyjnaType" maxOccurs="unbounded"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="setJednostkaOrganizacyjnaResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                        <xsd:element name="jednostkaOrganizacyjna"
                                     type="tns:jednostkaOrganizacyjnaType" maxOccurs="unbounded"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:complexType name="jednostkaOrganizacyjnaType">
                <xsd:sequence>
                    <xsd:element name="account" type="tns:accountType"
                                 maxOccurs="unbounded" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>
                                Wystarczy przesłać obiekt z ustawionym
                                id reszta pól może zostać pominięta (aby
                                zmniejszyć ilość danych do transmisji)
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="jednostkaNadrzedna"
                                 type="tns:jednostkaOrganizacyjnaType"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>
                                Wystarczy przesłać obiekt z ustawionym
                                id reszta pól może zostać pominięta (aby
                                zmniejszyć ilość danych do transmisji)
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="rodzajPrzypisania" type="tns:rodzajPrzypisaniaDoJednostkiEnum" maxOccurs="2"
                                 minOccurs="0"/>
                </xsd:sequence>
                <xsd:attribute name="id" type="xsd:int"/>
                <xsd:attribute name="nazwa">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:minLength value="1"/>
                            <xsd:maxLength value="255"/>
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:attribute>
                <xsd:attribute name="opis">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:minLength value="0"/>
                            <xsd:maxLength value="4000"/>
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:attribute>
                <xsd:attribute name="mpk" type="xsd:string"/>
            </xsd:complexType>
            <xsd:element name="getJednostkaOrganizacyjna">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="jednostka"
                                     type="tns:jednostkaOrganizacyjnaType" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getJednostkaOrganizacyjnaResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="jednostkaOrganizacyjna"
                                     type="tns:jednostkaOrganizacyjnaType" maxOccurs="unbounded"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:simpleType name="siecPlacowekEnum">
                <xsd:annotation>
                    <xsd:documentation>Określa do jakiej sieci należy placówka
                        pocztowa.
                        Zastrzegamy prawo do zmiany w/w listy placówek w każdym
                        momencie.
                        Na dzień 2019-09-13 dostępne wartości to:
                        POCZTAPOLSKA,
                        ORLEN, RUCH, ZABKA, FRESHMARKET,
                        AUTOMAT BIEDRONKA, AUTOMAT
                        CARREFOUR, AUTOMAT PLACOWKA, AUTOMAT POCZTOWY,
                        AUTOMAT SPOLEM,
                        AUTOMAT LEWIATAN
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:string">
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="numerTransakcjiOdbioruType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="50"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:complexType name="daneSentType">
                <xsd:sequence>
                    <xsd:element name="numer"
                                 type="xsd:string"/>
                    <xsd:element name="kluczPrzewoznika" type="xsd:string"
                    />
                    <xsd:choice>
                        <xsd:element name="kodCN" type="xsd:string"
                                     minOccurs="0"/>
                        <xsd:element name="kodPKWiU" type="xsd:string"
                                     minOccurs="0"/>
                    </xsd:choice>
                    <xsd:element name="masa" type="xsd:decimal"
                                 minOccurs="0"/>
                    <xsd:element name="proceduraAwaryjna"
                                 type="xsd:boolean" minOccurs="0"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType name="awizacjaType">
                <xsd:all>
                    <xsd:element name="od" type="xsd:time"
                    />
                    <xsd:element name="do" type="xsd:time"
                    />
                </xsd:all>
            </xsd:complexType>

            <xsd:simpleType name="formatType">
                <xsd:annotation>
                    <xsd:documentation>Określa format przesyłki.
                        Format S:
                        Maksymalne
                        wymiary koperty [mm]: 160 x 230 x 20.
                        Maksymalna waga [g]: 500

                        Format
                        M:
                        Maksymalne wymiary koperty [mm]: 230 x 325 x 20.
                        Maksymalna waga
                        [g]: 1000

                        Format L:
                        Maksymalna suma wymiarów koperty
                        [mm]: 900.
                        Maksymalna długość
                        najdłuższego boku [mm]: 600
                        Rulony
                        Maksymalna waga [g]: 2000
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="S"/>
                    <xsd:enumeration value="M"/>
                    <xsd:enumeration value="L"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType
                    name="przesylkaNierejestrowanaKrajowaType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaNieRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="idLibraryForLegalDeposit"
                                         type="tns:IdLibraryForLegalDepositType"
                                         minOccurs="0">
                                <xsd:annotation>
                                    <xsd:documentation>Identifier library for legal deposit from
                                        list downloaded using the getLibrariesForLegalDeposits method
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType">
                        </xsd:attribute>
                        <xsd:attribute name="format" type="tns:formatType">
                            <xsd:annotation>
                                <xsd:documentation>Format przesyłki</xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="masa" type="tns:masaType">
                        </xsd:attribute>
                        <xsd:attribute name="egzemplarzBiblioteczny"
                                       type="xsd:boolean">
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:complexType name="listWartosciowyKrajowyType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="idLibraryForLegalDeposit"
                                         type="tns:IdLibraryForLegalDepositType"
                                         minOccurs="0">
                                <xsd:annotation>
                                    <xsd:documentation>Identifier library for legal deposit from
                                        list downloaded using the getLibrariesForLegalDeposits method
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="posteRestante"
                                       type="xsd:boolean">
                        </xsd:attribute>
                        <xsd:attribute name="wartosc" type="tns:wartoscType">
                        </xsd:attribute>
                        <xsd:attribute name="iloscPotwierdzenOdbioru"
                                       type="tns:iloscPotwierdzenOdbioruType">
                        </xsd:attribute>
                        <xsd:attribute name="kategoria"
                                       type="tns:kategoriaType">
                        </xsd:attribute>
                        <xsd:attribute name="format" type="tns:formatType">
                            <xsd:annotation>
                                <xsd:documentation>Format przesyłki</xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="masa" type="tns:masaType">
                        </xsd:attribute>
                        <xsd:attribute name="numerWewnetrznyPrzesylki"
                                       type="xsd:string">
                        </xsd:attribute>
                        <xsd:attribute name="egzemplarzBiblioteczny"
                                       type="xsd:boolean">
                        </xsd:attribute>
                        <xsd:attribute name="dlaOciemnialych"
                                       type="xsd:boolean">
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:simpleType name="przyczynaZwrotuDodatkowaType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="255"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="relatedToAllegroType">
                <xsd:annotation>
                    <xsd:documentation>Opcjonalne informacje o powiązaniu przesyłki ze
                        sprzedażą w serwisie Allegro
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:attribute name="id"
                               type="tns:relatedToAllegroIdType">
                    <xsd:annotation>
                        <xsd:documentation>
                            Id transakcji (MS), deal (WebAPI) lub order
                            (RestAPI)
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute name="sellerId"
                               type="tns:relatedToAllegroSellerIdType">
                    <xsd:annotation>
                        <xsd:documentation>Identyfikator sprzedającego w serwisie Allegro.
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute name="channel"
                               type="tns:relatedToAllegroChannelType">
                    <xsd:annotation>
                        <xsd:documentation>
                            Źródło identyfikatora: MS - Menedżer
                            Sprzedaży
                            Allegro, WEB_API - WebAPI Allegro,
                            REST_API - RestAPI Allegro.
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute name="deliveryMethod"
                               type="tns:relatedToAllegroDeliveryMethodType">
                    <xsd:annotation>
                        <xsd:documentation>
                            Identyfikator rodzaju dostawy, gdzie dla
                            źródła: MS - nazwa rodzaju dostawy, WEB_API
                            - id postaci liczby,
                            REST_API - id postaci
                            guid
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
            </xsd:complexType>
            <xsd:simpleType name="relatedToAllegroIdType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="38"/>
                    <xsd:minLength value="1"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="relatedToAllegroSellerIdType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="22"/>
                    <xsd:minLength value="1"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="relatedToAllegroChannelType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="MS"/>
                    <xsd:enumeration value="WEB_API"/>
                    <xsd:enumeration value="REST_API"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType
                    name="relatedToAllegroDeliveryMethodType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="128"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getPrintForParcel">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="guid" type="tns:guidType"
                                     maxOccurs="500">
                            <xsd:annotation>
                                <xsd:documentation>parcels guids</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="type" type="tns:PrintType"
                        >
                            <xsd:annotation>
                                <xsd:documentation>printout type</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getPrintForParcelResponse">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="printResult"
                                     type="tns:PrintResultType" maxOccurs="unbounded" minOccurs="0">
                        </xsd:element>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>

            <xsd:complexType name="PrintType">
                <xsd:annotation>
                    <xsd:documentation/>
                </xsd:annotation>
                <xsd:sequence>
                    <xsd:element name="kind"
                                 type="tns:PrintKindEnum"/>
                    <xsd:element name="method" type="tns:PrintMethodEnum"
                    />
                    <xsd:element name="format" type="tns:PrintFormatEnum"
                                 minOccurs="0"/>
                    <xsd:element name="resolution"
                                 type="tns:PrintResolutionEnum" minOccurs="0"/>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:simpleType name="PrintMethodEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="EACH_PARCEL_SEPARATELY"/>
                    <xsd:enumeration value="ALL_PARCELS_IN_ONE_FILE"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="PrintKindEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="ADDRESS_LABEL"/>
                    <xsd:enumeration value="ADDRESS_LABEL_BY_GUID"/>
                    <xsd:enumeration value="CUSTOMS_DECLARATION"/>
                    <xsd:enumeration
                            value="ADDRESS_LABEL_FOR_RETURN_DOCUMENTS"/>
                    <xsd:enumeration value="CHECKLIST"/>
                    <xsd:enumeration value="COLLECT_ON_DELIVERY_FORM"/>
                    <xsd:enumeration value="WAYBILL"/>
                    <xsd:enumeration value="REPORT"/>
                    <xsd:enumeration value="ADDRESS_LABEL_FOR_ERETURN"/>
                    <xsd:enumeration
                            value="ADDRESS_LABEL_FOR_FOREGIN_RETURN"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="PrintFormatEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="PDF_FORMAT"/>
                    <xsd:enumeration value="ZPL_FORMAT"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="PrintResolutionEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="DPI_300"/>
                    <xsd:enumeration value="DPI_203"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="PrintResultType">
                <xsd:sequence>
                    <xsd:element name="guid" type="tns:guidType"
                                 minOccurs="0"/>
                    <xsd:element name="print" type="xsd:base64Binary"
                                 minOccurs="0"/>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:complexType name="deklaracjaCelna2Type">
                <xsd:sequence>
                    <xsd:element name="rodzaj"
                                 type="tns:DeklaracaCelnaRodzajEnum">
                    </xsd:element>

                    <xsd:element name="zawartoscPrzesylki"
                                 type="tns:ZawartoscPrzesylkiZagranicznejEnum"
                    >
                    </xsd:element>
                    <xsd:element name="dokumentyTowarzyszace"
                                 type="tns:DokumentyTowarzyszaceType" maxOccurs="5" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="wyjasnienie" type="xsd:string"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="oplatyPocztowe" type="xsd:string"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="uwagi" type="xsd:string"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="numerReferencyjnyImportera"
                                 type="xsd:string" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="numerTelefonuImportera"
                                 type="xsd:string" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="walutaKodISO" type="xsd:string"
                    >

                        <xsd:annotation>
                            <xsd:documentation>Kod ISO waluty w której wyrażone są wartości
                                pozycji podanych w elemencie szczegolyZawartosciPrzesylki
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>

                    <xsd:element name="szczegolyZawartosciPrzesylki"
                                 type="tns:SzczegolyZawartosciPrzesylkiZagranicznejType"
                                 maxOccurs="5">
                    </xsd:element>
                    <xsd:element name="numerReferencyjnyCelny"
                                 type="xsd:string" minOccurs="0"/>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:simpleType
                    name="ZawartoscPrzesylkiZagranicznejEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="SPRZEDAZ_TOWARU"/>
                    <xsd:enumeration value="ZWROT_TOWARU"/>
                    <xsd:enumeration value="PREZENT"/>
                    <xsd:enumeration value="PROBKA_HANDLOWA"/>
                    <xsd:enumeration value="DOKUMENT"/>
                    <xsd:enumeration value="INNE"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="DokumentyTowarzyszaceType">
                <xsd:sequence>
                    <xsd:element name="rodzaj"
                                 type="tns:DokumentTowarzyszacyRodzajEnum">

                    </xsd:element>
                    <xsd:element name="numer" type="xsd:string"/>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:simpleType name="DokumentTowarzyszacyRodzajEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="LICENCJA"/>
                    <xsd:enumeration value="CERTYFIKAT"/>
                    <xsd:enumeration value="FAKTURA"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="DeklaracaCelnaRodzajEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="CN22"/>
                    <xsd:enumeration value="CN23"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType
                    name="SzczegolyZawartosciPrzesylkiZagranicznejType">
                <xsd:sequence>
                    <xsd:element name="okreslenieZawartosci"
                                 type="xsd:string">
                    </xsd:element>
                    <xsd:element name="ilosc" type="xsd:int"
                    >
                    </xsd:element>
                    <xsd:element name="masaNetto" type="xsd:int"
                                 minOccurs="0"/>
                    <xsd:element name="wartosc" type="xsd:float"
                    >
                    </xsd:element>
                    <xsd:element name="numerTaryfyHs" type="xsd:string"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>
                                Numer taryfy Zharmonizowanego Systemu (HS)
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="krajPochodzeniaKodAlfa2"
                                 type="xsd:string" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Kod ISO (alfa-2) kraju pochodzenia opisywanej
                                zawartości
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>

                </xsd:sequence>
            </xsd:complexType>
            <xsd:simpleType name="EpoVersionType">
                <xsd:annotation>
                    <xsd:documentation>
                        10: First version (to September 2019)
                        20: Second
                        version (since October 2019)
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:int"/>
            </xsd:simpleType>
            <xsd:simpleType name="sposobNadaniaInterconnectType">
                <xsd:annotation>
                    <xsd:documentation>Umożliwia określenie sposobu nadania przesyłki w
                        ramach systemu Interconnect.
                        Obsługiwane wartości:
                        -
                        ODBIOR_Z_ADRESU_PRYWATNEGO
                        - ODBIOR_Z_ADRESU_FIRMOWEGO
                        -
                        NADANIE_W_PLACOWCE_POCZTOWEJ
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:string"/>
            </xsd:simpleType>

            <xsd:simpleType name="nrbType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="0"/>
                    <xsd:maxLength value="26"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="numerFakturyType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="0"/>
                    <xsd:maxLength value="100"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="dataZlozeniaType">
                <xsd:sequence>
                    <xsd:element name="od" type="xsd:date"
                    />
                    <xsd:element name="do" type="xsd:date"
                    />
                </xsd:sequence>
            </xsd:complexType>

            <xsd:complexType
                    name="potwierdzenieOdbioruBiznesowaType">
                <xsd:sequence>
                    <xsd:element name="ilosc"
                                 type="tns:iloscPotwierdzenOdbioruType" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="sposob"
                                 type="tns:sposobPrzekazaniaPotwierdzeniaBiznesowaType"
                    />
                </xsd:sequence>
            </xsd:complexType>


            <xsd:simpleType
                    name="sposobPrzekazaniaPotwierdzeniaBiznesowaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="LIST_ZWYKLY_PRIORYTETOWY"/>
                    <xsd:enumeration value="EKSPRES24"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="doreczenieBiznesowaType">
                <xsd:sequence>
                    <xsd:element name="doRakWlasnych" type="xsd:boolean"
                                 minOccurs="0">
                    </xsd:element>

                </xsd:sequence>
            </xsd:complexType>

            <xsd:complexType name="zwrotDokumentowBiznesowaType">
                <xsd:sequence>
                    <xsd:element name="rodzaj"
                                 type="tns:terminZwrotDokumentowBiznesowaType"
                    />
                    <xsd:element name="idDokumentyZwrotneAdresy"
                                 type="xsd:int" minOccurs="0">
                    </xsd:element>

                </xsd:sequence>
            </xsd:complexType>

            <xsd:simpleType
                    name="terminZwrotDokumentowBiznesowaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="LIST_ZWYKLY_PRIORYTETOWY"/>
                    <xsd:enumeration value="LIST_ZWYKLY_EKONOMICZNY"/>
                    <xsd:enumeration value="LIST_POLECONY_PRIORYTETOWY"/>
                    <xsd:enumeration value="LIST_POLECONY_EKONOMICZNY"/>
                    <xsd:enumeration value="EKSPRES24"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="sposobDoreczeniaType">
                <xsd:sequence>
                    <xsd:element name="kod"
                                 type="xsd:string">
                        <xsd:annotation>
                            <xsd:documentation>kod sposobu doręczenia (jeden z HOM, PCS, PCF,
                                SHP)
                            </xsd:documentation>
                        </xsd:annotation>

                    </xsd:element>
                    <xsd:element name="identyfikatorPunktuOdbioru"
                                 minOccurs="0" type="xsd:string">
                        <xsd:annotation>
                            <xsd:documentation>
                                Wartość alfanumeryczna o maksymalnej długości
                                35
                                znaków, nie wymagany dla kod=HOM
                            </xsd:documentation>
                        </xsd:annotation>

                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:complexType name="adresKorespondencyjny">
                <xsd:complexContent>
                    <xsd:extension base="tns:adresType">
                        <xsd:attribute name="id" type="xsd:int">
                            <xsd:annotation>
                                <xsd:documentation>Identyfikator adresu korespondencyjnego
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:complexType name="produktyInKartaType">
                <xsd:sequence>
                    <xsd:element name="produktInKarta" type="tns:produktInKartaType"
                                 maxOccurs="unbounded" minOccurs="0">
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:complexType name="produktInKartaType">
                <xsd:sequence>
                    <xsd:element name="symbolIWD" type="tns:symbolIWDType"/>
                    <xsd:element name="nazwaWyswietlana" type="tns:nazwaWyswietlanaType"/>
                    <xsd:element name="nazwaProduktu" type="tns:nazwaProduktuType"/>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:complexType name="eZwrotKartaType">
                <xsd:sequence>
                    <xsd:element name="idKarta" type="xsd:int"/>
                    <xsd:element name="idAdresKorespondencyjny"
                                 type="xsd:int"/>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:simpleType name="infoForClientType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="300"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType
                    name="wymagalnoscNumeruIdentyfikujacegoPrzesylkeEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="BRAK"/>
                    <xsd:enumeration value="WYMAGANY"/>
                    <xsd:enumeration value="NIEWYMAGANY"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getShopEZwrotyList">
                <xsd:complexType>
                    <xsd:sequence>

                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getShopEZwrotyListResponse">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="shops"
                                     type="tns:shopEZwrotyInfoType" maxOccurs="unbounded"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>

            <xsd:complexType name="shopEZwrotyInfoType">
                <xsd:attribute name="idShop" type="xsd:int"/>
                <xsd:attribute name="przyjaznaNazwa"
                               type="tns:nazwaEZwrotyType">
                </xsd:attribute>
                <xsd:attribute name="availableOnWebsite"
                               type="xsd:boolean"/>
                <xsd:attribute name="nip" type="xsd:string"/>
            </xsd:complexType>

            <xsd:complexType name="oplacaOdbiorcaType">
                <xsd:sequence>
                    <xsd:element name="typ" minOccurs="0"
                                 type="tns:typOplacaOdbiorcaEnum">
                        <xsd:annotation>
                            <xsd:documentation>Typ odbiorcy/adresata opłacającego przesyłkę.
                                Dopuszczalne wartości: ADRESAT_INDYWIDUALNY, ADRESAT_UMOWNY,
                                ODDZIAL.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>


                    <xsd:element name="karta"
                                 type="tns:oplacaOdbiorcaKartaType" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Wymagalny dla typ=ADRESAT_UMOWNY i
                                typ=ODDZIAL.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:simpleType name="typOplacaOdbiorcaEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="ADRESAT_INDYWIDUALNY"/>
                    <xsd:enumeration value="ADRESAT_UMOWNY"/>
                    <xsd:enumeration value="ODDZIAL"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="oplacaOdbiorcaKartaType">
                <xsd:sequence>
                    <xsd:element name="idKarta" type="xsd:int"
                    >
                        <xsd:annotation>
                            <xsd:documentation>Identyfikator karty odbiorcy opłacającego
                                przesyłkę.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="idAdresKorespondencyjny"
                                 type="xsd:int" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Identyfikator jednego z adresów
                                korespondencyjnych zdefiniowanych dla karty. Wymagalny dla
                                typ=ADRESAT_UMOWNY.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:element name="getLibrariesForLegalDeposits">
                <xsd:complexType>

                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getLibrariesForLegalDepositsResponse">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="libraryForLegalDeposit"
                                     type="tns:LibraryForLegalDepositType" maxOccurs="unbounded"
                                     minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>

            <xsd:complexType name="LibraryForLegalDepositType">
                <xsd:sequence>
                    <xsd:element name="idLibraryForLegalDeposit"
                                 type="tns:IdLibraryForLegalDepositType"
                    >
                        <xsd:annotation>
                            <xsd:documentation>Library ID to use for shipment data in the
                                &lt;idLibraryForLegalDeposit/&gt; element
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="libraryName"
                                 type="tns:FirstNameOrCompanyNameType"/>
                    <xsd:element name="street" type="tns:StreetType"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>For a P.O. Box, this item includes a string
                                &amp;quot;skr. poczt.&amp;quot; and box_number
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="houseNumber"
                                 type="tns:HouseNumberType" minOccurs="0"/>
                    <xsd:element name="apartmentNumber"
                                 type="tns:ApartamentNumberType" minOccurs="0"/>
                    <xsd:element name="zipCode" type="tns:ZipCodeType"
                                 minOccurs="0"/>
                    <xsd:element name="city" type="tns:CityType"
                                 minOccurs="0"/>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:simpleType name="IdLibraryForLegalDepositType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="4"/>
                    <xsd:maxLength value="4"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="CustomsDeclarationType">
                <xsd:sequence>
                    <xsd:element name="type"
                                 type="tns:CustomsDeclarationTypeEnum" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>CN type.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>

                    <xsd:element name="content"
                                 type="tns:CustomsDeclarationContentEnum"
                    >
                    </xsd:element>
                    <xsd:element name="accompanyingDocuments"
                                 type="tns:AccompanyingDocumentsType" maxOccurs="unbounded"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="explanation" type="xsd:string"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="postalCharges" type="xsd:string"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="comments" type="xsd:string"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="importerReferenceNumber"
                                 type="xsd:string" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="importerPhoneNumber"
                                 type="xsd:string" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="currencyCode" type="xsd:string"
                    >
                        <xsd:annotation>
                            <xsd:documentation>Code (ISO 4217) of the currency in which the
                                values of the items specified in the shipmentContentsDetails
                                element are expressed.
                                example: EUR
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>

                    <xsd:element name="shipmentContentsDetails"
                                 type="tns:ShipmentContentsDetailsType" maxOccurs="unbounded"
                    >
                    </xsd:element>
                    <xsd:element name="customsReferenceNumber "
                                 type="xsd:string" minOccurs="0"/>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:simpleType name="CustomsDeclarationTypeEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="CN22"/>
                    <xsd:enumeration value="CN23"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="CustomsDeclarationContentEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="GOODS_SALE"/>
                    <xsd:enumeration value="GOODS_RETURN"/>
                    <xsd:enumeration value="GIFT"/>
                    <xsd:enumeration value="COMMERCIAL_SAMPLE"/>
                    <xsd:enumeration value="DOCUMENT"/>
                    <xsd:enumeration value="OTHER"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="AccompanyingDocumentsType">
                <xsd:sequence>
                    <xsd:element name="type"
                                 type="tns:AccompanyingDocumentsEnum">

                    </xsd:element>
                    <xsd:element name="number" type="xsd:string"/>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:simpleType name="AccompanyingDocumentsEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="LICENSE"/>
                    <xsd:enumeration value="CERTIFICATE"/>
                    <xsd:enumeration value="INVOICE"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="ShipmentContentsDetailsType">
                <xsd:sequence>
                    <xsd:element name="description"
                                 type="xsd:string">

                    </xsd:element>
                    <xsd:element name="quantity" type="xsd:int"
                    >
                    </xsd:element>
                    <xsd:element name="netWeight" type="xsd:int"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Net weight [g].</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="declaredValue" type="xsd:int"
                    >
                        <xsd:annotation>
                            <xsd:documentation>Declared value of a given type of goods,
                                without the decimal point, e.g. 20000 cents.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="harmonizedSystemCode"
                                 minOccurs="0" type="tns:HarmonizedSystemCodeType">
                        <xsd:annotation>
                            <xsd:documentation>
                                Harmonized System (HS) Code.
                            </xsd:documentation>
                        </xsd:annotation>

                    </xsd:element>
                    <xsd:element name="originLocationCode"
                                 type="xsd:string" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Code (ISO 3166) of the country of origin of
                                the described content.
                                example: US
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>

                </xsd:sequence>
            </xsd:complexType>


            <xsd:complexType name="AddressType">
                <xsd:sequence>
                    <xsd:element name="firstNameOrCompanyName"
                                 minOccurs="0" type="tns:FirstNameOrCompanyNameType">

                    </xsd:element>
                    <xsd:element name="lastNameOrCompanyNameContinued"
                                 minOccurs="0"
                                 type="tns:LastNameOrCompanyNameContinuedType">

                    </xsd:element>
                    <xsd:element name="street" type="tns:StreetType"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="houseNumber"
                                 type="tns:HouseNumberType" minOccurs="0">
                    </xsd:element>

                    <xsd:element name="apartamentNumber"
                                 type="tns:ApartamentNumberType" minOccurs="0">
                    </xsd:element>
                    <xsd:element name="city" type="tns:CityType"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="zipCode" type="tns:ZipCodeType"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="countryCode"
                                 minOccurs="0" type="xsd:string">
                        <xsd:annotation>
                            <xsd:documentation>Code (ISO 3166) of the country.
                            </xsd:documentation>
                        </xsd:annotation>

                    </xsd:element>
                    <xsd:element name="mobile" minOccurs="0"
                                 type="tns:mobileType">

                    </xsd:element>
                    <xsd:element name="telephone" type="tns:TelephoneType"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="email" type="tns:emailType"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="contactPerson " type="xsd:string"
                                 minOccurs="0"/>
                    <xsd:element name="nip" type="xsd:string"
                                 minOccurs="0"/>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:element name="orderEasyReturnSolutionLabel">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="senderAddress"
                                     type="tns:AddressType">
                        </xsd:element>
                        <xsd:element name="recipientAddress"
                                     type="tns:AddressType">
                        </xsd:element>
                        <xsd:element name="weight" type="xsd:int"
                                     minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Shipment weight [g].
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="customsDeclaration"
                                     type="tns:CustomsDeclarationType" minOccurs="0">
                        </xsd:element>
                        <xsd:element name="deliveryMethod"
                                     type="tns:DeliveryMethodType" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>
                                    If not set, getPrintForParcel method should
                                    be used to get label.
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="description" type="xsd:string"
                                     minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Description.
                                    maxLength: 30
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="orderEasyReturnSolutionLabelResponse">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="guid" type="tns:guidType"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0">
                        </xsd:element>

                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>

            <xsd:simpleType name="FirstNameOrCompanyNameType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="60"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType
                    name="LastNameOrCompanyNameContinuedType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="60"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="StreetType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="255"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="HouseNumberType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="11"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="ApartamentNumberType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="11"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="CityType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="63"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="ZipCodeType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="10"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="TelephoneType">
                <xsd:restriction base="xsd:string">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="20"/>
                </xsd:restriction>
            </xsd:simpleType>


            <xsd:simpleType name="HarmonizedSystemCodeType">
                <xsd:restriction base="xsd:string">

                    <xsd:pattern value="\d{1,10}"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="DeliveryMethodType"
                             abstract="true"/>

            <xsd:complexType name="EmailDeliveryMethodType">
                <xsd:complexContent>
                    <xsd:extension base="tns:DeliveryMethodType">
                        <xsd:sequence>
                            <xsd:element name="email" type="tns:emailType"
                            >
                            </xsd:element>
                        </xsd:sequence>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:complexType name="pocztex2021Type"
                             abstract="true">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="pobranie" type="tns:pobranieType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="potwierdzenieDoreczenia"
                                         type="tns:potwierdzenieEDoreczeniaType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="potwierdzenieOdbioru"
                                         type="tns:potwierdzenieOdbioruPocztex2021Type"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="masa" type="tns:masaType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="wartosc" type="tns:wartoscType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="ostroznie" type="xsd:boolean"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="ponadgabaryt" type="xsd:boolean"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="format"
                                         type="tns:formatPocztex2021Type" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="numerPrzesylkiKlienta"
                                         type="tns:numerPrzesylkiKlientaType" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="zwrotDokumentow"
                                         type="tns:zwrotDokumentowPocztex2021Enum"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="idDokumentyZwrotneAdresy"
                                         type="xsd:int" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="epo" type="tns:EPOType"
                                         minOccurs="0"/>
                            <xsd:element name="adresDlaZwrotu"
                                         type="tns:adresType" minOccurs="0"/>
                            <xsd:element name="odbiorWSobote" type="xsd:boolean"
                                         minOccurs="0"/>
                            <xsd:element name="zasadySpecjalne"
                                         type="tns:zasadySpecjalneEnum" minOccurs="0"/>
                            <xsd:element name="zawartosc"
                                         type="tns:zawartoscPocztex2021Type" minOccurs="0"/>
                            <xsd:element
                                    name="sprawdzenieZawartosciPrzesylkiPrzezOdbiorce"
                                    type="xsd:boolean" minOccurs="0"/>

                            <xsd:element name="uiszczaOplate"
                                         type="tns:uiszczaOplateType" minOccurs="0"/>
                            <xsd:element name="doreczenieDoRakWlasnych"
                                         type="xsd:boolean" minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:complexType name="subPocztex2021Type"
                             abstract="true">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaType">
                        <xsd:sequence>
                            <xsd:element name="pobranie" type="tns:pobranieType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="numerNadania"
                                         type="tns:numerNadaniaType" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="masa" type="tns:masaType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="wartosc" type="tns:wartoscType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="ostroznie" type="xsd:boolean"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="ponadgabaryt" type="xsd:boolean"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="format"
                                         type="tns:formatPocztex2021Type" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="numerPrzesylkiKlienta"
                                         type="tns:numerPrzesylkiKlientaType" minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>

                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:complexType name="pocztex2021KurierType">
                <xsd:complexContent>
                    <xsd:extension base="tns:pocztex2021Type">
                        <xsd:sequence>
                            <xsd:element name="subPrzesylka"
                                         type="tns:subPocztex2021KurierType" maxOccurs="unbounded"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="punktOdbioru"
                                         type="tns:punktOdbioruType" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="punktNadania"
                                         type="tns:punktNadaniaType" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="kopertaPocztex" type="xsd:boolean"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="godzinaDoreczenia"
                                         type="tns:godzinaDoreczeniaPocztex2021Enum"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="doreczenieWeWskazanymDniu"
                                         type="xsd:date" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="shipmentChannel"
                                         type="tns:shipmentChannelPocztex2021Enum"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="labelExpirationDate"
                                         type="xsd:date" minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:complexType name="pocztex2021NaDzisType">
                <xsd:complexContent>
                    <xsd:extension base="tns:pocztex2021Type">
                        <xsd:sequence>
                            <xsd:element name="subPrzesylka"
                                         type="tns:subPocztex2021NaDzisType" maxOccurs="unbounded"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="odleglosc" type="xsd:int"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="obszar" type="tns:obszarType"
                                         minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:complexType name="subPocztex2021KurierType">
                <xsd:complexContent>
                    <xsd:extension base="tns:subPocztex2021Type"/>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:complexType name="subPocztex2021NaDzisType">
                <xsd:complexContent>
                    <xsd:extension base="tns:subPocztex2021Type"/>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:simpleType name="obszarType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="MIASTO"/>
                    <xsd:enumeration value="KRAJ"/>
                </xsd:restriction>
            </xsd:simpleType>


            <xsd:complexType name="punktOdbioruType">
                <xsd:complexContent>
                    <xsd:extension base="tns:placowkaPocztowaType"/>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:complexType
                    name="potwierdzenieOdbioruPocztex2021Type">
                <xsd:sequence>
                    <xsd:element name="ilosc" type="tns:iloscPotwierdzenOdbioruPocztex2021Type"
                    >
                    </xsd:element>
                    <xsd:element name="sposobPotwierdzeniaOdbioru"
                                 type="tns:sposobPrzekazaniaPotwierdzeniaOdbioruPocztex2021Enum"
                    >
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:simpleType name="iloscPotwierdzenOdbioruPocztex2021Type">
                <xsd:restriction base="xsd:int">
                    <xsd:minInclusive value="1"/>
                    <xsd:maxInclusive value="9"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType
                    name="sposobPrzekazaniaPotwierdzeniaOdbioruPocztex2021Enum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="POCZTEX_KURIER"/>
                    <xsd:enumeration value="DRUK_24"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="zwrotDokumentowPocztex2021Enum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="POCZTEX_KURIER"/>
                    <xsd:enumeration value="LIST_POLECONY_PRIORYTETOWY"/>
                    <xsd:enumeration value="LIST_POLECONY_EKONOMICZNY"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType
                    name="godzinaDoreczeniaPocztex2021Enum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="DO_GODZ_8"/>
                    <xsd:enumeration value="DO_GODZ_9"/>
                    <xsd:enumeration value="DO_GODZ_12"/>
                    <xsd:enumeration value="PO_GODZ_17"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="shipmentChannelPocztex2021Enum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="PP"/>
                    <xsd:enumeration value="APM"/>
                    <xsd:enumeration value="COURIER"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="zawartoscPocztex2021Type">
                <xsd:choice>
                    <xsd:element name="zawartoscSpecjalna"
                                 type="tns:zawartoscSpecjalnaEnum">
                    </xsd:element>
                    <xsd:element name="zawartoscInna" type="xsd:string"/>
                </xsd:choice>
            </xsd:complexType>

            <xsd:simpleType name="zawartoscSpecjalnaEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="OWADY"/>
                    <xsd:enumeration value="PLYNY_LUB_GAZY"/>
                    <xsd:enumeration
                            value="PRZEDMIOTY_LATWO_TLUKACE_SIE_I_SZKLO">
                    </xsd:enumeration>
                    <xsd:enumeration value="RZECZY_LAMLIWE_I_KRUCHE"/>
                    <xsd:enumeration value="ZYWE_PTAKI"/>
                    <xsd:enumeration value="ZYWE_ROSLINY"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="potwierdzenieEDoreczeniaType">
                <xsd:sequence>
                    <xsd:element name="sposob"
                                 type="tns:eSposobPowiadomieniaType">
                    </xsd:element>
                    <xsd:element name="kontakt" type="tns:eKontaktType"
                    />
                </xsd:sequence>
            </xsd:complexType>

            <xsd:complexType name="punktNadaniaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:placowkaPocztowaType"/>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:simpleType name="formatPocztex2021Type">
                <xsd:annotation>
                    <xsd:documentation>Format przesyłki:
                        S -
                        M -
                        L -
                        XL -
                        2XL -
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="S"/>
                    <xsd:enumeration value="M"/>
                    <xsd:enumeration value="L"/>
                    <xsd:enumeration value="XL"/>
                    <xsd:enumeration value="2XL"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="przesylkaEZwrotPocztex2021Type">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="numerNadaniaZwrot"
                                         type="tns:numerNadaniaType">
                            </xsd:element>
                            <xsd:element name="idSklepEZwrot"
                                         type="xsd:int" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="format"
                                         type="tns:formatPocztex2021Type">
                            </xsd:element>
                            <xsd:element name="shipmentChannel"
                                         type="tns:shipmentChannelPocztex2021Enum">
                            </xsd:element>
                        </xsd:sequence>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:simpleType name="funkcjaPlacowkiPocztowejType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="NADAWCZA"/>
                    <xsd:enumeration value="ODDAWCZA"/>
                    <xsd:enumeration value="NADAWCZO-ODDAWCZA"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="typPlacowkiPocztowejEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="PUNKT"/>
                    <xsd:enumeration value="AUTOMAT"/>
                </xsd:restriction>
            </xsd:simpleType>


            <xsd:simpleType name="rodzajPlatnosciEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="BLIK"/>
                    <xsd:enumeration value="CARD"/>
                    <xsd:enumeration value="ONLINE"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="marketingowaZbiorczoType">
                <xsd:complexContent>
                    <xsd:extension
                            base="tns:przesylkaNieRejestrowanaType">
                        <xsd:sequence>
                            <xsd:element name="masa"
                                         type="tns:masaType">
                            </xsd:element>
                            <xsd:element name="gabaryt"
                                         type="tns:gabarytType" minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:complexType name="marketingowaZAdresemType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaType">
                        <xsd:sequence>
                            <xsd:element name="adres" type="tns:adresType"
                            >
                            </xsd:element>
                            <xsd:element name="masa" type="tns:masaType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="gabaryt"
                                         type="tns:gabarytType" minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
            <xsd:element name="getPlacowkaPocztowa">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="pni" type="xsd:int" maxOccurs="5000"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getPlacowkaPocztowaResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="placowka" type="tns:placowkaPocztowaType" maxOccurs="5000"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>

            <xsd:simpleType name="nameParcelContentType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="50"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType name="descriptionParcelContentType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="200"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:complexType name="przesylkaProceduralnaType">
                <xsd:complexContent>
                    <xsd:extension base="tns:przesylkaRejestrowanaType">
                        <xsd:sequence>

                            <xsd:element name="ubezpieczenie"
                                         type="tns:ubezpieczenieType" minOccurs="0">
                            </xsd:element>
                            <xsd:element name="epo" type="tns:EPOType"
                                         minOccurs="0">
                            </xsd:element>
                            <xsd:element name="urzadWydaniaEPrzesylki"
                                         type="tns:urzadWydaniaEPrzesylkiType" minOccurs="0"
                            >
                            </xsd:element>
                            <xsd:element name="pobranie" type="tns:pobranieType"
                                         minOccurs="0">
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="serwis"
                                       type="tns:serwisPrzesylkaProceduralnaType">
                        </xsd:attribute>
                        <xsd:attribute name="numerNadaniaPowrot1"
                                       type="xsd:string">
                        </xsd:attribute>
                        <xsd:attribute name="numerNadaniaPowrot2"
                                       type="xsd:string">
                        </xsd:attribute>
                        <xsd:attribute name="idPrzesylkaZawartosc"
                                       type="xsd:int">
                        </xsd:attribute>
                        <xsd:attribute name="idListaCzynnosci"
                                       type="xsd:int">
                        </xsd:attribute>
                        <xsd:attribute name="masa" type="tns:masaType">
                        </xsd:attribute>
                        <xsd:attribute name="opakowanie"
                                       type="tns:opakowaniePrzesylkaProceduralnaType">
                        </xsd:attribute>
                        <xsd:attribute name="numerPrzesylkiKlienta"
                                       type="xsd:string">
                        </xsd:attribute>
                        <xsd:attribute name="wartosc" type="tns:wartoscType">
                        </xsd:attribute>
                        <xsd:attribute name="idAdresPrzesylkaPowrot"
                                       type="xsd:int">
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>

            <xsd:simpleType name="serwisPrzesylkaProceduralnaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration
                            value="PROCEDURALNA_STANDARD_DWA_STOPNIE">
                    </xsd:enumeration>
                    <xsd:enumeration
                            value="PROCEDURALNA_VIP_DWA_STOPNIE">
                    </xsd:enumeration>
                    <xsd:enumeration
                            value="PROCEDURALNA_STANDARD_TRZY_STOPNIE">
                    </xsd:enumeration>
                    <xsd:enumeration
                            value="PROCEDURALNA_VIP_TRZY_STOPNIE"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType
                    name="opakowaniePrzesylkaProceduralnaType">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="FIRMOWA_DO_1KG"/>
                </xsd:restriction>
            </xsd:simpleType>

            <xsd:simpleType
                    name="rodzajPrzypisaniaDoJednostkiEnum">
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="RAPORTOWANIE"/>
                    <xsd:enumeration value="NADAWANIE"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="getParcelContentList">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idKarta" type="xsd:int"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getParcelContentListResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="parcelContent"
                                     type="tns:parcelContentType" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="createParcelContent">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="parcelContent"
                                     type="tns:parcelContentType" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="createParcelContentResponse">
                <xsd:complexType>
                    <xsd:annotation>
                        <xsd:documentation/>
                    </xsd:annotation>
                    <xsd:sequence>
                        <xsd:element name="parcelContent"
                                     type="tns:parcelContentType" minOccurs="0" maxOccurs="unbounded">
                        </xsd:element>
                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded">
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateParcelContent">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="parcelContent"
                                     type="tns:parcelContentType" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateParcelContentResponse">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="deleteParcelContent">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="parcelContent"
                                     type="tns:parcelContentType" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="deleteParcelContentResponse">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>

            <xsd:complexType name="parcelContentType">
                <xsd:sequence>
                    <xsd:element name="IdParcelContent" type="xsd:int"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="order" type="xsd:int" minOccurs="0"
                    >
                    </xsd:element>
                    <xsd:element name="name" minOccurs="0"
                                 type="tns:nameParcelContentType">
                    </xsd:element>
                    <xsd:element name="description" minOccurs="0"
                                 type="tns:descriptionParcelContentType">
                    </xsd:element>
                    <xsd:element name="idKarta" type="xsd:int"
                                 minOccurs="0">
                    </xsd:element>
                    <xsd:element name="guid" type="tns:guidType"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>GUID elementu parcelContent. Wartość
                                wykorzystywana do przekazania rezultatu dla elementu kolekcji.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:element name="createReturnDocumentsProfile">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="profile"
                                     type="tns:returnDocumentProfileType"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="createReturnDocumentsProfileResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="result" type="xsd:boolean"/>
                        <xsd:element name="idProfile" type="xsd:int"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateReturnDocumentsProfile">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="profile"
                                     type="tns:returnDocumentProfileType"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateReturnDocumentsProfileResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="result" type="xsd:boolean"/>
                        <xsd:element name="idProfile" type="xsd:int"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="deleteReturnDocumentsProfile">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idProfile" type="xsd:int"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="deleteReturnDocumentsProfileResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="result" type="xsd:boolean"/>
                        <xsd:element name="idProfile" type="xsd:int"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getReturnDocumentsProfileList">
                <xsd:complexType>
                    <xsd:sequence>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getReturnDocumentsProfileListResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="profile"
                                     type="tns:returnDocumentProfileType" maxOccurs="unbounded"
                                     minOccurs="0"/>
                        <xsd:element name="error" type="tns:errorType"
                                     maxOccurs="unbounded" minOccurs="0"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>

            <xsd:complexType name="returnDocumentProfileType">
                <xsd:annotation>
                    <xsd:documentation>Returned during getting list of profiles
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:sequence>
                    <xsd:element name="idProfile" type="xsd:int"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Required during updating profile. Returned
                                during getting list of profiles.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="name">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="120"/>
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="name2" minOccurs="0">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="120"/>
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="friendlyName">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="20"/>
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="street">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="70"/>
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="houseNumber">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="11"/>
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="premisesNumber"
                                 minOccurs="0">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="11"/>
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="city">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="35"/>
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="postalCode">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="5"/>
                                <xsd:whiteSpace value="collapse"/>
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="mobile" minOccurs="0">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="9"/>
                                <xsd:whiteSpace value="collapse"/>
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="phonenumber"
                                 minOccurs="0">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="9"/>
                                <xsd:whiteSpace value="collapse"/>
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="email" minOccurs="0">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50"/>
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="default" type="xsd:boolean"
                                 minOccurs="0"/>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:complexType name="additionalActivityType">
                <xsd:annotation>
                    <xsd:documentation>Czynność do wykonania w ramach np. przesyłki
                        proceduralnej
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:sequence>
                    <xsd:element name="idActivity" type="xsd:int"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>identyfikator czynności</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="name" type="tns:String127"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Nazwa czynności do wykonania
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="description" type="tns:String1023"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>opis czynności do wykonania
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="critical" type="xsd:boolean"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>znacznik czy czynnośc jest krytyczna. brak
                                wykonania czynności oznaczonej jako krytyczna przerywa proces
                                doręczenia.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="order" type="xsd:int"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Element określa kolejność dla czynności do
                                wykonania w sekwecji czynności.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="validFrom" type="xsd:date"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Termin ważności, należy podać datę od kiedy
                                dana czynność jest dostępna, liczone jest od godziny 0:00:00.0
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="validTo" type="xsd:date"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Termin ważności, należy podać datę do kiedy
                                dana czynność jest dostępna, liczone jest do godziny
                                23:59:59.999
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>

            <xsd:simpleType name="infoForCourierType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="1000"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="descriptionChecklistType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="100"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="titleChecklistType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="45"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="nameChecklistType">
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="50"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="String127">
                <xsd:annotation>
                    <xsd:documentation>Ciąg znaków długości 127 znaków
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="127"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType name="String1023">
                <xsd:annotation>
                    <xsd:documentation>Ciąg znaków długości 1023 znaków
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="1023"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:element name="createChecklistTemplate">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="checklistTemplate"
                                     type="tns:checklistTemplateType"
                                     maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="createChecklistTemplateResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="checklistTemplate"
                                     type="tns:checklistTemplateType" minOccurs="0"
                                     maxOccurs="unbounded"/>
                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded">
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateChecklistTemplate">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="checklistTemplate"
                                     type="tns:checklistTemplateType"
                                     maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="updateChecklistTemplateResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="deleteChecklistTemplate">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="checklistTemplate"
                                     type="tns:checklistTemplateType"
                                     maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="deleteChecklistTemplateResponse">
                <xsd:complexType>
                    <xsd:sequence>

                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>

            <xsd:element name="getChecklistTemplateList">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idChecklistTemplate" type="xsd:int"
                                     minOccurs="0" maxOccurs="unbounded">
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getChecklistTemplateListResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="checklistTemplate"
                                     type="tns:checklistTemplateType" minOccurs="0"
                                     maxOccurs="unbounded"/>
                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>

            <xsd:complexType name="checklistTemplateType">
                <xsd:sequence>
                    <xsd:element name="idChecklistTemplate" type="xsd:int"
                                 minOccurs="0"/>
                    <xsd:element name="idKarta" type="xsd:int"
                                 minOccurs="0"/>
                    <xsd:element name="name" minOccurs="0"
                                 type="tns:nameChecklistType"/>
                    <xsd:element name="title" type="tns:titleChecklistType"
                                 minOccurs="0"/>
                    <xsd:element name="description"
                                 type="tns:descriptionChecklistType" minOccurs="0"/>
                    <xsd:element name="infoForCourier"
                                 type="tns:infoForCourierType" minOccurs="0"/>
                    <xsd:element name="default" type="xsd:boolean"
                                 minOccurs="0"/>
                    <xsd:element name="validFrom" type="xsd:date"
                                 minOccurs="0"/>
                    <xsd:element name="validTo" type="xsd:date"
                                 minOccurs="0"/>
                    <xsd:element name="logo" minOccurs="0"
                                 type="xsd:base64Binary"/>
                    <xsd:element name="service"
                                 type="tns:serwisPrzesylkaProceduralnaType"
                                 minOccurs="0"/>
                    <xsd:element name="additionalActivity"
                                 type="tns:additionalActivityType" minOccurs="0"
                                 maxOccurs="unbounded"/>
                    <xsd:element name="guid" type="tns:guidType"
                                 minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>GUID elementu checklistTemplate. Wartość
                                wykorzystywana do przekazania rezultatu dla elementu kolekcji.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:element name="getAdditionalActivitiesList">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="idKarta" type="xsd:int"
                        />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="getAdditionalActivitiesListResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="additionalActivity"
                                     type="tns:additionalActivityType" minOccurs="0"
                                     maxOccurs="unbounded">
                        </xsd:element>
                        <xsd:element name="error" type="tns:errorType"
                                     minOccurs="0" maxOccurs="unbounded">
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
        </xsd:schema>
    </wsdl:types>
    <wsdl:message name="addShipmentRequest">
        <wsdl:part name="parameters" element="tns:addShipment"/>
    </wsdl:message>
    <wsdl:message name="addShipmentResponse">
        <wsdl:part name="parameters"
                   element="tns:addShipmentResponse"/>
    </wsdl:message>
    <wsdl:message name="changePasswordRequest">
        <wsdl:part name="parameters" element="tns:changePassword"/>
    </wsdl:message>
    <wsdl:message name="changePasswordResponse">
        <wsdl:part name="parameters"
                   element="tns:changePasswordResponse"/>
    </wsdl:message>
    <wsdl:message name="sendEnvelopeRequest">
        <wsdl:part name="parameters" element="tns:sendEnvelope"/>
    </wsdl:message>
    <wsdl:message name="sendEnvelopeResponse">
        <wsdl:part name="parameters"
                   element="tns:sendEnvelopeResponse"/>
    </wsdl:message>
    <wsdl:message name="getUrzedyNadaniaRequest">
        <wsdl:part name="parameters" element="tns:getUrzedyNadania"/>
    </wsdl:message>
    <wsdl:message name="getUrzedyNadaniaResponse">
        <wsdl:part name="parameters"
                   element="tns:getUrzedyNadaniaResponse"/>
    </wsdl:message>
    <wsdl:message name="setEnvelopeBuforDataNadaniaRequest">
        <wsdl:part name="parameters"
                   element="tns:setEnvelopeBuforDataNadania"/>
    </wsdl:message>
    <wsdl:message name="setEnvelopeBuforDataNadaniaResponse">
        <wsdl:part name="parameters"
                   element="tns:setEnvelopeBuforDataNadaniaResponse"/>
    </wsdl:message>
    <wsdl:message name="clearEnvelopeRequest">
        <wsdl:part name="parameters" element="tns:clearEnvelope"/>
    </wsdl:message>
    <wsdl:message name="clearEnvelopeResponse">
        <wsdl:part name="parameters"
                   element="tns:clearEnvelopeResponse"/>
    </wsdl:message>
    <wsdl:message name="getUrzedyWydajaceEPrzesylkiRequest">
        <wsdl:part name="parameters"
                   element="tns:getUrzedyWydajaceEPrzesylki"/>
    </wsdl:message>
    <wsdl:message name="getUrzedyWydajaceEPrzesylkiResponse">
        <wsdl:part name="parameters"
                   element="tns:getUrzedyWydajaceEPrzesylkiResponse"/>
    </wsdl:message>
    <wsdl:message name="uploadIWDContentRequest">
        <wsdl:part name="parameters" element="tns:uploadIWDContent"/>
    </wsdl:message>
    <wsdl:message name="uploadIWDContentResponse">
        <wsdl:part name="parameters"
                   element="tns:uploadIWDContentResponse"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeStatusRequest">
        <wsdl:part name="parameters" element="tns:getEnvelopeStatus"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeStatusResponse">
        <wsdl:part name="parameters"
                   element="tns:getEnvelopeStatusResponse"/>
    </wsdl:message>
    <wsdl:message name="downloadIWDContentRequest">
        <wsdl:part name="parameters"
                   element="tns:downloadIWDContent"/>
    </wsdl:message>
    <wsdl:message name="downloadIWDContentResponse">
        <wsdl:part name="parameters"
                   element="tns:downloadIWDContentResponse"/>
    </wsdl:message>
    <wsdl:message name="getKartyRequest">
        <wsdl:part name="parameters" element="tns:getKarty"/>
    </wsdl:message>
    <wsdl:message name="getKartyResponse">
        <wsdl:part name="parameters" element="tns:getKartyResponse"/>
    </wsdl:message>
    <wsdl:message name="getPasswordExpiredDateRequest">
        <wsdl:part name="parameters"
                   element="tns:getPasswordExpiredDate"/>
    </wsdl:message>
    <wsdl:message name="getPasswordExpiredDateResponse">
        <wsdl:part name="parameters"
                   element="tns:getPasswordExpiredDateResponse"/>
    </wsdl:message>
    <wsdl:message name="setAktywnaKartaRequest">
        <wsdl:part name="parameters" element="tns:setAktywnaKarta">
            <wsdl:documentation>deprecated – zaprzestanie obsługi z dniem
                2021-12-31
            </wsdl:documentation>
        </wsdl:part>
    </wsdl:message>
    <wsdl:message name="setAktywnaKartaResponse">
        <wsdl:part name="parameters"
                   element="tns:setAktywnaKartaResponse"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeContentFullRequest">
        <wsdl:part name="parameters"
                   element="tns:getEnvelopeContentFull"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeContentFullResponse">
        <wsdl:part name="parameters"
                   element="tns:getEnvelopeContentFullResponse"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeContentShortRequest">
        <wsdl:part name="parameters"
                   element="tns:getEnvelopeContentShort"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeContentShortResponse">
        <wsdl:part name="parameters"
                   element="tns:getEnvelopeContentShortResponse"/>
    </wsdl:message>
    <wsdl:message name="helloRequest">
        <wsdl:part name="parameters" element="tns:hello"/>
    </wsdl:message>
    <wsdl:message name="helloResponse">
        <wsdl:part name="parameters" element="tns:helloResponse"/>
    </wsdl:message>
    <wsdl:message name="getAddressLabelRequest">
        <wsdl:part name="parameters" element="tns:getAddressLabel"/>
    </wsdl:message>
    <wsdl:message name="getAddressLabelResponse">
        <wsdl:part name="parameters"
                   element="tns:getAddressLabelResponse"/>
    </wsdl:message>
    <wsdl:message name="getOutboxBookRequest">
        <wsdl:part name="parameters" element="tns:getOutboxBook"/>
    </wsdl:message>
    <wsdl:message name="getOutboxBookResponse">
        <wsdl:part name="parameters"
                   element="tns:getOutboxBookResponse"/>
    </wsdl:message>
    <wsdl:message name="getFirmowaPocztaBookRequest">
        <wsdl:part name="parameters"
                   element="tns:getFirmowaPocztaBook"/>
    </wsdl:message>
    <wsdl:message name="getFirmowaPocztaBookResponse">
        <wsdl:part name="parameters"
                   element="tns:getFirmowaPocztaBookResponse"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeListRequest">
        <wsdl:part name="parameters" element="tns:getEnvelopeList"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeListResponse">
        <wsdl:part name="parameters"
                   element="tns:getEnvelopeListResponse"/>
    </wsdl:message>
    <wsdl:message name="getAddresLabelByGuidRequest">
        <wsdl:part name="parameters"
                   element="tns:getAddresLabelByGuid"/>
    </wsdl:message>
    <wsdl:message name="getAddresLabelByGuidResponse">
        <wsdl:part name="parameters"
                   element="tns:getAddresLabelByGuidResponse"/>
    </wsdl:message>
    <wsdl:message name="getPlacowkiPocztoweRequest">
        <wsdl:part name="parameters"
                   element="tns:getPlacowkiPocztowe"/>
    </wsdl:message>
    <wsdl:message name="getPlacowkiPocztoweResponse">
        <wsdl:part name="parameters"
                   element="tns:getPlacowkiPocztoweResponse"/>
    </wsdl:message>
    <wsdl:message name="getGuidRequest">
        <wsdl:part name="parameters" element="tns:getGuid"/>
    </wsdl:message>
    <wsdl:message name="getGuidResponse">
        <wsdl:part name="parameters" element="tns:getGuidResponse"/>
    </wsdl:message>
    <wsdl:message name="getKierunkiRequest">
        <wsdl:part name="parameters" element="tns:getKierunki"/>
    </wsdl:message>
    <wsdl:message name="getKierunkiResponse">
        <wsdl:part name="parameters"
                   element="tns:getKierunkiResponse"/>
    </wsdl:message>
    <wsdl:message name="getKierunkiInfoRequest">
        <wsdl:part name="parameters" element="tns:getKierunkiInfo"/>
    </wsdl:message>
    <wsdl:message name="getKierunkiInfoResponse">
        <wsdl:part name="parameters"
                   element="tns:getKierunkiInfoResponse"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeBuforRequest">
        <wsdl:part name="parameters" element="tns:getEnvelopeBufor"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeBuforResponse">
        <wsdl:part name="parameters"
                   element="tns:getEnvelopeBuforResponse"/>
    </wsdl:message>
    <wsdl:message name="clearEnvelopeByGuidsRequest">
        <wsdl:part name="parameters"
                   element="tns:clearEnvelopeByGuids"/>
    </wsdl:message>
    <wsdl:message name="clearEnvelopeByGuidsResponse">
        <wsdl:part name="parameters"
                   element="tns:clearEnvelopeByGuidsResponse"/>
    </wsdl:message>
    <wsdl:message name="getEPOStatusRequest">
        <wsdl:part name="parameters" element="tns:getEPOStatus"/>
    </wsdl:message>
    <wsdl:message name="getEPOStatusResponse">
        <wsdl:part name="parameters"
                   element="tns:getEPOStatusResponse"/>
    </wsdl:message>
    <wsdl:message name="getAddresLabelCompactRequest">
        <wsdl:part name="parameters"
                   element="tns:getAddresLabelCompact"/>
    </wsdl:message>
    <wsdl:message name="getAddresLabelCompactResponse">
        <wsdl:part name="parameters"
                   element="tns:getAddresLabelCompactResponse"/>
    </wsdl:message>
    <wsdl:message name="getAddresLabelByGuidCompactRequest">
        <wsdl:part name="parameters"
                   element="tns:getAddresLabelByGuidCompact"/>
    </wsdl:message>
    <wsdl:message name="getAddresLabelByGuidCompactResponse">
        <wsdl:part name="parameters"
                   element="tns:getAddresLabelByGuidCompactResponse"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeBuforListRequest">
        <wsdl:part name="parameters"
                   element="tns:getEnvelopeBuforList"/>
    </wsdl:message>
    <wsdl:message name="getEnvelopeBuforListResponse">
        <wsdl:part name="parameters"
                   element="tns:getEnvelopeBuforListResponse"/>
    </wsdl:message>
    <wsdl:message name="createEnvelopeBuforRequest">
        <wsdl:part name="parameters"
                   element="tns:createEnvelopeBufor"/>
    </wsdl:message>
    <wsdl:message name="createEnvelopeBuforResponse">
        <wsdl:part name="parameters"
                   element="tns:createEnvelopeBuforResponse"/>
    </wsdl:message>
    <wsdl:message name="moveShipmentsRequest">
        <wsdl:part name="parameters" element="tns:moveShipments"/>
    </wsdl:message>
    <wsdl:message name="moveShipmentsResponse">
        <wsdl:part name="parameters"
                   element="tns:moveShipmentsResponse"/>
    </wsdl:message>
    <wsdl:message name="updateEnvelopeBuforRequest">
        <wsdl:part name="parameters"
                   element="tns:updateEnvelopeBufor"/>
    </wsdl:message>
    <wsdl:message name="updateEnvelopeBuforResponse">
        <wsdl:part name="parameters"
                   element="tns:updateEnvelopeBuforResponse"/>
    </wsdl:message>
    <wsdl:message name="getUbezpieczeniaInfoRequest">
        <wsdl:part name="parameters"
                   element="tns:getUbezpieczeniaInfo"/>
    </wsdl:message>
    <wsdl:message name="getUbezpieczeniaInfoResponse">
        <wsdl:part name="parameters"
                   element="tns:getUbezpieczeniaInfoResponse"/>
    </wsdl:message>
    <wsdl:message name="isMiejscowaRequest">
        <wsdl:part name="parameters" element="tns:isMiejscowa"/>
    </wsdl:message>
    <wsdl:message name="isMiejscowaResponse">
        <wsdl:part name="parameters"
                   element="tns:isMiejscowaResponse"/>
    </wsdl:message>
    <wsdl:message name="getBlankietPobraniaByGuidsRequest">
        <wsdl:part name="parameters"
                   element="tns:getBlankietPobraniaByGuids"/>
    </wsdl:message>
    <wsdl:message name="getBlankietPobraniaByGuidsResponse">
        <wsdl:part name="parameters"
                   element="tns:getBlankietPobraniaByGuidsResponse"/>
    </wsdl:message>
    <wsdl:message name="getAccountListRequest">
        <wsdl:part name="parameters" element="tns:getAccountList"/>
    </wsdl:message>
    <wsdl:message name="getAccountListResponse">
        <wsdl:part name="parameters"
                   element="tns:getAccountListResponse"/>
    </wsdl:message>
    <wsdl:message name="createAccountRequest">
        <wsdl:part name="parameters" element="tns:createAccount"/>
    </wsdl:message>
    <wsdl:message name="createAccountResponse">
        <wsdl:part name="parameters"
                   element="tns:createAccountResponse"/>
    </wsdl:message>
    <wsdl:message name="updateAccountRequest">
        <wsdl:part name="parameters" element="tns:updateAccount"/>
    </wsdl:message>
    <wsdl:message name="updateAccountResponse">
        <wsdl:part name="parameters"
                   element="tns:updateAccountResponse"/>
    </wsdl:message>
    <wsdl:message name="getProfilListRequest">
        <wsdl:part name="parameters" element="tns:getProfilList"/>
    </wsdl:message>
    <wsdl:message name="getProfilListResponse">
        <wsdl:part name="parameters"
                   element="tns:getProfilListResponse"/>
    </wsdl:message>
    <wsdl:message name="updateProfilRequest">
        <wsdl:part name="parameters" element="tns:updateProfil"/>
    </wsdl:message>
    <wsdl:message name="updateProfilResponse">
        <wsdl:part name="parameters"
                   element="tns:updateProfilResponse"/>
    </wsdl:message>
    <wsdl:message name="createProfilRequest">
        <wsdl:part name="parameters" element="tns:createProfil"/>
    </wsdl:message>
    <wsdl:message name="createProfilResponse">
        <wsdl:part name="parameters"
                   element="tns:createProfilResponse"/>
    </wsdl:message>
    <wsdl:message name="addReklamacjeRequest">
        <wsdl:part name="parameters" element="tns:addReklamacje"/>
    </wsdl:message>
    <wsdl:message name="addReklamacjeResponse">
        <wsdl:part name="parameters"
                   element="tns:addReklamacjeResponse"/>
    </wsdl:message>
    <wsdl:message name="getReklamacjeRequest">
        <wsdl:part name="parameters" element="tns:getReklamacje"/>
    </wsdl:message>
    <wsdl:message name="getReklamacjeResponse">
        <wsdl:part name="parameters"
                   element="tns:getReklamacjeResponse"/>
    </wsdl:message>
    <wsdl:message name="getZapowiedziFakturRequest">
        <wsdl:part name="parameters"
                   element="tns:getZapowiedziFaktur"/>
    </wsdl:message>
    <wsdl:message name="getZapowiedziFakturResponse">
        <wsdl:part name="parameters"
                   element="tns:getZapowiedziFakturResponse"/>
    </wsdl:message>
    <wsdl:message name="addOdwolanieDoReklamacjiRequest">
        <wsdl:part name="parameters"
                   element="tns:addOdwolanieDoReklamacji"/>
    </wsdl:message>
    <wsdl:message name="addOdwolanieDoReklamacjiResponse">
        <wsdl:part name="parameters"
                   element="tns:addOdwolanieDoReklamacjiResponse"/>
    </wsdl:message>
    <wsdl:message name="cancelReklamacjaRequest">
        <wsdl:part name="parameters" element="tns:cancelReklamacja"/>
    </wsdl:message>
    <wsdl:message name="cancelReklamacjaResponse">
        <wsdl:part name="parameters"
                   element="tns:cancelReklamacjaResponse"/>
    </wsdl:message>
    <wsdl:message
            name="addRozbieznoscDoZapowiedziFakturRequest">
        <wsdl:part name="parameters"
                   element="tns:addRozbieznoscDoZapowiedziFaktur"/>
    </wsdl:message>
    <wsdl:message
            name="addRozbieznoscDoZapowiedziFakturResponse">
        <wsdl:part name="parameters"
                   element="tns:addRozbieznoscDoZapowiedziFakturResponse"/>
    </wsdl:message>
    <wsdl:message name="getListaPowodowReklamacjiRequest">
        <wsdl:part name="parameters"
                   element="tns:getListaPowodowReklamacji"/>
    </wsdl:message>
    <wsdl:message name="getListaPowodowReklamacjiResponse">
        <wsdl:part name="parameters"
                   element="tns:getListaPowodowReklamacjiResponse"/>
    </wsdl:message>
    <wsdl:message name="zamowKurieraRequest">
        <wsdl:part name="parameters" element="tns:zamowKuriera"/>
    </wsdl:message>
    <wsdl:message name="zamowKurieraResponse">
        <wsdl:part name="parameters"
                   element="tns:zamowKurieraResponse"/>
    </wsdl:message>
    <wsdl:message name="getEZDOListRequest">
        <wsdl:part name="parameters" element="tns:getEZDOList"/>
    </wsdl:message>
    <wsdl:message name="getEZDOListResponse">
        <wsdl:part name="parameters"
                   element="tns:getEZDOListResponse"/>
    </wsdl:message>
    <wsdl:message name="getEZDORequest">
        <wsdl:part name="parameters" element="tns:getEZDO"/>
    </wsdl:message>
    <wsdl:message name="getEZDOResponse">
        <wsdl:part name="parameters" element="tns:getEZDOResponse"/>
    </wsdl:message>
    <wsdl:message name="getWplatyCKPRequest">
        <wsdl:part name="parameters" element="tns:getWplatyCKP"/>
    </wsdl:message>
    <wsdl:message name="getWplatyCKPResponse">
        <wsdl:part name="parameters"
                   element="tns:getWplatyCKPResponse"/>
    </wsdl:message>
    <wsdl:message name="addZalacznikDoReklamacjiRequest">
        <wsdl:part name="parameters"
                   element="tns:addZalacznikDoReklamacji"/>
    </wsdl:message>
    <wsdl:message name="addZalacznikDoReklamacjiResponse">
        <wsdl:part name="parameters"
                   element="tns:addZalacznikDoReklamacjiResponse"/>
    </wsdl:message>
    <wsdl:message name="getListaZgodEZwrotowRequest">
        <wsdl:part name="parameters"
                   element="tns:getListaZgodEZwrotow"/>
    </wsdl:message>
    <wsdl:message name="getListaZgodEZwrotowResponse">
        <wsdl:part name="parameters"
                   element="tns:getListaZgodEZwrotowResponse"/>
    </wsdl:message>
    <wsdl:message name="setStatusZgodyNaEZwrotRequest">
        <wsdl:part name="parameters"
                   element="tns:setStatusZgodyNaEZwrot"/>
    </wsdl:message>
    <wsdl:message name="setStatusZgodyNaEZwrotResponse">
        <wsdl:part name="parameters"
                   element="tns:setStatusZgodyNaEZwrotResponse"/>
    </wsdl:message>
    <wsdl:message name="wyslijLinkaOStatusieEZwrotuRequest">
        <wsdl:part name="parameters"
                   element="tns:wyslijLinkaOStatusieEZwrotu"/>
    </wsdl:message>
    <wsdl:message name="wyslijLinkaOStatusieEZwrotuResponse">
        <wsdl:part name="parameters"
                   element="tns:wyslijLinkaOStatusieEZwrotuResponse"/>
    </wsdl:message>
    <wsdl:message name="isObszarMiastoRequest">
        <wsdl:part name="parameters" element="tns:isObszarMiasto"/>
    </wsdl:message>
    <wsdl:message name="isObszarMiastoResponse">
        <wsdl:part name="parameters"
                   element="tns:isObszarMiastoResponse"/>
    </wsdl:message>
    <wsdl:message name="setJednostkaOrganizacyjnaRequest">
        <wsdl:part name="parameters"
                   element="tns:setJednostkaOrganizacyjna"/>
    </wsdl:message>
    <wsdl:message name="setJednostkaOrganizacyjnaResponse">
        <wsdl:part name="parameters"
                   element="tns:setJednostkaOrganizacyjnaResponse"/>
    </wsdl:message>
    <wsdl:message name="getJednostkaOrganizacyjnaRequest">
        <wsdl:part name="parameters"
                   element="tns:getJednostkaOrganizacyjna"/>
    </wsdl:message>
    <wsdl:message name="getJednostkaOrganizacyjnaResponse">
        <wsdl:part name="parameters"
                   element="tns:getJednostkaOrganizacyjnaResponse"/>
    </wsdl:message>
    <wsdl:message name="getPrintForParcelRequest">
        <wsdl:part name="parameters" element="tns:getPrintForParcel"/>
    </wsdl:message>
    <wsdl:message name="getPrintForParcelResponse">
        <wsdl:part name="parameters"
                   element="tns:getPrintForParcelResponse"/>
    </wsdl:message>
    <wsdl:message name="getShopEZwrotyListRequest">
        <wsdl:part name="parameters"
                   element="tns:getShopEZwrotyList"/>
    </wsdl:message>
    <wsdl:message name="getShopEZwrotyListResponse">
        <wsdl:part name="parameters"
                   element="tns:getShopEZwrotyListResponse"/>
    </wsdl:message>
    <wsdl:message name="getLibrariesForLegalDepositsRequest">
        <wsdl:part name="parameters"
                   element="tns:getLibrariesForLegalDeposits"/>
    </wsdl:message>
    <wsdl:message name="getLibrariesForLegalDepositsResponse">
        <wsdl:part name="parameters"
                   element="tns:getLibrariesForLegalDepositsResponse"/>
    </wsdl:message>
    <wsdl:message name="orderEasyReturnSolutionLabelRequest">
        <wsdl:part name="parameters"
                   element="tns:orderEasyReturnSolutionLabel"/>
    </wsdl:message>
    <wsdl:message name="orderEasyReturnSolutionLabelResponse">
        <wsdl:part name="parameters"
                   element="tns:orderEasyReturnSolutionLabelResponse"/>
    </wsdl:message>
    <wsdl:message name="getPlacowkaPocztowaRequest">
        <wsdl:part name="parameters" element="tns:getPlacowkaPocztowa"/>
    </wsdl:message>
    <wsdl:message name="getPlacowkaPocztowaResponse">
        <wsdl:part name="parameters" element="tns:getPlacowkaPocztowaResponse"/>
    </wsdl:message>
    <wsdl:message name="getParcelContentListRequest">
        <wsdl:part name="parameters" element="tns:getParcelContentList"/>
    </wsdl:message>
    <wsdl:message name="getParcelContentListResponse">
        <wsdl:part name="parameters" element="tns:getParcelContentListResponse"/>
    </wsdl:message>
    <wsdl:message name="createParcelContentRequest">
        <wsdl:part name="parameters" element="tns:createParcelContent"/>
    </wsdl:message>
    <wsdl:message name="createParcelContentResponse">
        <wsdl:part name="parameters" element="tns:createParcelContentResponse"/>
    </wsdl:message>
    <wsdl:message name="updateParcelContentRequest">
        <wsdl:part name="parameters" element="tns:updateParcelContent"/>
    </wsdl:message>
    <wsdl:message name="updateParcelContentResponse">
        <wsdl:part name="parameters" element="tns:updateParcelContentResponse"/>
    </wsdl:message>
    <wsdl:message name="deleteParcelContentRequest">
        <wsdl:part name="parameters" element="tns:deleteParcelContent"/>
    </wsdl:message>
    <wsdl:message name="deleteParcelContentResponse">
        <wsdl:part name="parameters" element="tns:deleteParcelContentResponse"/>
    </wsdl:message>
    <wsdl:message name="createReturnDocumentsProfileRequest">
        <wsdl:part name="parameters" element="tns:createReturnDocumentsProfile"/>
    </wsdl:message>
    <wsdl:message name="createReturnDocumentsProfileResponse">
        <wsdl:part name="parameters" element="tns:createReturnDocumentsProfileResponse"/>
    </wsdl:message>
    <wsdl:message name="updateReturnDocumentsProfileRequest">
        <wsdl:part name="parameters" element="tns:updateReturnDocumentsProfile"/>
    </wsdl:message>
    <wsdl:message name="updateReturnDocumentsProfileResponse">
        <wsdl:part name="parameters" element="tns:updateReturnDocumentsProfileResponse"/>
    </wsdl:message>
    <wsdl:message name="deleteReturnDocumentsProfileRequest">
        <wsdl:part name="parameters" element="tns:deleteReturnDocumentsProfile"/>
    </wsdl:message>
    <wsdl:message name="deleteReturnDocumentsProfileResponse">
        <wsdl:part name="parameters" element="tns:deleteReturnDocumentsProfileResponse"/>
    </wsdl:message>
    <wsdl:message name="getReturnDocumentsProfileListRequest">
        <wsdl:part name="parameters" element="tns:getReturnDocumentsProfileList"/>
    </wsdl:message>
    <wsdl:message name="getReturnDocumentsProfileListResponse">
        <wsdl:part name="parameters" element="tns:getReturnDocumentsProfileListResponse"/>
    </wsdl:message>
    <wsdl:message name="createChecklistTemplateRequest">
        <wsdl:part name="parameters" element="tns:createChecklistTemplate"/>
    </wsdl:message>
    <wsdl:message name="createChecklistTemplateResponse">
        <wsdl:part name="parameters" element="tns:createChecklistTemplateResponse"/>
    </wsdl:message>
    <wsdl:message name="updateChecklistTemplateRequest">
        <wsdl:part name="parameters" element="tns:updateChecklistTemplate"/>
    </wsdl:message>
    <wsdl:message name="updateChecklistTemplateResponse">
        <wsdl:part name="parameters" element="tns:updateChecklistTemplateResponse"/>
    </wsdl:message>
    <wsdl:message name="deleteChecklistTemplateRequest">
        <wsdl:part name="parameters" element="tns:deleteChecklistTemplate"/>
    </wsdl:message>
    <wsdl:message name="deleteChecklistTemplateResponse">
        <wsdl:part name="parameters" element="tns:deleteChecklistTemplateResponse"/>
    </wsdl:message>
    <wsdl:message name="getChecklistTemplateListRequest">
        <wsdl:part name="parameters" element="tns:getChecklistTemplateList"/>
    </wsdl:message>
    <wsdl:message name="getChecklistTemplateListResponse">
        <wsdl:part name="parameters" element="tns:getChecklistTemplateListResponse"/>
    </wsdl:message>
    <wsdl:message name="getAdditionalActivitiesListRequest">
        <wsdl:part name="parameters" element="tns:getAdditionalActivitiesList"/>
    </wsdl:message>
    <wsdl:message name="getAdditionalActivitiesListResponse">
        <wsdl:part name="parameters" element="tns:getAdditionalActivitiesListResponse"/>
    </wsdl:message>
    <wsdl:portType name="ElektronicznyNadawca">
        <wsdl:operation name="addShipment">
            <wsdl:input message="tns:addShipmentRequest"/>
            <wsdl:output message="tns:addShipmentResponse"/>
        </wsdl:operation>
        <wsdl:operation name="sendEnvelope">
            <wsdl:input message="tns:sendEnvelopeRequest"/>
            <wsdl:output message="tns:sendEnvelopeResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeBufor">
            <wsdl:input message="tns:getEnvelopeBuforRequest"/>
            <wsdl:output message="tns:getEnvelopeBuforResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeBuforList">
            <wsdl:input message="tns:getEnvelopeBuforListRequest"/>
            <wsdl:output message="tns:getEnvelopeBuforListResponse"/>
        </wsdl:operation>
        <wsdl:operation name="createEnvelopeBufor">
            <wsdl:input message="tns:createEnvelopeBuforRequest"/>
            <wsdl:output message="tns:createEnvelopeBuforResponse"/>
        </wsdl:operation>
        <wsdl:operation name="updateEnvelopeBufor">
            <wsdl:input message="tns:updateEnvelopeBuforRequest"/>
            <wsdl:output message="tns:updateEnvelopeBuforResponse"/>
        </wsdl:operation>
        <wsdl:operation name="clearEnvelopeByGuids">
            <wsdl:input message="tns:clearEnvelopeByGuidsRequest"/>
            <wsdl:output message="tns:clearEnvelopeByGuidsResponse"/>
        </wsdl:operation>
        <wsdl:operation name="clearEnvelope">
            <wsdl:input message="tns:clearEnvelopeRequest"/>
            <wsdl:output message="tns:clearEnvelopeResponse"/>
        </wsdl:operation>
        <wsdl:operation name="moveShipments">
            <wsdl:input message="tns:moveShipmentsRequest"/>
            <wsdl:output message="tns:moveShipmentsResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getAddressLabel">
            <wsdl:input message="tns:getAddressLabelRequest"/>
            <wsdl:output message="tns:getAddressLabelResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getAddresLabelCompact">
            <wsdl:input message="tns:getAddresLabelCompactRequest"/>
            <wsdl:output message="tns:getAddresLabelCompactResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getOutboxBook">
            <wsdl:input message="tns:getOutboxBookRequest"/>
            <wsdl:output message="tns:getOutboxBookResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getFirmowaPocztaBook">
            <wsdl:input message="tns:getFirmowaPocztaBookRequest"/>
            <wsdl:output message="tns:getFirmowaPocztaBookResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeStatus">
            <wsdl:input message="tns:getEnvelopeStatusRequest"/>
            <wsdl:output message="tns:getEnvelopeStatusResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeList">
            <wsdl:input message="tns:getEnvelopeListRequest"/>
            <wsdl:output message="tns:getEnvelopeListResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeContentShort">
            <wsdl:input message="tns:getEnvelopeContentShortRequest"/>
            <wsdl:output
                    message="tns:getEnvelopeContentShortResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeContentFull">
            <wsdl:input message="tns:getEnvelopeContentFullRequest"/>
            <wsdl:output message="tns:getEnvelopeContentFullResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getKarty">
            <wsdl:input message="tns:getKartyRequest"/>
            <wsdl:output message="tns:getKartyResponse"/>
        </wsdl:operation>
        <wsdl:operation name="setAktywnaKarta">
            <wsdl:input message="tns:setAktywnaKartaRequest"/>
            <wsdl:output message="tns:setAktywnaKartaResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getUrzedyNadania">
            <wsdl:input message="tns:getUrzedyNadaniaRequest"/>
            <wsdl:output message="tns:getUrzedyNadaniaResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getUrzedyWydajaceEPrzesylki">
            <wsdl:input
                    message="tns:getUrzedyWydajaceEPrzesylkiRequest"/>
            <wsdl:output
                    message="tns:getUrzedyWydajaceEPrzesylkiResponse"/>
        </wsdl:operation>
        <wsdl:operation name="uploadIWDContent">
            <wsdl:input message="tns:uploadIWDContentRequest"/>
            <wsdl:output message="tns:uploadIWDContentResponse"/>
        </wsdl:operation>
        <wsdl:operation name="downloadIWDContent">
            <wsdl:input message="tns:downloadIWDContentRequest"/>
            <wsdl:output message="tns:downloadIWDContentResponse"/>
        </wsdl:operation>
        <wsdl:operation name="changePassword">
            <wsdl:input message="tns:changePasswordRequest"/>
            <wsdl:output message="tns:changePasswordResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getPasswordExpiredDate">
            <wsdl:input message="tns:getPasswordExpiredDateRequest"/>
            <wsdl:output message="tns:getPasswordExpiredDateResponse"/>
        </wsdl:operation>
        <wsdl:operation name="hello">
            <wsdl:input message="tns:helloRequest"/>
            <wsdl:output message="tns:helloResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getAddresLabelByGuid">
            <wsdl:input message="tns:getAddresLabelByGuidRequest"/>
            <wsdl:output message="tns:getAddresLabelByGuidResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getAddresLabelByGuidCompact">
            <wsdl:input
                    message="tns:getAddresLabelByGuidCompactRequest"/>
            <wsdl:output
                    message="tns:getAddresLabelByGuidCompactResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getPlacowkiPocztowe">
            <wsdl:input message="tns:getPlacowkiPocztoweRequest"/>
            <wsdl:output message="tns:getPlacowkiPocztoweResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getGuid">
            <wsdl:input message="tns:getGuidRequest"/>
            <wsdl:output message="tns:getGuidResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getKierunki">
            <wsdl:input message="tns:getKierunkiRequest"/>
            <wsdl:output message="tns:getKierunkiResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getKierunkiInfo">
            <wsdl:input message="tns:getKierunkiInfoRequest"/>
            <wsdl:output message="tns:getKierunkiInfoResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getEPOStatus">
            <wsdl:input message="tns:getEPOStatusRequest"/>
            <wsdl:output message="tns:getEPOStatusResponse"/>
        </wsdl:operation>
        <wsdl:operation name="setEnvelopeBuforDataNadania">
            <wsdl:input
                    message="tns:setEnvelopeBuforDataNadaniaRequest"/>
            <wsdl:output
                    message="tns:setEnvelopeBuforDataNadaniaResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getUbezpieczeniaInfo">
            <wsdl:input message="tns:getUbezpieczeniaInfoRequest"/>
            <wsdl:output message="tns:getUbezpieczeniaInfoResponse"/>
        </wsdl:operation>
        <wsdl:operation name="isMiejscowa">
            <wsdl:input message="tns:isMiejscowaRequest"/>
            <wsdl:output message="tns:isMiejscowaResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getBlankietPobraniaByGuids">
            <wsdl:input
                    message="tns:getBlankietPobraniaByGuidsRequest"/>
            <wsdl:output
                    message="tns:getBlankietPobraniaByGuidsResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getAccountList">
            <wsdl:input message="tns:getAccountListRequest"/>
            <wsdl:output message="tns:getAccountListResponse"/>
        </wsdl:operation>
        <wsdl:operation name="createAccount">
            <wsdl:input message="tns:createAccountRequest"/>
            <wsdl:output message="tns:createAccountResponse"/>
        </wsdl:operation>
        <wsdl:operation name="updateAccount">
            <wsdl:input message="tns:updateAccountRequest"/>
            <wsdl:output message="tns:updateAccountResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getProfilList">
            <wsdl:input message="tns:getProfilListRequest"/>
            <wsdl:output message="tns:getProfilListResponse"/>
        </wsdl:operation>
        <wsdl:operation name="createProfil">
            <wsdl:input message="tns:createProfilRequest"/>
            <wsdl:output message="tns:createProfilResponse"/>
        </wsdl:operation>
        <wsdl:operation name="updateProfil">
            <wsdl:input message="tns:updateProfilRequest"/>
            <wsdl:output message="tns:updateProfilResponse"/>
        </wsdl:operation>
        <wsdl:operation name="addReklamacje">
            <wsdl:input message="tns:addReklamacjeRequest"/>
            <wsdl:output message="tns:addReklamacjeResponse"/>
        </wsdl:operation>
        <wsdl:operation name="addZalacznikDoReklamacji">
            <wsdl:input message="tns:addZalacznikDoReklamacjiRequest"/>
            <wsdl:output
                    message="tns:addZalacznikDoReklamacjiResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getReklamacje">
            <wsdl:input message="tns:getReklamacjeRequest"/>
            <wsdl:output message="tns:getReklamacjeResponse"/>
        </wsdl:operation>
        <wsdl:operation name="addOdwolanieDoReklamacji">
            <wsdl:input message="tns:addOdwolanieDoReklamacjiRequest"/>
            <wsdl:output
                    message="tns:addOdwolanieDoReklamacjiResponse"/>
        </wsdl:operation>
        <wsdl:operation name="cancelReklamacja">
            <wsdl:input message="tns:cancelReklamacjaRequest"/>
            <wsdl:output message="tns:cancelReklamacjaResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getListaPowodowReklamacji">
            <wsdl:input message="tns:getListaPowodowReklamacjiRequest"/>
            <wsdl:output
                    message="tns:getListaPowodowReklamacjiResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getZapowiedziFaktur">
            <wsdl:input message="tns:getZapowiedziFakturRequest"/>
            <wsdl:output message="tns:getZapowiedziFakturResponse"/>
        </wsdl:operation>
        <wsdl:operation name="addRozbieznoscDoZapowiedziFaktur">
            <wsdl:input
                    message="tns:addRozbieznoscDoZapowiedziFakturRequest"/>
            <wsdl:output
                    message="tns:addRozbieznoscDoZapowiedziFakturResponse"/>
        </wsdl:operation>
        <wsdl:operation name="zamowKuriera">
            <wsdl:input message="tns:zamowKurieraRequest"/>
            <wsdl:output message="tns:zamowKurieraResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getEZDO">
            <wsdl:input message="tns:getEZDORequest"/>
            <wsdl:output message="tns:getEZDOResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getEZDOList">
            <wsdl:input message="tns:getEZDOListRequest"/>
            <wsdl:output message="tns:getEZDOListResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getWplatyCKP">
            <wsdl:input message="tns:getWplatyCKPRequest"/>
            <wsdl:output message="tns:getWplatyCKPResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getListaZgodEZwrotow">
            <wsdl:input message="tns:getListaZgodEZwrotowRequest"/>
            <wsdl:output message="tns:getListaZgodEZwrotowResponse"/>
        </wsdl:operation>
        <wsdl:operation name="setStatusZgodyNaEZwrot">
            <wsdl:input message="tns:setStatusZgodyNaEZwrotRequest"/>
            <wsdl:output message="tns:setStatusZgodyNaEZwrotResponse"/>
        </wsdl:operation>
        <wsdl:operation name="wyslijLinkaOStatusieEZwrotu">
            <wsdl:input
                    message="tns:wyslijLinkaOStatusieEZwrotuRequest"/>
            <wsdl:output
                    message="tns:wyslijLinkaOStatusieEZwrotuResponse"/>
        </wsdl:operation>
        <wsdl:operation name="isObszarMiasto">
            <wsdl:input message="tns:isObszarMiastoRequest"/>
            <wsdl:output message="tns:isObszarMiastoResponse"/>
        </wsdl:operation>

        <wsdl:operation name="setJednostkaOrganizacyjna">
            <wsdl:input message="tns:setJednostkaOrganizacyjnaRequest"/>
            <wsdl:output
                    message="tns:setJednostkaOrganizacyjnaResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getJednostkaOrganizacyjna">
            <wsdl:input message="tns:getJednostkaOrganizacyjnaRequest"/>
            <wsdl:output
                    message="tns:getJednostkaOrganizacyjnaResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getPrintForParcel">
            <wsdl:documentation>The method returns parcels printouts for passed
                guid's
            </wsdl:documentation>
            <wsdl:input message="tns:getPrintForParcelRequest"/>
            <wsdl:output message="tns:getPrintForParcelResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getShopEZwrotyList">
            <wsdl:input message="tns:getShopEZwrotyListRequest"/>
            <wsdl:output message="tns:getShopEZwrotyListResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getLibrariesForLegalDeposits">
            <wsdl:documentation/>
            <wsdl:input
                    message="tns:getLibrariesForLegalDepositsRequest"/>
            <wsdl:output
                    message="tns:getLibrariesForLegalDepositsResponse"/>
        </wsdl:operation>
        <wsdl:operation name="orderEasyReturnSolutionLabel">
            <wsdl:input
                    message="tns:orderEasyReturnSolutionLabelRequest"/>
            <wsdl:output
                    message="tns:orderEasyReturnSolutionLabelResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getPlacowkaPocztowa">
            <wsdl:input message="tns:getPlacowkaPocztowaRequest"/>
            <wsdl:output message="tns:getPlacowkaPocztowaResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getParcelContentList">
            <wsdl:input message="tns:getParcelContentListRequest"/>
            <wsdl:output message="tns:getParcelContentListResponse"/>
        </wsdl:operation>
        <wsdl:operation name="createParcelContent">
            <wsdl:input message="tns:createParcelContentRequest"/>
            <wsdl:output message="tns:createParcelContentResponse"/>
        </wsdl:operation>
        <wsdl:operation name="updateParcelContent">
            <wsdl:input message="tns:updateParcelContentRequest"/>
            <wsdl:output message="tns:updateParcelContentResponse"/>
        </wsdl:operation>
        <wsdl:operation name="deleteParcelContent">
            <wsdl:input message="tns:deleteParcelContentRequest"/>
            <wsdl:output message="tns:deleteParcelContentResponse"/>
        </wsdl:operation>
        <wsdl:operation name="createReturnDocumentsProfile">
            <wsdl:input message="tns:createReturnDocumentsProfileRequest"/>
            <wsdl:output message="tns:createReturnDocumentsProfileResponse"/>
        </wsdl:operation>
        <wsdl:operation name="updateReturnDocumentsProfile">
            <wsdl:input message="tns:updateReturnDocumentsProfileRequest"/>
            <wsdl:output message="tns:updateReturnDocumentsProfileResponse"/>
        </wsdl:operation>
        <wsdl:operation name="deleteReturnDocumentsProfile">
            <wsdl:input message="tns:deleteReturnDocumentsProfileRequest"/>
            <wsdl:output message="tns:deleteReturnDocumentsProfileResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getReturnDocumentsProfileList">
            <wsdl:input message="tns:getReturnDocumentsProfileListRequest"/>
            <wsdl:output message="tns:getReturnDocumentsProfileListResponse"/>
        </wsdl:operation>
        <wsdl:operation name="createChecklistTemplate">
            <wsdl:input message="tns:createChecklistTemplateRequest"/>
            <wsdl:output message="tns:createChecklistTemplateResponse"/>
        </wsdl:operation>
        <wsdl:operation name="updateChecklistTemplate">
            <wsdl:input message="tns:updateChecklistTemplateRequest"/>
            <wsdl:output message="tns:updateChecklistTemplateResponse"/>
        </wsdl:operation>
        <wsdl:operation name="deleteChecklistTemplate">
            <wsdl:input message="tns:deleteChecklistTemplateRequest"/>
            <wsdl:output message="tns:deleteChecklistTemplateResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getChecklistTemplateList">
            <wsdl:input message="tns:getChecklistTemplateListRequest"/>
            <wsdl:output message="tns:getChecklistTemplateListResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getAdditionalActivitiesList">
            <wsdl:input message="tns:getAdditionalActivitiesListRequest"/>
            <wsdl:output message="tns:getAdditionalActivitiesListResponse"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="ENBinding" type="tns:ElektronicznyNadawca">
        <soap:binding style="document"
                      transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="addShipment">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/addShipment"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="changePassword">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/changePassword"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="sendEnvelope">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/sendEnvelope"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getUrzedyNadania">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getUrzedyNadania"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="clearEnvelope">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/clearEnvelope"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getUrzedyWydajaceEPrzesylki">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getUrzedyWydajaceEPrzesylki"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="uploadIWDContent">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/uploadIWDContent"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeStatus">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getEnvelopeStatus"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="downloadIWDContent">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/downloadIWDContent"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getKarty">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getKarty"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getPasswordExpiredDate">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getPasswordExpiredDate"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="setAktywnaKarta">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/setAktywnaKarta"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="hello">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/hello"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeContentShort">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getEnvelopeContentShort"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeContentFull">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getEnvelopeContentFull"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getAddressLabel">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getAddressLabel"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getOutboxBook">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getOutboxBook"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getFirmowaPocztaBook">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getFirmowaPocztaBook"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeList">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getEnvelopeList"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getAddresLabelByGuid">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getAddresLabelByGuid"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getPlacowkiPocztowe">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getPlacowkiPocztowe"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getGuid">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getGuid"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getKierunki">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getKierunki"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getKierunkiInfo">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getKierunkiInfo"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeBufor">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getEnvelopeBufor"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="clearEnvelopeByGuids">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/clearEnvelopeByGuids"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="setEnvelopeBuforDataNadania">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/setEnvelopeBuforDataNadania"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getEPOStatus">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getEPOStatus"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getAddresLabelCompact">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getAddresLabelCompact"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getAddresLabelByGuidCompact">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getAddresLabelByGuidCompact"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getEnvelopeBuforList">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getEnvelopeBuforList"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="createEnvelopeBufor">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/createEnvelopeBufor"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="updateEnvelopeBufor">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/updateEnvelopeBufor"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="moveShipments">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/moveShipments"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getUbezpieczeniaInfo">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getUbezpieczeniaInfo"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="isMiejscowa">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/isMiejscowa"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getBlankietPobraniaByGuids">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getBlankietPobraniaByGuids"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="updateAccount">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/updateAccount"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getAccountList">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getAccountList"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getProfilList">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getProfilList"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="updateProfil">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/updateProfil"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="createAccount">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/createAccount"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="createProfil">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/createProfil"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="addReklamacje">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/addReklamacje"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getReklamacje">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getReklamacje"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="addOdwolanieDoReklamacji">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/addOdwolanieDoReklamacji"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="cancelReklamacja">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/cancelReklamacja"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getZapowiedziFaktur">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getZapowiedziFaktur"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="addRozbieznoscDoZapowiedziFaktur">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/addRozbieznoscDoZapowiedziFaktur"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getListaPowodowReklamacji">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getListaPowodowReklamacji"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="zamowKuriera">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/zamowKuriera"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getEZDO">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getEZDO"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getEZDOList">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getEZDOList"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getWplatyCKP">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getWplatyCKP"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="addZalacznikDoReklamacji">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/addZalacznikDoReklamacji"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getListaZgodEZwrotow">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getListaZgodEZwrotow"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="setStatusZgodyNaEZwrot">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/setStatusZgodyNaEZwrot"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="wyslijLinkaOStatusieEZwrotu">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/wyslijLinkaOStatusieEZwrotu"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="isObszarMiasto">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/isObszarMiasto"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="setJednostkaOrganizacyjna">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/setJednostkaOrganizacyjna"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getJednostkaOrganizacyjna">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getJednostkaOrganizacyjna"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getPrintForParcel">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getPrintForParcel"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getShopEZwrotyList">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getShopEZwrotyList"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getLibrariesForLegalDeposits">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getListaBibliotek"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="orderEasyReturnSolutionLabel">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getEasyReturnSolutionLabel"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getPlacowkaPocztowa">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getPlacowkaPocztowa"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getParcelContentList">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getParcelContentList"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="createParcelContent">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/createParcelContent"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="updateParcelContent">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/updateParcelContent"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="deleteParcelContent">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/deleteParcelContent"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="createReturnDocumentsProfile">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/createReturnDocumentsProfile"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="updateReturnDocumentsProfile">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/updateReturnDocumentsProfile"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="deleteReturnDocumentsProfile">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/deleteReturnDocumentsProfile"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getReturnDocumentsProfileList">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getReturnDocumentsProfileList"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="createChecklistTemplate">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/createChecklistTemplate"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="updateChecklistTemplate">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/updateChecklistTemplate"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="deleteChecklistTemplate">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/deleteChecklistTemplate"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getChecklistTemplateList">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getChecklistTemplateList"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getAdditionalActivitiesList">
            <soap:operation
                    soapAction="https://e-nadawca.poczta-polska.pl/getAdditionalActivitiesList"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="ElektronicznyNadawca">
        <wsdl:port name="ENSoap" binding="tns:ENBinding">
            <soap:address location="https://e-nadawca.poczta-polska.pl/websrv/labs.php"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>
