blob: 1f3f5a11e91ff2d598d1ce4875299d4040f2ead4 [file] [log] [blame]
<schema targetNamespace="http://soapinterop.org/xsd"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsd1="http://soapinterop.org/xsd"
elementFormDefault="qualified">
<complexType name="SOAPStruct">
<sequence>
<element name="varFloat" type="xsd:float"/>
<element name="varInt" type="xsd:int"/>
<element name="varString" type="xsd:string"/>
</sequence>
<anyAttribute />
</complexType>
<element name="myobject" type="xsd1:SOAPStruct"/>
</schema>