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