<?xml version="1.0" encoding="UTF-16"?>
<schema
    targetNamespace="http://w2jrlr2009testservice.org/types3"
    xmlns="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified">

    <complexType name="IncludedUTF16IntegerRequest">
        <sequence>
            <element name="BigInteger" type="integer" nillable="true"/>
        </sequence>
   </complexType>

   <complexType name="IncludedUTF16IntegerResponse">
       <sequence>
           <element name="BigInteger" type="integer" nillable="true"/>
       </sequence>
   </complexType>
</schema>

