<?xml version="1.0"?>
<definitions name="adresy"
        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="nazwiso" 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>
    <!-- Komunikat z dwoma adresami -->
    <message name="zakup">
        <part name="fakturaDo" element="tns:adres"/>
        <part name="dostawaDo" element="tns:adres"/>
    </message>
</definitions>
