<xsd:schema targetNamespace="http://www.fluidimagination.com/sams/address.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:addr="http://www.fluidimagination.com/sams/address.xsd">
    <xsd:element name="Adres">
        <xsd:complexType>
            <xsd:sequence>
                <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:sequence>
        </xsd:complexType>
    </xsd:element>
</xsd:schema>
