<?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="Address">
            <xsd:complexType>
               <xsd:all>
                  <xsd:element name="name" type="xsd:string"/>
                  <xsd:element name="address1" type="xsd:string"/>
                  <xsd:element name="address2" type="xsd:string"/>
                  <xsd:element name="city" type="xsd:string"/>
                  <xsd:element name="state" type="xsd:string"/>
                  <xsd:element name="zip" type="xsd:string"/>                   
               </xsd:all>
            </xsd:complexType>
         </xsd:element>         
      </xsd:schema>
    </wsdl:types>
</wsdl:definitions>