blob: 7ff1aac0eb400cdf0ad2101ff72dede7d38c8d6b [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"
elementFormDefault="qualified">
<complexType name="SOAPStruct">
<choice>
<element name="varString" type="xsd:string"/>
<element name="varInt" type="xsd:int"/>
<element name="varFloat" type="xsd:float"/>
</choice>
</complexType>
<element name="myElement" type="tns:SOAPStruct"/>
</schema>