<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/AffectedApplicationWebServices.Services" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/AffectedApplicationWebServices.Services" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import schemaLocation="http://localhost:111/Services/AffectedApplicationService.svc?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:complexType name="GetApplicationResult">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApplicationNumber" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApplicationRequestDetailID" type="xs:long" />
      <xs:element minOccurs="0" name="CapturingComplete" type="xs:boolean" />
      <xs:element minOccurs="0" name="DocumentUplaodComplete" type="xs:boolean" />
      <xs:element minOccurs="0" name="Error" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FileFound" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsError" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsException" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsFound" type="xs:boolean" />
      <xs:element minOccurs="0" name="ProcessingFinalised" type="xs:boolean" />
      <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="RequiredDocuments" nillable="true" type="q1:ArrayOfstring" />
      <xs:element minOccurs="0" name="ScanningComplete" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="GetApplicationResult" nillable="true" type="tns:GetApplicationResult" />
</xs:schema>