blob: cead4e37aa2783203197c6ed3ad2512bf3653e15 [file] [log] [blame]
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://soapinterop.org/types"
targetNamespace="http://soapinterop.org/types">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="SOAPStruct">
<sequence>
<element name="varString" type="xsd:string"/>
<element name="varInt" type="xsd:int"/>
<element name="varFloat" type="xsd:float"/>
</sequence>
</complexType>
<!-- Has one more complex type that uses the already defined complex type -->
<complexType name="SOAPStructFault">
<sequence>
<element name="soapStruct" type="tns:SOAPStruct"/>
</sequence>
</complexType>
<element name="tempElt" type="tns:SOAPStructFault"/>
</schema>