<?xml version="1.0" encoding="UTF-8"?>
<xs:schema version="1.0" targetNamespace="http://soap.rsb.openanalytics.eu/types" elementFormDefault="qualified" xmlns:soap-data="http://soap.rsb.openanalytics.eu/types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="jobType">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[<p>Java class for jobType complex type.]]>
<![CDATA[<p>The following schema fragment specifies the expected content contained within this class.]]>
<![CDATA[<pre>]]>
<![CDATA[&lt;complexType name="jobType">]]>
<![CDATA[&lt;complexContent>]]>
<![CDATA[&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">]]>
<![CDATA[&lt;sequence>]]>
<![CDATA[&lt;element name="applicationName" type="{http://rsb.openanalytics.eu/types}applicationNameType"/>]]>
<![CDATA[&lt;element name="parameter" maxOccurs="unbounded" minOccurs="0">]]>
<![CDATA[&lt;complexType>]]>
<![CDATA[&lt;complexContent>]]>
<![CDATA[&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">]]>
<![CDATA[&lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />]]>
<![CDATA[&lt;attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />]]>
<![CDATA[&lt;/restriction>]]>
<![CDATA[&lt;/complexContent>]]>
<![CDATA[&lt;/complexType>]]>
<![CDATA[&lt;/element>]]>
<![CDATA[&lt;element name="payload" type="{http://soap.rsb.openanalytics.eu/types}payloadType" maxOccurs="unbounded"/>]]>
<![CDATA[&lt;/sequence>]]>
<![CDATA[&lt;/restriction>]]>
<![CDATA[&lt;/complexContent>]]>
<![CDATA[&lt;/complexType>]]>
<![CDATA[</pre>]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="applicationName" type="xs:string" minOccurs="1"/>
      <xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>
              <![CDATA[<p>Java class for anonymous complex type.]]>
<![CDATA[<p>The following schema fragment specifies the expected content contained within this class.]]>
<![CDATA[<pre>]]>
<![CDATA[&lt;complexType>]]>
<![CDATA[&lt;complexContent>]]>
<![CDATA[&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">]]>
<![CDATA[&lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />]]>
<![CDATA[&lt;attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />]]>
<![CDATA[&lt;/restriction>]]>
<![CDATA[&lt;/complexContent>]]>
<![CDATA[&lt;/complexType>]]>
<![CDATA[</pre>]]>
            </xs:documentation>
          </xs:annotation>
          <xs:attribute name="name" use="required" type="xs:string"/>
          <xs:attribute name="value" use="required" type="xs:string"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="payload" type="soap-data:payloadType" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="payloadType">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[<p>Java class for payloadType complex type.]]>
<![CDATA[<p>The following schema fragment specifies the expected content contained within this class.]]>
<![CDATA[<pre>]]>
<![CDATA[&lt;complexType name="payloadType">]]>
<![CDATA[&lt;complexContent>]]>
<![CDATA[&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">]]>
<![CDATA[&lt;sequence>]]>
<![CDATA[&lt;element name="data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>]]>
<![CDATA[&lt;/sequence>]]>
<![CDATA[&lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />]]>
<![CDATA[&lt;attribute name="contentType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />]]>
<![CDATA[&lt;/restriction>]]>
<![CDATA[&lt;/complexContent>]]>
<![CDATA[&lt;/complexType>]]>
<![CDATA[</pre>]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="data" type="xs:base64Binary" minOccurs="1" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmime:expectedContentTypes="application/octet-stream"/>
    </xs:sequence>
    <xs:attribute name="name" use="required" type="xs:string"/>
    <xs:attribute name="contentType" use="required" type="xs:string"/>
  </xs:complexType>
  <xs:complexType name="resultType">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[<p>Java class for resultType complex type.]]>
<![CDATA[<p>The following schema fragment specifies the expected content contained within this class.]]>
<![CDATA[<pre>]]>
<![CDATA[&lt;complexType name="resultType">]]>
<![CDATA[&lt;complexContent>]]>
<![CDATA[&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">]]>
<![CDATA[&lt;sequence>]]>
<![CDATA[&lt;element name="applicationName" type="{http://rsb.openanalytics.eu/types}applicationNameType"/>]]>
<![CDATA[&lt;element name="jobId" type="{http://www.w3.org/2001/XMLSchema}string"/>]]>
<![CDATA[&lt;element name="success" ty]]>
<![CDATA[pe="{http://www.w3.org/2001/XMLSchema}boolean"/>]]>
<![CDATA[&lt;element name="payload" type="{http://soap.rsb.openanalytics.eu/types}payloadType" maxOccurs="unbounded"/>]]>
<![CDATA[&lt;/sequence>]]>
<![CDATA[&lt;/restriction>]]>
<![CDATA[&lt;/complexContent>]]>
<![CDATA[&lt;/complexType>]]>
<![CDATA[</pre>]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="applicationName" type="xs:string" minOccurs="1"/>
      <xs:element name="jobId" type="xs:string" minOccurs="1"/>
      <xs:element name="success" type="xs:boolean" minOccurs="1"/>
      <xs:element name="payload" type="soap-data:payloadType" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="job" type="soap-data:jobType">
    <xs:annotation>
      <xs:documentation/>
    </xs:annotation>
  </xs:element>
  <xs:element name="result" type="soap-data:resultType">
    <xs:annotation>
      <xs:documentation/>
    </xs:annotation>
  </xs:element>
</xs:schema>