blob: 42476211a3b3e9623ac7d4b36e24f6adb543d327 [file] [log] [blame]
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://soapinterop.org1/types"
targetNamespace="http://soapinterop.org1/types"
elementFormDefault="qualified">
<element name="tempElt">
<complexType>
<sequence>
<element name="varString" type="xsd:string"/>
<element name="varInt" type="xsd:int"/>
<element name="varFloat" type="xsd:float"/>
</sequence>
</complexType>
</element>
</schema>