<?xml version = '1.0' encoding = 'UTF-8'?>
<schema targetNamespace="http://xmlns.oracle.com/bpel/workflow/task" attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://xmlns.oracle.com/bpel/workflow/task">
   <complexType name="HumanTaskPayloadType">
      <sequence>
          <element name="Payload" type="xsd:string" xmlns=""/>
          <element name="Payload_1" type="xsd:int" xmlns=""/>
      </sequence>
   </complexType>
</schema>
