summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round3/GroupD/imported/import2B.xsd
blob: b35eded4f057a68be24624177a23c27623fee04c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<schema targetNamespace='http://soapinterop.org/xsd'
      xmlns='http://www.w3.org/2001/XMLSchema'      
      elementFormDefault='unqualified'>
      <complexType name="SOAPStruct">
        <all>
          <element name="varString" type="string" />
          <element name="varInt" type="int" /> 
          <element name="varFloat" type="float" /> 
        </all>
      </complexType>
</schema>