<?xml version="1.0"?>
<definitions name="AddressType"
        targetNamespace="http://www.fluidimagination.com/sams/addressType.wsdl"
        xmlns:tns="http://www.fluidimagination.com/sams/addressType.wsdl"
        xmlns="http://schemas.xmlsoap.org/wsdl/">
    <types>
      <schema
         targetNamespace=http://www.fluidimagination.com/sams/addressType.wsdl
xmlns="http://www.w3.org/2001/XMLSchema">
         <element name="Adres">
            <complexType>
               <all>
                  <element name="nazwisko" type="string"/>
                  <element name="adres1" type="string"/>
                  <element name="adres2" type="string"/>
                  <element name="miasto" type="string"/>
                  <element name="wojewdztwo" type="string"/>
                  <element name="kod_pocztowy" type="string"/>
               </all>
            </complexType>
         </element>
      </schema>
    </types>
</definitions>
