<xsd:schema targetNamespace=http://www.fluidimagination.com/sams/address.xsd
        xmlns:addr=http://www.fluidimagination.com/sams/address.xsd
        xmlns:xsd=http://www.w3.org/2001/XMLSchema>
    <xsd:element name=adres type=addr:adresType/>

    <xsd:complexType name=adresType>
        <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:schema>

