<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="OrganisationSearch" targetNamespace="http://tempuri.org/OrganisationSearch.xsd" xmlns:mstns="http://tempuri.org/OrganisationSearch.xsd" xmlns="http://tempuri.org/OrganisationSearch.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:annotation>
    <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
      <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
        <Connections>
          <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="FsaMonthlyConnectionString" ConnectionStringObject="" IsAppSettingsProperty="True" Modifier="Assembly" Name="FsaMonthlyConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.FsaBackendCs.Properties.Settings.GlobalReference.Default.FsaMonthlyConnectionString" Provider="System.Data.SqlClient">
          </Connection>
        </Connections>
        <Tables>
        </Tables>
        <Sources>
        </Sources>
      </DataSource>
    </xs:appinfo>
  </xs:annotation>
  <xs:element name="OrganisationSearch" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="OrganisationSearch" msprop:Generator_DataSetName="OrganisationSearch">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="Results" msprop:Generator_UserTableName="Results" msprop:Generator_RowDeletedName="ResultsRowDeleted" msprop:Generator_TableClassName="ResultsDataTable" msprop:Generator_RowChangedName="ResultsRowChanged" msprop:Generator_RowClassName="ResultsRow" msprop:Generator_RowChangingName="ResultsRowChanging" msprop:Generator_RowEvArgName="ResultsRowChangeEvent" msprop:Generator_RowEvHandlerName="ResultsRowChangeEventHandler" msprop:Generator_TablePropName="Results" msprop:Generator_TableVarName="tableResults" msprop:Generator_RowDeletingName="ResultsRowDeleting">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Reference" msprop:Generator_UserColumnName="Reference" msprop:Generator_ColumnPropNameInRow="Reference" msprop:Generator_ColumnVarNameInTable="columnReference" msprop:Generator_ColumnPropNameInTable="ReferenceColumn" type="xs:int" />
              <xs:element name="OrganisationName" msprop:Generator_UserColumnName="OrganisationName" msprop:Generator_ColumnPropNameInRow="OrganisationName" msprop:Generator_ColumnVarNameInTable="columnOrganisationName" msprop:Generator_ColumnPropNameInTable="OrganisationNameColumn" type="xs:string" />
              <xs:element name="Postcode" msprop:Generator_UserColumnName="Postcode" msprop:Generator_ColumnPropNameInRow="Postcode" msprop:Generator_ColumnVarNameInTable="columnPostcode" msprop:Generator_ColumnPropNameInTable="PostcodeColumn" type="xs:string" minOccurs="0" />
              <xs:element name="Status" msprop:Generator_UserColumnName="Status" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInTable="StatusColumn" type="xs:string" minOccurs="0" />
              <xs:element name="IsOnWatchList" msprop:Generator_UserColumnName="IsOnWatchList" msprop:Generator_ColumnPropNameInRow="IsOnWatchList" msprop:Generator_ColumnVarNameInTable="columnIsOnWatchList" msprop:Generator_ColumnPropNameInTable="IsOnWatchListColumn" type="xs:boolean" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:Results" />
      <xs:field xpath="mstns:Reference" />
    </xs:unique>
  </xs:element>
</xs:schema>