<?xml version="1.0" encoding="UTF-8"?>
<!--
 Web Services API : WebToBrokerCreation
-->
<definitions targetNamespace="http://soap.sforce.com/schemas/class/WebToBrokerCreation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://soap.sforce.com/schemas/class/WebToBrokerCreation">
 <types>
  <xsd:schema elementFormDefault="qualified" targetNamespace="http://soap.sforce.com/schemas/class/WebToBrokerCreation">
   <xsd:element name="AllowFieldTruncationHeader">
    <xsd:complexType>
     <xsd:sequence>
      <xsd:element name="allowFieldTruncation" type="xsd:boolean"/>
     </xsd:sequence>
    </xsd:complexType>
   </xsd:element>
   <xsd:element name="CallOptions">
    <xsd:complexType>
     <xsd:sequence>
      <xsd:element name="client" type="xsd:string"/>
     </xsd:sequence>
    </xsd:complexType>
   </xsd:element>
   <xsd:element name="DebuggingHeader">
    <xsd:complexType>
     <xsd:sequence>
      <xsd:element name="categories" minOccurs="0" maxOccurs="unbounded" type="tns:LogInfo"/>
      <xsd:element name="debugLevel" type="tns:LogType"/>
     </xsd:sequence>
    </xsd:complexType>
   </xsd:element>
   <xsd:complexType name="LogInfo">
    <xsd:sequence>
     <xsd:element name="category" type="tns:LogCategory"/>
     <xsd:element name="level" type="tns:LogCategoryLevel"/>
    </xsd:sequence>
   </xsd:complexType>
   <xsd:simpleType name="LogCategory">
    <xsd:restriction base="xsd:string">
     <xsd:enumeration value="Db"/>
     <xsd:enumeration value="Workflow"/>
     <xsd:enumeration value="Validation"/>
     <xsd:enumeration value="Callout"/>
     <xsd:enumeration value="Apex_code"/>
     <xsd:enumeration value="Apex_profiling"/>
     <xsd:enumeration value="Visualforce"/>
     <xsd:enumeration value="System"/>
     <xsd:enumeration value="All"/>
    </xsd:restriction>
   </xsd:simpleType>
   <xsd:simpleType name="LogCategoryLevel">
    <xsd:restriction base="xsd:string">
     <xsd:enumeration value="None"/>
     <xsd:enumeration value="Finest"/>
     <xsd:enumeration value="Finer"/>
     <xsd:enumeration value="Fine"/>
     <xsd:enumeration value="Debug"/>
     <xsd:enumeration value="Info"/>
     <xsd:enumeration value="Warn"/>
     <xsd:enumeration value="Error"/>
    </xsd:restriction>
   </xsd:simpleType>
   <xsd:simpleType name="LogType">
    <xsd:restriction base="xsd:string">
     <xsd:enumeration value="None"/>
     <xsd:enumeration value="Debugonly"/>
     <xsd:enumeration value="Db"/>
     <xsd:enumeration value="Profiling"/>
     <xsd:enumeration value="Callout"/>
     <xsd:enumeration value="Detail"/>
    </xsd:restriction>
   </xsd:simpleType>
   <xsd:element name="DebuggingInfo">
    <xsd:complexType>
     <xsd:sequence>
      <xsd:element name="debugLog" type="xsd:string"/>
     </xsd:sequence>
    </xsd:complexType>
   </xsd:element>
   <xsd:element name="SessionHeader">
    <xsd:complexType>
     <xsd:sequence>
      <xsd:element name="sessionId" type="xsd:string"/>
     </xsd:sequence>
    </xsd:complexType>
   </xsd:element>
   <xsd:complexType name="QueryResult">
    <xsd:sequence>
     <xsd:element name="done" type="xsd:boolean"/>
     <xsd:element name="queryLocator" type="xsd:string" nillable="true"/>
     <xsd:element name="records" minOccurs="0" maxOccurs="unbounded" type="tns:sObject" nillable="true"/>
     <xsd:element name="size" type="xsd:int"/>
    </xsd:sequence>
   </xsd:complexType>
   <xsd:complexType name="sObject">
    <xsd:sequence>
     <xsd:element name="fieldsToNull" minOccurs="0" maxOccurs="unbounded" type="xsd:string" nillable="true"/>
     <xsd:element name="Id" type="tns:ID" nillable="true"/>
    </xsd:sequence>
   </xsd:complexType>
   <xsd:complexType name="AcceptedEventRelation">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Event" minOccurs="0" type="tns:Event" nillable="true"/>
       <xsd:element name="EventId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Relation" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="RelationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RespondedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Response" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Account">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccountContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AccountID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AccountNumber" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AccountPartnersFrom" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AccountPartnersTo" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AccountSource" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Account__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Age_A__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Age__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Age__pc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Alternate_Email_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Alternate_Email_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Alternate_Email_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Alternate_Email_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Alternate_Email_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Alternate_Phone_number__pc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Anniversary_This_Year__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Anniversary__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="AnnualRevenue" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Approval_Status__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Assets" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Assets__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Assets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Auto_Mail__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="BillingAddress" minOccurs="0" type="tns:address" nillable="true"/>
       <xsd:element name="BillingCity" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BillingCountry" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BillingGeocodeAccuracy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BillingLatitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="BillingLongitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="BillingPostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BillingState" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BillingStreet" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Birthday_This_Year__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Birthday__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Birthday__pc" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Book_your_site_visit1__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Broker_Tagged_Lead__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Brokrage_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Budget__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Building_Number_or_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Building_Number_or_Code__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Buying_Pattern__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Client_ok_physical_infrastructure__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Client_req_lead_time_start_operation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Do_technical_specifications_match__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Fitment_Score__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Fitment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Is_Client_ok_with_location__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="C_O_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="C_O_Name__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CampaignID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign_Lead__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Cases" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ChildAccounts" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Commercial__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Company_Code__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Company__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contacts" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Contacts__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Continents__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contracts" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Converted_Lead_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CountryNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country_Codes__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Created_Through_Lead__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CustomerReferral__pc" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CustomerReferral__pr" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="Customer_Class__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Group__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_group__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Date_of_enquiry__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Designation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Designation__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Direct_Channel_Partner__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Distribution_Channel__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="District__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="District__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Does_the_Customer_have_a_Capital_Gains__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="EmailNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email_IdNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email_On_Birthday_and_Anniversary__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Enquiry1__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Fax" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FaxNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FirstName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_NameNEW__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Flag_Government_Customer__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Floor__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Floor__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Guardian_Name__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_he_Paid_processing_charges_Got_a_sa__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_he_decided_on_Bank_HFI__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_he_decided_on_His_source_of_finance__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_he_got_cheque_or_a_DD__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_he_repeated_his_Site_visit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Home_PhoneNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="How_did_you_hear_about_us1__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Industry" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Industry_Code_1_ASM_Territory__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Industry_code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPersonAccount" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Co_Applicant__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_NRI__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_he_living_in_Own_or_Rented_Premises__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_he_open_only_to_purchase_from_develop__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_he_purchasing_for_Self_Use_or_Investm__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_he_ready_to_visit_the_site__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_the_Customer_the_decision_maker__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_there_a_Timeline_to_complete_his_purc__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Jigsaw" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="JigsawCompanyId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_NameNEW__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Last_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Origin__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Record_Type_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Score__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_Source__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Leads__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Legal_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Legal_status__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Mailing_CityNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_City__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Postal_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_State__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_State__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street1__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street2New__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street2__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street3New__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street3__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street4__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street5__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_StreetNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MasterRecord" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="MasterRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Middle_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_No1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_No2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_No3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_No4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_No5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_NoNEW__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_No__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_Number__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_Phone_NumberNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NRI__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Nationality__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Nationality_a__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NumberOfEmployees" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Occupation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Occupation__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Office_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Office_Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Office_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Office_Phone_NumberNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Office_Postal_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Office_State1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Office_address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Opportunities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Opportunities__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpportunityCount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="OpportunityPartnersTo" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Other_Address1__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Other_Address2__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Ownership" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PAN_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PAN__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PartnersFrom" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PartnersTo" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonAcceptedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonAccountContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonAssets" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonAssistantName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonAssistantPhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonBirthdate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PersonCampaignMembers" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonCaseContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonCases" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonContact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PersonContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PersonContractContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonContractsSigned" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonDeclinedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonDepartment" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonDoNotCall" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PersonEmail" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonEmailBouncedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PersonEmailBouncedReason" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonEmailMessageRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonEmailStatuses" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonEvents" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonHasOptedOutOfEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PersonHasOptedOutOfFax" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PersonHomePhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonLastCURequestDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PersonLastCUUpdateDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PersonLeadSource" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonLookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonMailingAddress" minOccurs="0" type="tns:address" nillable="true"/>
       <xsd:element name="PersonMailingCity" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonMailingCountry" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonMailingGeocodeAccuracy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonMailingLatitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PersonMailingLongitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PersonMailingPostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonMailingState" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonMailingStreet" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonMobilePhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonOpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonOpportunities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonOpportunityContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonOtherAddress" minOccurs="0" type="tns:address" nillable="true"/>
       <xsd:element name="PersonOtherCity" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonOtherCountry" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonOtherGeocodeAccuracy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonOtherLatitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PersonOtherLongitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PersonOtherPhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonOtherPostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonOtherState" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonOtherStreet" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonShares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonTasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PersonTitle" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PersonUndecidedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Personas" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Phone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PhoneNEW__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone_No1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone_No2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone_No3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone_Number1__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone_NumberNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone_Number__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Postal_CodeNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Postal_Code__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Posts" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Account_Type__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Advance_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Age__pc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Details1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Details__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Details__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Dtls1__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Booking__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings1__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applied_For_Loan__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Associated_Projects__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Associated_Projects_for_Reports__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Beneficiary_Branch_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Benficiary_Bank_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Ledgers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Assignment_Group_Members__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Checklists__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Checklists__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Company_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Company__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Name__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Role1__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Role__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Contacts1__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Contacts__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Convert_To_Customer__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__CustomerPriority__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Category__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Classification__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Code__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Code_auto__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Details__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Department__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Email_Id__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Emails1__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Emails__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Form_60__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Income_Tax_Registration_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Income_Tax_permanent_Account_No__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Languages__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Lease__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Legal_Case_Pending__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Legal_Status__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Level__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__MICR_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Mobile_Phone_Number__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Nationality__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Non_Resident__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__NumberofLocations__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Offer_Created__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Offer__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Offers1__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Offers__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Office_Phone_Number__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Due_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Pending_With_Employee__pc" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Pending_With_Employee__pr" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Primary_Address_For_Correspondence__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Profession__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__ProspectId__pc" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__ProspectId__pr" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__RTGS_Account_Detail__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Registration_License_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Requests__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Residence_Phone_Number__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Resident_Status__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Resident__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Running_TDS__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__SLAExpirationDate__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__SLASerialNumber__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__SLA__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Secondary_Address_for_Correspondence__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Request__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Service_Requests__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Total_Booking__pc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Enquiries_Converted_To_Offer__pc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Enquiry__pc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Offer_Amount__pc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Offer__pc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Offers_Closed_Won_Amount__pc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Offers_Closed_Won__pc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Transferee__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Under_DTAA__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Update_to_Customer__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__UpsellOpportunity__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Validate_PAN_Link__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Wedding_Anniversary__pc" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Purchase_Reason__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Purpose__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rating" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rating_of_the_Converted_Lead__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Relationship_Name__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Relationship__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Requirement__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Resendential_emailNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Resendential_email__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_CityNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_City__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_CountryNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Country__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Mobile_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Post_CodeNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Post_Code__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Postal_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_StateNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_State__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_StatusNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Street1__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Street2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Street2__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Street3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Street3__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Street4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Street5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Room_or_Appartment_Number__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Room_or_Appartment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SMS_code__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Group__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Office__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Organization__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_district__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Salutation" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Same_as_Permanent_Address__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Service_Category_Profession__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ShippingAddress" minOccurs="0" type="tns:address" nillable="true"/>
       <xsd:element name="ShippingCity" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ShippingCountry" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ShippingGeocodeAccuracy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ShippingLatitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ShippingLongitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ShippingPostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ShippingState" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ShippingStreet" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sic" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SicDesc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Site" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Size__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="State1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StateNew__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="State__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="State__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Street_House_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tenant_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Terms_of_Payment_Key__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TickerSymbol" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tower_Name__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_Type1__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Assigned_Agent__pc" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Assigned_Agent__pr" minOccurs="0" type="tns:VCC1__Agent__c" nillable="true"/>
       <xsd:element name="VCC1__Call_Records__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Call_Type__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Calling_Number__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Contact_Advertisements__pr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Country_ISO_Code__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Country_Name__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Languages__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Source_VCC__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Vip_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Vip_customers__pc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Website" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="When_Do_You_Plan_to_Buy1__pc" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="contact_age__pc" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AccountContactRole">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Contact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPrimary" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Role" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AccountFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AccountHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AccountPartner">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccountFrom" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountFromId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AccountTo" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountToId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPrimary" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Opportunity" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="OpportunityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ReversePartnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Role" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AccountShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountAccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CaseAccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContactAccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="OpportunityAccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ActionLinkGroupTemplate">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActionLinkTemplates" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Category" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExecutionsAllowed" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HoursUntilExpiration" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPublished" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ActionLinkTemplate">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActionLinkGroupTemplate" minOccurs="0" type="tns:ActionLinkGroupTemplate" nillable="true"/>
       <xsd:element name="ActionLinkGroupTemplateId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ActionUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Headers" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsConfirmationRequired" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsGroupDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LabelKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LinkType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Method" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Position" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RequestBody" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserAlias" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserVisibility" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ActivityHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ActivitySubtype" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActivityType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_Created_Date_Time__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_Due_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Activity_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AlternateDetail" minOccurs="0" type="tns:EmailMessage" nillable="true"/>
       <xsd:element name="AlternateDetailId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Alternate_Contact_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CRC_Activity_type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallDisposition" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallDurationInSeconds" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CallObject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Call_ID__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Caller_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Caller_Phone__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Calller_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurationInMinutes" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="EndDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="InsertedThroughLead__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsAllDayEvent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsClosed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHighPriority" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsReminderSet" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsTask" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsVisibleInSelfService" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LeadTrigger__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Location" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Priority" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_Applied__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Date_for_WorkFlow__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Due_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_ActionId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__IsEscalated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ReminderDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Reminder_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Solution__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StartDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Subject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TaskField__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="TaskOwner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vetrica__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="What" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhatId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Who" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhoId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ActivityHistoryTracking__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="APIName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Action__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ChangedBy__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NewValue__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OldValue__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TaskId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="caseId__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="caseId__r" minOccurs="0" type="tns:Case" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Activity__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Activity__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Activity__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Bare_Flat__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Room_Activity__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sub_Activities__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sub_Activity_Values__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Ad_and_Campaign__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AdditionalNumber">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CallCenterId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Ads_and_cmp__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Ad_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Cmp_ID_18__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Cmp_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Announcement">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExpirationDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedItem" minOccurs="0" type="tns:FeedItem" nillable="true"/>
       <xsd:element name="FeedItemId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsArchived" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:CollaborationGroup" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SendEmails" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexClass">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiVersion" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BodyCrc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsValid" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LengthWithoutComments" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SetupEntityAccessItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexComponent">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiVersion" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ControllerKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ControllerType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Markup" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexEmailNotification">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Email" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexLog">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Application" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurationMilliseconds" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Location" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LogLength" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LogUser" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="LogUserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Operation" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Request" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StartTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexPage">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiVersion" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ControllerKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ControllerType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsAvailableInTouch" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsConfirmationTokenRequired" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Markup" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SetupEntityAccessItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexPageInfo">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApexPageId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ApiVersion" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsAvailableInTouch" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NameSpacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexTestQueueItem">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApexClass" minOccurs="0" type="tns:ApexClass" nillable="true"/>
       <xsd:element name="ApexClassId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExtendedStatus" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ParentJobId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TestRunResultId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexTestResult">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApexClass" minOccurs="0" type="tns:ApexClass" nillable="true"/>
       <xsd:element name="ApexClassId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ApexLog" minOccurs="0" type="tns:ApexLog" nillable="true"/>
       <xsd:element name="ApexLogId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ApexTestResults" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ApexTestRunResult" minOccurs="0" type="tns:ApexTestRunResult" nillable="true"/>
       <xsd:element name="ApexTestRunResultId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AsyncApexJob" minOccurs="0" type="tns:AsyncApexJob" nillable="true"/>
       <xsd:element name="AsyncApexJobId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Message" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MethodName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Outcome" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="QueueItem" minOccurs="0" type="tns:ApexTestQueueItem" nillable="true"/>
       <xsd:element name="QueueItemId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RunTime" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="StackTrace" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TestTimestamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexTestResultLimits">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApexTestResult" minOccurs="0" type="tns:ApexTestResult" nillable="true"/>
       <xsd:element name="ApexTestResultId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AsyncCalls" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Callouts" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Cpu" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Dml" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="DmlRows" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Email" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LimitContext" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LimitExceptions" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobilePush" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="QueryRows" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Soql" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Sosl" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexTestRunResult">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AsyncApexJob" minOccurs="0" type="tns:AsyncApexJob" nillable="true"/>
       <xsd:element name="AsyncApexJobId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ClassesCompleted" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ClassesEnqueued" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EndTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsAllTests" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="JobName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MethodsCompleted" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="MethodsEnqueued" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="MethodsFailed" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Source" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StartTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TestTime" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexTestSuite">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApexClassIds" minOccurs="0" maxOccurs="unbounded" type="tns:ID" nillable="true"/>
       <xsd:element name="ApexClassJunctions" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TestSuiteName" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ApexTrigger">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiVersion" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BodyCrc" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsValid" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LengthWithoutComments" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TableEnumOrId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UsageAfterDelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UsageAfterInsert" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UsageAfterUndelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UsageAfterUpdate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UsageBeforeDelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UsageBeforeInsert" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UsageBeforeUpdate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UsageIsBulk" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AppMenuItem">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApplicationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CanvasAccessMethod" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CanvasEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CanvasOptions" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CanvasReferenceId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CanvasSelectedLocations" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CanvasUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IconUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InfoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsAccessible" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRegisteredDeviceOnly" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsUsingAdminAuthorization" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsVisible" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LogoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobileAppBinaryId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobileAppInstallUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobileAppInstalledDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MobileAppInstalledVersion" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobileAppVer" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobileDeviceType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobileMinOsVer" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobilePlatform" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobileStartUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="StartUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserSortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AppObject__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Campaign__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProjectID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Approval">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApproveComment" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Contract" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RequestComment" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Asset">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CM2_Customer_Informed_on_MCD__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Internal_SNAG_completed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_Flat_Ready_For_Possession__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_Flat_Sold_to_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_Society_Condo_Formed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_the_Unit_of_the_Customer_Ready__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Opportunity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CM2_Opportunity__r" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="CM2_Possession_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CM2_Possession_Done_By_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Post_Registration_Completed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Pre_Registration_Completed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Cases" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ChildAssets" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Contact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InstallDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="IsCompetitorProduct" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Modification_Cut_Off_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Asset" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Price" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Product2" minOccurs="0" type="tns:Product2" nillable="true"/>
       <xsd:element name="Product2Id" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PurchaseDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Quantity" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RootAsset" minOccurs="0" type="tns:Asset" nillable="true"/>
       <xsd:element name="RootAssetId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SerialNumber" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UsageEndDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AssetFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Asset" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AssetHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Asset" minOccurs="0" type="tns:Asset" nillable="true"/>
       <xsd:element name="AssetId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Asset__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Asset__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Asset__Share">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Asset__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Asset__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Account__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="Asset_Status__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CM2_Asset_Creation_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CM2_Being_In_Touch__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Comment_Facility_Management__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Comment_Post_Possession__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Comment_Post_Registration__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Comment_Pre_Possession__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Comment_Pre_Registration__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Comments_Customer_Snagging__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Comments_Snagging__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Customer_Informed_on_MCD__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Internal_SNAG_completed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_Flat_Ready_For_Possession__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_Flat_Sold_to_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_Society_Condo_Formed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_the_Unit_of_the_Customer_Ready__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Modification_Cut_Off_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CM2_Possession_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CM2_Possession_Done_By_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Post_Registration_Completed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Pre_Registration_Completed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Property_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Purchase_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CMInroduction_of_Cust_to_Cust_Support_Ex__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Cases__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_of_contact__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Opportunity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Opportunity__r" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PS_Offer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PS_Offer__r" minOccurs="0" type="tns:PropStrength__Offer__c" nillable="true"/>
       <xsd:element name="PS_Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PS_Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PS_Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PS_Property_Type__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PS_Property_Type__r" minOccurs="0" type="tns:PropStrength__Property_Type__c" nillable="true"/>
       <xsd:element name="PS_Property__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PS_Property__r" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="PopUp__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Price_PS__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProjectID_Formula__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project__r" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="Property__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Property__r" minOccurs="0" type="tns:Product2" nillable="true"/>
       <xsd:element name="Purchase_Date_PS__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SAPPropertyID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AssignmentRule">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Active" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SobjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AsyncApexJob">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApexClass" minOccurs="0" type="tns:ApexClass" nillable="true"/>
       <xsd:element name="ApexClassId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AsyncApex" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CompletedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExtendedStatus" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="JobItemsProcessed" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="JobType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastProcessed" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastProcessedOffset" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="MethodName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NumberOfErrors" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ParentJobId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TotalJobItems" minOccurs="0" type="xsd:int" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AttachedContentDocument">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentDocument" minOccurs="0" type="tns:ContentDocument" nillable="true"/>
       <xsd:element name="ContentDocumentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ContentSize" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ContentUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExternalDataSourceName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalDataSourceType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FileExtension" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FileType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LinkedEntity" minOccurs="0" type="tns:Contract" nillable="true"/>
       <xsd:element name="LinkedEntityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SharingOption" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Attachment">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:base64Binary" nillable="true"/>
       <xsd:element name="BodyLength" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ContentType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPrivate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AuraDefinition">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AuraDefinitionBundle" minOccurs="0" type="tns:AuraDefinitionBundle" nillable="true"/>
       <xsd:element name="AuraDefinitionBundleId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DefType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Format" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Source" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AuraDefinitionBundle">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiVersion" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AuraDefinitionBundleInfo">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiVersion" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AuraDefinitionBundleId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Bundle" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AuraDefinitionInfo">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AuraDefinitionBundleInfo" minOccurs="0" type="tns:AuraDefinitionBundleInfo" nillable="true"/>
       <xsd:element name="AuraDefinitionBundleInfoId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AuraDefinitionId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Format" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Source" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AuthConfig">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AuthOptionsAuthProvider" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AuthOptionsSaml" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AuthOptionsUsernamePassword" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AuthProvidersForConfig" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Url" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AuthConfigProviders">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AuthConfig" minOccurs="0" type="tns:AuthConfig" nillable="true"/>
       <xsd:element name="AuthConfigId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AuthProvider" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="AuthProviderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AuthProvider">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AuthorizeUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ConsumerKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ConsumerSecret" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CustomMetadataTypeRecord" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultScopes" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ErrorUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExecutionUserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="FriendlyName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IconUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IdTokenIssuer" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LogoutUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OptionsIncludeOrgIdInId" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsSendAccessTokenInHeader" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsSendClientCredentialsInHeader" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PluginId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProviderType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RegistrationHandlerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="TokenUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserInfoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="AuthSession">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsCurrent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LoginGeo" minOccurs="0" type="tns:LoginGeo" nillable="true"/>
       <xsd:element name="LoginGeoId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LoginHistory" minOccurs="0" type="tns:LoginHistory" nillable="true"/>
       <xsd:element name="LoginHistoryId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LoginType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LogoutUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NumSecondsValid" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SessionSecurityLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SessionType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SourceIp" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Users" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UsersId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Authentcate__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PreCampaigns__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VendorEmail__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vendor_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="key__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="BackgroundOperation">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Error" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExecutionGroup" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExpiresAt" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FinishedAt" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="GroupLeader" minOccurs="0" type="tns:BackgroundOperation" nillable="true"/>
       <xsd:element name="GroupLeaderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MergedOperations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NumFollowers" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ParentKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessAfter" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RetryBackoff" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RetryCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RetryLimit" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SequenceGroup" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SequenceNumber" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="StartedAt" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SubmittedAt" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Timeout" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="WorkerUri" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Bank__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Bank__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Bank__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="A_C_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Bank_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Bank_GL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Favoring__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IFSC_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name_of_the_Bank__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Payment_Line_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Payments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Service_Tax_Bank_Favouring__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TDS_Recoverable__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Transaction_Request__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Booked_Values__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Booked_Values__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Booked_Values__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Amount1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Property_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Property__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Property__r" minOccurs="0" type="tns:Product2" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sum_of_Absolute_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TOC_SAP_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TUnit_of_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tower_Related_Charges__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Tower_Related_Charges__r" minOccurs="0" type="tns:Tower_Related_Charges__c" nillable="true"/>
       <xsd:element name="Unit_of_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="BrandTemplate">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Broker__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Broker__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Broker__Share">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Broker__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Broker__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Broker_Empanelment_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Broker_Registration__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Broker_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Brokrage_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Brokrage_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Cocd__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contact_Person_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Country_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country_Key__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Created_By_Email_Service__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Cst_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="District__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Duplicate_Lead_History__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ECC_NO__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Entrerprise_Membership_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Fax__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="First_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Group__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Landline_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Leads__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Location__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Lst_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Middle_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Office_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Opportunities__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Pan_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Postal_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RG__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Region__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Search_Term1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Search_Term__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Service_Tax_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Street2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Street3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Street_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Street_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Street__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TR_PTR__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Telephone_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tin_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Vat_Registration_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vendor_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vendor_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="BusinessHours">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Cases" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FridayEndTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="FridayStartTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MondayEndTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="MondayStartTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SaturdayEndTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="SaturdayStartTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="SundayEndTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="SundayStartTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ThursdayEndTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="ThursdayStartTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="TimeZoneSidKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TuesdayEndTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="TuesdayStartTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="WednesdayEndTime" minOccurs="0" type="xsd:time" nillable="true"/>
       <xsd:element name="WednesdayStartTime" minOccurs="0" type="xsd:time" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="BusinessProcess">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TableEnumOrId" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CC_RptSchd__ScheduledReport__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CC_RptSchd__EndDate__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CC_RptSchd__Reports__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CC_RptSchd__RptId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CC_RptSchd__ScheduledDays__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CC_RptSchd__StartDate__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CC_RptSchd__Users__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CC_RptSchd__atType__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CallCenter">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AdapterUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CustomSettings" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InternalName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Version" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Call_Table__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Call_Table__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Call_Table__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Call_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Call_Table__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Customer__r" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="External_Dialer_Disposition_ID__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Phone_number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Campaign">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ActualCost" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Alternate_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AmountAllOpportunities" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AmountWonOpportunities" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Assigned_To_Sales__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachmentId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachmentName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="BudgetedCost" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Budgeted_Cost_Formula__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CampaignMemberRecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="CampaignMemberRecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CampaignMembers" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Campaign_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign_Optimization__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Campaign_Phase__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign_Total_Site_Visit__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Campaign_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ChildCampaigns" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Cost_Consumed__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Cost_per_lead__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Count_oF_leads__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Created_Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Department__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Duplicate_Lead_History__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="EndDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Estimated_Leads__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ExpectedResponse" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ExpectedRevenue" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="HierarchyActualCost" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="HierarchyAmountAllOpportunities" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="HierarchyAmountWonOpportunities" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="HierarchyBudgetedCost" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="HierarchyExpectedRevenue" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="HierarchyNumberOfContacts" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="HierarchyNumberOfConvertedLeads" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="HierarchyNumberOfLeads" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="HierarchyNumberOfOpportunities" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="HierarchyNumberOfResponses" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="HierarchyNumberOfWonOpportunities" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="HierarchyNumberSent" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Lead_Origin__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Source__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Leads" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Leads1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Lost_due_to_not_Contatced__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NumberOfContacts" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumberOfConvertedLeads" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumberOfLeads" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumberOfOpportunities" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumberOfResponses" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumberOfWonOpportunities" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumberSent" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Number_of_Opp_Own__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Opportunities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Page_of_the_ad__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Campaign" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ParentId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent_Media_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phase__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Position_of_the_ad__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PreCampaigns1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PreCampaigns__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PrecampaignId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_new__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project_new__r" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Requested_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="StartDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Target_Location__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Test_Display_Field__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Duplicate_Leads__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Site_Visit__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Vendor_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Vendor_Name__r" minOccurs="0" type="tns:Vendor__c" nillable="true"/>
       <xsd:element name="Vendor_Publisher__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vendor__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="X18_Digit_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="campMemberCreatedDate__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="type__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CampaignActivityTracking__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:CampaignActivityTracking__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CampaignActivityTracking__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Action__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ApiName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ChangedBy__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NewValue__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OldValue__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TaskId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CampaignFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Campaign" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CampaignMember">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Campaign" minOccurs="0" type="tns:Campaign" nillable="true"/>
       <xsd:element name="CampaignId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="City" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CompanyOrAccount" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Country" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Date_Of_Enquiry__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DoNotCall" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Email" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Fax" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FirstName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FirstRespondedDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Flag__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasOptedOutOfEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasOptedOutOfFax" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasResponded" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="LeadId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LeadOrContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LeadOrContactOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="LeadOrContactOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LeadSource" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Assigned_Count__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_Count__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_Owner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lost_due_to_not_Contatced__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="MobilePhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Name_text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Salutation" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Site_Visit_Count__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="State" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Street" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CampaignMemberStatus">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CampaignId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="HasResponded" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CampaignShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Campaign" minOccurs="0" type="tns:Campaign" nillable="true"/>
       <xsd:element name="CampaignAccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CampaignId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Case">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AccountName_Formula__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ActivityHistoryTracking__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Activity_1_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_1_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_1_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_1_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_1_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_1_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_2_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_2_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_2_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_2_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_2_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_2_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_2_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_2_8__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_2_9__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_3_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_3_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_3_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_3_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_3_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_3_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_3_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_3_8__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_4_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_4_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_4_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_4_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_4_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_4_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_4_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_4_8__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_4_9__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_5_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_5_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_5_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_5_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_5_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_5_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_5_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_5_8__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_5_9__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_6_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_6_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_6_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_6_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_6_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_6_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_6_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_7_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_7_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_7_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_7_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_7_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_7_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_7_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Asset" minOccurs="0" type="tns:Asset" nillable="true"/>
       <xsd:element name="AssetId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AssetName_Formula__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Asset__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Asset__r" minOccurs="0" type="tns:Asset__c" nillable="true"/>
       <xsd:element name="Assigned_To__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Assigned_To__r" minOccurs="0" type="tns:Case_Escalation_Users_Detail__c" nillable="true"/>
       <xsd:element name="Assigned_User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Assigned_User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="BusinessHours" minOccurs="0" type="tns:BusinessHours" nillable="true"/>
       <xsd:element name="BusinessHoursId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CM2Send_Email_Customer_about_Case_Status__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Approved_by_Customer_Support_Manager__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Approved_by_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Case_Closure_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CM2_Escalation_Image__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Estimated_Charge__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Internal_Snag__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_It_Chargeable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_It_only_an_Enquiry__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_this_issue_Legal__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Manager_Email_of_SMS_Contact__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Manager_email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Regional_Head_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Resolution_Remarks__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_SMS_Contact_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Send_Email_for_Nonacceptance_of_Case__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Send_Mail_Customer_Case_Closure_Dt__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Send_Resolution_Remarks_to_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Service_Relation_General__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_User_email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CaseComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CaseContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CaseField__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CaseLastClosedDateTime__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CaseNumber" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CaseSolutions" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Case_Aging__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Case_Closed_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Case_Reopen_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Cases" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ChildCases__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ClosedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Closure_Date_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Comments_Aluminium_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Electrical__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Internal_Painting_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Internal_Plastering_work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Joinery_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Plumbing_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Tiling_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_flooring_work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Complain_Modification__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Complaints__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ContactEmail" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContactFax" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ContactMobile" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContactName_Formula__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContactPhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Count_At_First_Level__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Count_At_Fourth_Level__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Count_At_Second_Level__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Count_At_Third_Level__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Counter__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Current_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Customer_Feedback__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Requested_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Department__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EmailMessages" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Escalated_To_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Escalated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Escalation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="First_Escalation_Alternate_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_Escalation_AssignedTo__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_Escalation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_Escalation_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="First_Escalation_Datetime__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="First_Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_Level_Escalation_Reminder__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Fourth_Escalation_Alternate_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Fourth_Escalation_AssignedTo__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Fourth_Escalation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Fourth_Escalation_DateTime__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Fourth_Escalation_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Fourth_Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Fourth_Level_Escalation_Reminder__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="From_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="HasCommentsUnreadByOwner" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasSelfServiceComments" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Internal_Comments_by_FM_Team__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Internal_Comments_by_Primary_User__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Internal_Comments_by_Projects_Team__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Internal_Comments_by_marketing_team__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsCaseEmailSent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsClosed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsClosedOnCreate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsEscalated" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsSecondLevelEscalation__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="IsSelfServiceClosed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsVisibleInSelfService" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Case_Approved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Case_Updated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_Emailed__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Legal_Approval_Acquired__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Legal_Approval_Required__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Level_of_Escalation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Mode_of_Feedback__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="No_of_Snags_Aluminium_Work__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Electrical__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Flooring_work__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Internal_Plastering_Works__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Joinery_Work__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Painting_Work_Internal__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Plumbing_Work__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Tiling_Work__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Origin" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Outside_TAT__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Owner_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Posts" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PreviousCaseOwnerEmail__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Previous_Owner_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Previous_Owner_Manager_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Previous_Owner__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Previous_Owner__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="Primary_Level_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Primary_Level_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Primary_User_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Primary_User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Primary_User__r" minOccurs="0" type="tns:Case_Escalation_Users_Detail__c" nillable="true"/>
       <xsd:element name="Priority" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Team__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project_Team__r" minOccurs="0" type="tns:SMS_Contact__c" nillable="true"/>
       <xsd:element name="Projects__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Projects__r" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Case_Issue__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Comments_by_Query_Owner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Email_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__First_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Landline__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Last_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Mobile_Phone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__PotentialLiability__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Product__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Re_Opened_Case__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__SLAViolation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__State__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Street__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TempOwnerId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Zip_Postal_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Ps_Project_Name_Formula__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Reason" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecentCaseID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ReferenceCaseNumber__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Reference_Cases__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Registered_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Registered_Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Resolved_with_TAT__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Rooms_1_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_1_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_1_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_1_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_1_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_1_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_2_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_2_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_2_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_2_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_2_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_2_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_2_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_2_8__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_2_9__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_3_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_3_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_3_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_3_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_3_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_3_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_3_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_3_8__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_4_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_4_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_4_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_4_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_4_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_4_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_4_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_4_8__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_4_9__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_5_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_5_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_5_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_5_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_5_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_5_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_5_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_5_8__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_5_9__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_6_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_6_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_6_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_6_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_6_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_6_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_6_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_7_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_7_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_7_3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_7_4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_7_5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_7_6__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rooms_7_7__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAPPropertyID_Formula__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAPPropertyID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Escalation_Alternate_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Escalation_AssignedTo__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Escalation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Escalation_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Second_Escalation_Datetime__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Second_Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Level_Escalation_Reminder__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Secondary_Team_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Solutions" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Source" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SourceId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sub_Activity_Values__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sub_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Subject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SuppliedCompany" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SuppliedEmail" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SuppliedName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SuppliedPhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TeamMembers" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TeamTemplateRecords" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Third_Escalation_Alternate_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Third_Escalation_AssignedTo__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Third_Escalation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Third_Escalation_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Third_Escalation_Datetime__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Third_Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Third_Level_Escalation_Reminder__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="To_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Snags_for_the_Asset__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Within_TAT__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="isFirstLevelEscalation__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="isFourthEscalation__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="isNewCaseCreated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="isThirdEscalation__c" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseComment">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CommentBody" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPublished" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseContactRole">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Cases" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="CasesId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Contact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Role" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Case" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="CaseId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseRecordType__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecType__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Case" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="CaseAccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CaseId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseSolution">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Case" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="CaseId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Solution" minOccurs="0" type="tns:Solution" nillable="true"/>
       <xsd:element name="SolutionId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseStatus">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsClosed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseTeamMember">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Member" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="MemberId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TeamRole" minOccurs="0" type="tns:CaseTeamRole" nillable="true"/>
       <xsd:element name="TeamRoleId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="TeamTemplateMember" minOccurs="0" type="tns:CaseTeamTemplateMember" nillable="true"/>
       <xsd:element name="TeamTemplateMemberId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseTeamRole">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PreferencesVisibleInCSP" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseTeamTemplate">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseTeamTemplateMember">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MemberId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TeamRoleId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="TeamTemplateId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CaseTeamTemplateRecord">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TeamTemplate" minOccurs="0" type="tns:CaseTeamTemplate" nillable="true"/>
       <xsd:element name="TeamTemplateId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Case_Escalation_Bussiness_Rule__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Case_Escalation_Bussiness_Rule__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Case_Escalation_Bussiness_Rule__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Approval_User_Change__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Case_Sub_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Case_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Changed_Case_Escalation_Users_Detail__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Changed_Case_Escalation_Users_Detail__r" minOccurs="0" type="tns:Case_Escalation_Users_Detail__c" nillable="true"/>
       <xsd:element name="Changed_User_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project__r" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Second_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Stage__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SubmitForApproval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Time_Line__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="User_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UsersDetail__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UsersDetail__r" minOccurs="0" type="tns:Case_Escalation_Users_Detail__c" nillable="true"/>
       <xsd:element name="isChangeUserApproved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Case_Escalation_Users_Detail__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Case_Escalation_Users_Detail__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Case_Escalation_Users_Detail__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Case_Escalation_Bussiness_Rules1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Case_Escalation_Bussiness_Rules__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Cases1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Cases__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="First_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Service_Requests1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="User_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CategoryData">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CategoryNodeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RelatedSobjectId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CategoryNode">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Localization" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SortStyle" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CategoryNodeLocalization">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CategoryNode" minOccurs="0" type="tns:CategoryNode" nillable="true"/>
       <xsd:element name="CategoryNodeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ChatterActivity">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CommentReceivedCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="InfluenceRawRank" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LikeReceivedCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PostCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ChatterConversation">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ChatterMessages" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ChatterConversationMember">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ConversationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="MemberId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ChatterMessage">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Conversation" minOccurs="0" type="tns:ChatterConversation" nillable="true"/>
       <xsd:element name="ConversationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SenderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SentDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="City__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="state__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="state__r" minOccurs="0" type="tns:State__c" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ClientBrowser">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FullUserAgent" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastUpdate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ProxyInfo" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Users" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UsersId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CoApplicant__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:CoApplicant__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CoApplicant__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Age__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Anniversary__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Birth_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Gender__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Mobile_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PAN_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Primary_Applicant__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Primary_Applicant__r" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Relation_with_Primary_Applicant__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CollaborationGroup">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Announcement" minOccurs="0" type="tns:Announcement" nillable="true"/>
       <xsd:element name="AnnouncementId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="BannerPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CanHaveGuests" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CollaborationGroupRecords" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CollaborationType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FullPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GroupMemberRequests" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="GroupMembers" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="HasPrivateFieldsAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="InformationBody" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InformationTitle" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsArchived" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsAutoArchiveDisabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsBroadcast" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastFeedModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MediumPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MemberCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SmallPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CollaborationGroupFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:CollaborationGroup" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CollaborationGroupMember">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CollaborationGroup" minOccurs="0" type="tns:CollaborationGroup" nillable="true"/>
       <xsd:element name="CollaborationGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CollaborationRole" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastFeedAccessDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Member" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="MemberId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="NotificationFrequency" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CollaborationGroupMemberRequest">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CollaborationGroup" minOccurs="0" type="tns:CollaborationGroup" nillable="true"/>
       <xsd:element name="CollaborationGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Requester" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="RequesterId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ResponseMessage" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CollaborationGroupRecord">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CollaborationGroup" minOccurs="0" type="tns:CollaborationGroup" nillable="true"/>
       <xsd:element name="CollaborationGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Record" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="RecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CollaborationInvitation">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="InvitedUserEmail" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InvitedUserEmailNormalized" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InviterId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="OptionalMessage" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SharedEntityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CombinedAttachment">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentSize" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ContentUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExternalDataSourceName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalDataSourceType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FileExtension" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FileType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Contract" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SharingOption" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Community">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPublished" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ConnectedApplication">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="InstalledMobileApps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MobileSessionTimeout" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobileStartUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OptionsAllowAdminApprovedUsersOnly" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsHasSessionLevelPolicy" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsIsInternal" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsRefreshTokenValidityMetric" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PinLength" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RefreshTokenValidityPeriod" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SetupEntityAccessItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="StartUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ConnectorType__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AuthorizationEndpoint__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallbackURL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ClientId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ClientSecret__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Connectors__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ExtraUrlParameters__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RedirectUri__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ScopeRequired__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Scope__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TokenEndpoint__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Connector__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessTokenExpiry__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AccessTokenRequested__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="AccessToken__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ConnectorType__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ConnectorType__r" minOccurs="0" type="tns:ConnectorType__c" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RefreshTokenRequested__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RefreshToken__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TokenType__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Contact">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AcceptedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Account__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Age_A__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Age__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Alternate_Phone_number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Assets" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Assets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AssistantName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AssistantPhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Birthdate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Birthday__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Book_your_site_visit1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Building_Number_or_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Buying_Pattern__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="C_O_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CampaignMembers" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CaseContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Cases" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contacts__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Continents__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContractContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContractsSigned" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CountryNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country_Codes__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Created_Through_Lead__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CustomerReferral__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CustomerReferral__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="Customer_Group__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeclinedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Department" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Designation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Direct_Channel_Partner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Distribution_Channel__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="District__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DoNotCall" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EmailBouncedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EmailBouncedReason" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EmailMessageRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="EmailNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EmailStatuses" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_IdNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Enquiry1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="EventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Fax" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FaxNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FirstName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_NameNEW__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Flag_Government_Customer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Floor__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Guardian_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HasOptedOutOfEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasOptedOutOfFax" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="HomePhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Home_PhoneNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="How_did_you_hear_about_us1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Industry_Code_1_ASM_Territory__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsEmailBounced" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPersonAccount" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Co_Applicant__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_NRI__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Jigsaw" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="JigsawContactId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastCURequestDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastCUUpdateDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_NameNEW__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LeadSource" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Origin__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Source__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Legal_status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="MailingAddress" minOccurs="0" type="tns:address" nillable="true"/>
       <xsd:element name="MailingCity" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MailingCountry" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MailingGeocodeAccuracy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MailingLatitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="MailingLongitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="MailingPostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MailingState" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MailingStreet" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_CityNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_State__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street2New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street3New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_Street5__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mailing_StreetNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MasterRecord" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="MasterRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="MobilePhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_NoNEW__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_Phone_NumberNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NRI__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Nationality_a__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Occupation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Office_Phone_NumberNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Opportunities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpportunityContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OtherAddress" minOccurs="0" type="tns:address" nillable="true"/>
       <xsd:element name="OtherCity" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OtherCountry" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OtherGeocodeAccuracy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OtherLatitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="OtherLongitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="OtherPhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OtherPostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OtherState" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OtherStreet" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Other_Address1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Other_Address2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PAN__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Personas" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Phone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PhoneNEW__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone_Number1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone_NumberNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Postal_CodeNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Postal_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Posts" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Account_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Age__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Details__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Dtls1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Booking__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applied_For_Loan__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Broker__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Checklists__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Role1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Role__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Contacts1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Contacts__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Convert_To_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Classification__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Code_auto__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Details__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Department__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Email_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Emails1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Emails__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Form_60__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Income_Tax_permanent_Account_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Languages__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Lease__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Legal_Case_Pending__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Mobile_Phone_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Nationality__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Non_Resident__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Offer_Created__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Offers1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Office_Phone_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Pending_With_Employee__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Pending_With_Employee__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Primary_Address_For_Correspondence__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Profession__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__ProspectId__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__ProspectId__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Residence_Phone_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Resident_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Resident__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Secondary_Address_for_Correspondence__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Request__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Total_Booking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Enquiries_Converted_To_Offer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Enquiry__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Offer_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Offer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Offers_Closed_Won_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Offers_Closed_Won__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Transferee__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Under_DTAA__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Update_to_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Validate_PAN_Link__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Wedding_Anniversary__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Purchase_Reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Relationship_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Relationship__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ReportsTo" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ReportsToId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Resendential_emailNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Resendential_email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_CityNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_CountryNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Post_CodeNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Post_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_StateNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_State__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_StatusNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Street1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Street2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Street3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Room_or_Appartment_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SMS_code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Group__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Office__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Organization__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_district__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Salutation" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Same_as_Permanent_Address__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Service_Category_Profession__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="StateNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="State__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Terms_of_Payment_Key__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tower_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UndecidedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Unit_Type1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Assigned_Agent__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Assigned_Agent__r" minOccurs="0" type="tns:VCC1__Agent__c" nillable="true"/>
       <xsd:element name="VCC1__Call_Records__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Call_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Calling_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Contact_Advertisements__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Country_ISO_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Country_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Languages__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Source_VCC__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Vip_customers__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="When_Do_You_Plan_to_Buy1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="contact_age__c" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContactFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContactHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Contact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContactShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Contact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ContactAccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentAsset">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentDocument" minOccurs="0" type="tns:ContentDocument" nillable="true"/>
       <xsd:element name="ContentDocumentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentDocument">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ArchivedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ArchivedDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ContentAsset" minOccurs="0" type="tns:ContentAsset" nillable="true"/>
       <xsd:element name="ContentAssetId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ContentSize" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ContentVersions" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FileExtension" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FileType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsArchived" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LatestPublishedVersion" minOccurs="0" type="tns:ContentVersion" nillable="true"/>
       <xsd:element name="LatestPublishedVersionId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PublishStatus" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SharingOption" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentDocumentFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:ContentDocument" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentDocumentHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentDocument" minOccurs="0" type="tns:ContentDocument" nillable="true"/>
       <xsd:element name="ContentDocumentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentDocumentLink">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentDocument" minOccurs="0" type="tns:ContentDocument" nillable="true"/>
       <xsd:element name="ContentDocumentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LinkedEntity" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="LinkedEntityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ShareType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Visibility" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentFolder">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentFolderLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ParentContentFolder" minOccurs="0" type="tns:ContentFolder" nillable="true"/>
       <xsd:element name="ParentContentFolderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentFolderItem">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentSize" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FileExtension" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FileType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsFolder" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ParentContentFolder" minOccurs="0" type="tns:ContentFolder" nillable="true"/>
       <xsd:element name="ParentContentFolderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentFolderLink">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentFolder" minOccurs="0" type="tns:ContentFolder" nillable="true"/>
       <xsd:element name="ContentFolderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ParentEntityId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentFolderMember">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ChildRecord" minOccurs="0" type="tns:ContentDocument" nillable="true"/>
       <xsd:element name="ChildRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ParentContentFolder" minOccurs="0" type="tns:ContentFolder" nillable="true"/>
       <xsd:element name="ParentContentFolderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentVersion">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Checksum" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocument" minOccurs="0" type="tns:ContentDocument" nillable="true"/>
       <xsd:element name="ContentDocumentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ContentLocation" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ContentModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ContentSize" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ContentUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalDataSource" minOccurs="0" type="tns:ExternalDataSource" nillable="true"/>
       <xsd:element name="ExternalDataSourceId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ExternalDocumentInfo1" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalDocumentInfo2" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeaturedContentBoost" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="FeaturedContentDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="FileExtension" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FileType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FirstPublishLocation" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="FirstPublishLocationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsAssetEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsLatest" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsMajorVersion" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="NegativeRatingCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Origin" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PathOnClient" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PositiveRatingCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="PublishStatus" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RatingCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ReasonForChange" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SharingOption" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TagCsv" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TextPreview" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VersionData" minOccurs="0" type="xsd:base64Binary" nillable="true"/>
       <xsd:element name="VersionNumber" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentVersionHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentVersion" minOccurs="0" type="tns:ContentVersion" nillable="true"/>
       <xsd:element name="ContentVersionId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentWorkspace">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentFolderLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DefaultRecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsRestrictContentTypes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRestrictLinkedContentTypes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastWorkspaceActivityDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TagModel" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContentWorkspaceDoc">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentDocument" minOccurs="0" type="tns:ContentDocument" nillable="true"/>
       <xsd:element name="ContentDocumentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ContentWorkspace" minOccurs="0" type="tns:ContentWorkspace" nillable="true"/>
       <xsd:element name="ContentWorkspaceId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsOwner" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Contract">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ActivatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="ActivatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ActivatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Approvals" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="BillingAddress" minOccurs="0" type="tns:address" nillable="true"/>
       <xsd:element name="BillingCity" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BillingCountry" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BillingGeocodeAccuracy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BillingLatitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="BillingLongitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="BillingPostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BillingState" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BillingStreet" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CompanySigned" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CompanySignedDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CompanySignedId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContractContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContractNumber" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContractTerm" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CustomerSigned" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="CustomerSignedDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CustomerSignedId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CustomerSignedTitle" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="EndDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastApprovedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Opportunities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerExpirationNotice" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Offers1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ShippingAddress" minOccurs="0" type="tns:address" nillable="true"/>
       <xsd:element name="ShippingCity" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ShippingCountry" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ShippingGeocodeAccuracy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ShippingLatitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ShippingLongitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ShippingPostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ShippingState" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ShippingStreet" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SpecialTerms" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StartDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StatusCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContractContactRole">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Contact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Contract" minOccurs="0" type="tns:Contract" nillable="true"/>
       <xsd:element name="ContractId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPrimary" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Role" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContractFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Contract" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContractHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Contract" minOccurs="0" type="tns:Contract" nillable="true"/>
       <xsd:element name="ContractId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ContractStatus">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="StatusCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CorsWhitelistEntry">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UrlPattern" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Country_Setting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Continent__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Country__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Continent__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country_State_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="States__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CronJobDetail">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="JobType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CronTrigger">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CronExpression" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CronJobDetail" minOccurs="0" type="tns:CronJobDetail" nillable="true"/>
       <xsd:element name="CronJobDetailId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="EndTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="NextFireTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PreviousFireTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="StartTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="State" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TimeZoneSidKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TimesTriggered" minOccurs="0" type="xsd:int" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CurrencyType">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ConversionRate" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DecimalPlaces" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCorporate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CustomBrand">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CustomBrandAssets" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CustomBrandAsset">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AssetCategory" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CustomBrand" minOccurs="0" type="tns:CustomBrand" nillable="true"/>
       <xsd:element name="CustomBrandId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ForeignKeyAssetId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TextAsset" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CustomObjectUserLicenseMetrics">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CustomObjectId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CustomObjectName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CustomObjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MetricsDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ObjectCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserLicense" minOccurs="0" type="tns:UserLicense" nillable="true"/>
       <xsd:element name="UserLicenseId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CustomPermission">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CustomPermissionDependencyItem" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CustomPermissionItem" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GrantedByLicenses" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsProtected" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SetupEntityAccessItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CustomPermissionDependency">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CustomPermission" minOccurs="0" type="tns:CustomPermission" nillable="true"/>
       <xsd:element name="CustomPermissionId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RequiredCustomPermission" minOccurs="0" type="tns:CustomPermission" nillable="true"/>
       <xsd:element name="RequiredCustomPermissionId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Dashboard">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="BackgroundDirection" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BackgroundEnd" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="BackgroundStart" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DashboardComponents" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="DashboardResultRefreshedDate" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DashboardResultRunningUser" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Folder" minOccurs="0" type="tns:Folder" nillable="true"/>
       <xsd:element name="FolderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="FolderName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LeftSize" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MiddleSize" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RightSize" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RunningUser" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="RunningUserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TextColor" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TitleColor" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="TitleSize" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DashboardComponent">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Dashboard" minOccurs="0" type="tns:Dashboard" nillable="true"/>
       <xsd:element name="DashboardId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DashboardComponentFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:DashboardComponent" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DashboardFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Dashboard" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DataAssessmentFieldMetric">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DataAssessmentMetric" minOccurs="0" type="tns:DataAssessmentMetric" nillable="true"/>
       <xsd:element name="DataAssessmentMetricId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="DataAssessmentValueMetrics" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FieldName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NumMatchedBlanks" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumMatchedDifferent" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumMatchedInSync" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumUnmatchedBlanks" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DataAssessmentMetric">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DataAssessmentMetrics" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NumDuplicates" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumMatched" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumMatchedDifferent" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumProcessed" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumTotal" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumUnmatched" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DataAssessmentValueMetric">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DataAssessmentFieldMetric" minOccurs="0" type="tns:DataAssessmentFieldMetric" nillable="true"/>
       <xsd:element name="DataAssessmentFieldMetricId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="FieldValue" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="ValueCount" minOccurs="0" type="xsd:int" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DataStatistics">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ExternalId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StatType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StatValue" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DataType">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContextServiceDataTypeId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContextWsdlDataTypeId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsComplex" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DatacloudAddress">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AddressLine1" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AddressLine2" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="City" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GeoAccuracyCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GeoAccuracyNum" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Latitude" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Longitude" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="State" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DatedConversionRate">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ConversionRate" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="NextStartDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="StartDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DeclinedEventRelation">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Event" minOccurs="0" type="tns:Event" nillable="true"/>
       <xsd:element name="EventId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Relation" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="RelationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RespondedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Response" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Document">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Author" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="AuthorId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Body" minOccurs="0" type="xsd:base64Binary" nillable="true"/>
       <xsd:element name="BodyLength" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ContentType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Folder" minOccurs="0" type="tns:Folder" nillable="true"/>
       <xsd:element name="FolderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsBodySearchable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsInternalUseOnly" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPublic" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Keywords" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Url" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DocumentAttachmentMap">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DocumentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="DocumentSequence" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Document_Storage__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Document_Storage__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Document_Storage__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Address_Proof__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Booking_Form__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Final_Agreement__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NOC__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PAN_Card__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Photo__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Price_Sheet__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Provisional_Agreement__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sanction_Letter__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Domain">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Domain" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DomainSites" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="DomainType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="OptionsExternalHttps" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DomainSite">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Domain" minOccurs="0" type="tns:Domain" nillable="true"/>
       <xsd:element name="DomainId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PathPrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Site" minOccurs="0" type="tns:Site" nillable="true"/>
       <xsd:element name="SiteId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DuplicateRecordItem">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordSet" minOccurs="0" type="tns:DuplicateRecordSet" nillable="true"/>
       <xsd:element name="DuplicateRecordSetId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Record" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="RecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DuplicateRecordSet">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="DuplicateRule" minOccurs="0" type="tns:DuplicateRule" nillable="true"/>
       <xsd:element name="DuplicateRuleId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="DuplicateRule">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordSets" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SobjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Duplicate_Lead_History__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Duplicate_Lead_History__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Duplicate_Lead_History__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Broker__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Broker__r" minOccurs="0" type="tns:Broker__c" nillable="true"/>
       <xsd:element name="Campaign__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Campaign__r" minOccurs="0" type="tns:Campaign" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Comment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Country_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Date_of_enquiry__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Lead_Origin__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Source__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Lead__r" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Mobile_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Old_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Rating__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Size_of_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EmailDomainKey">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Domain" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DomainMatch" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PrivateKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PublicKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Selector" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EmailMapping__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EmailMessage">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="BccAddress" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BccIds" minOccurs="0" maxOccurs="unbounded" type="tns:ID" nillable="true"/>
       <xsd:element name="CcAddress" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CcIds" minOccurs="0" maxOccurs="unbounded" type="tns:ID" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentIds" minOccurs="0" maxOccurs="unbounded" type="tns:ID" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EmailMessageRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FromAddress" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FromName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HasAttachment" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Headers" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HtmlBody" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Incoming" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsExternallyVisible" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MessageDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ReplyToEmailMessage" minOccurs="0" type="tns:EmailMessage" nillable="true"/>
       <xsd:element name="ReplyToEmailMessageId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Subject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TextBody" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ToAddress" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ToIds" minOccurs="0" maxOccurs="unbounded" type="tns:ID" nillable="true"/>
       <xsd:element name="ValidatedFromAddress" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EmailMessageRelation">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EmailMessage" minOccurs="0" type="tns:EmailMessage" nillable="true"/>
       <xsd:element name="EmailMessageId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Relation" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="RelationAddress" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RelationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelationObjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RelationType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EmailServicesAddress">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AuthorizedSenders" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EmailDomainName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Function" minOccurs="0" type="tns:EmailServicesFunction" nillable="true"/>
       <xsd:element name="FunctionId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LocalPart" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RunAsUserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EmailServicesFunction">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AddressInactiveAction" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Addresses" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ApexClassId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AttachmentOption" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AuthenticationFailureAction" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AuthorizationFailureAction" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AuthorizedSenders" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ErrorRoutingAddress" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FunctionInactiveAction" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FunctionName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsAuthenticationRequired" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsErrorRoutingEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsTextAttachmentsAsBinary" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsTlsRequired" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="OverLimitAction" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EmailStatus">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EmailTemplateName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FirstOpenDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastOpenDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Task" minOccurs="0" type="tns:Task" nillable="true"/>
       <xsd:element name="TaskId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="TimesOpened" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Who" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhoId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EmailTemplate">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiVersion" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BrandTemplateId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Encoding" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EntityType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Folder" minOccurs="0" type="tns:Folder" nillable="true"/>
       <xsd:element name="FolderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="HtmlValue" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastUsedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Markup" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Subject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TemplateStyle" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TemplateType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TimesUsed" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="UiType" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EmailTemplate_Project__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachment_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Template_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Email_Error_log__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_Message__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Error_Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FromAddress__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="From_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Subject__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ToAddress__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="ccAddress__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Email__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="BCC_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Booking_Request__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Booking_Request__r" minOccurs="0" type="tns:PropStrength__Request__c" nillable="true"/>
       <xsd:element name="CC_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Customer__r" minOccurs="0" type="tns:PropStrength__Applicant_Detail__c" nillable="true"/>
       <xsd:element name="Draft__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_Message__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email_Reference__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email_To_Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Email_To_Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="From_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="From_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HTML_Body__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_Attachment__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="In_Reply_To__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Inbox__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Incoming__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Message_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Message_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Offer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Offer__r" minOccurs="0" type="tns:PropStrength__Offer__c" nillable="true"/>
       <xsd:element name="Other_Detail__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Plain_Text_Body__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Replied_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Reply_To_Email__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Reply_To_Email__r" minOccurs="0" type="tns:Email__c" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Subject__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Target_Response_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TemplateId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="To_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EntityDefinition">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ChildRelationships" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="DefaultCompactLayoutId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DetailUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EditDefinitionUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EditUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalSharingModel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Fields" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="HasSubtypes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HelpSettingPageName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HelpSettingPageUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InternalSharingModel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsApexTriggerable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCompactLayoutable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCustomSetting" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCustomizable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeprecatedAndHidden" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsEverCreatable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsEverDeletable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsEverUpdatable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsFeedEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsIdEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsLayoutable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsMruEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsProcessEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsQueryable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsReplicateable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRetrieveable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsSearchLayoutable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsSearchable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsTriggerable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsWorkflowEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="KeyPrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NewUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Particles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PluralLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Publisher" minOccurs="0" type="tns:Publisher" nillable="true"/>
       <xsd:element name="PublisherId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="QualifiedApiName" minOccurs="0" type="xsd:string" nillable="true"/>
      <!-- <xsd:element name="RecordTypesSupported" minOccurs="0" type="tns:RecordTypesSupported" nillable="true"/> -->
       <xsd:element name="RelationshipDomains" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RunningUserEntityAccess" minOccurs="0" type="tns:UserEntityAccess" nillable="true"/>
       <xsd:element name="RunningUserEntityAccessId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SearchLayouts" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EntityParticle">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ByteLength" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="DataType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultValueFormula" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Digits" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EntityDefinition" minOccurs="0" type="tns:EntityDefinition" nillable="true"/>
       <xsd:element name="EntityDefinitionId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExtraTypeInfo" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FieldDefinition" minOccurs="0" type="tns:FieldDefinition" nillable="true"/>
       <xsd:element name="FieldDefinitionId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InlineHelpText" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsApiFilterable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsApiGroupable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsApiSortable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsAutonumber" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCalculated" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCaseSensitive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCompactLayoutable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsComponent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCompound" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCreatable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDefaultedOnCreate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDependentPicklist" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeprecatedAndHidden" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDisplayLocationInDecimal" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsEncrypted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsFieldHistoryTracked" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHighScaleNumber" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHtmlFormatted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsIdLookup" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsLayoutable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsListVisible" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsNameField" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsNamePointing" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsNillable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPermissionable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsUnique" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsUpdatable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsWorkflowFilterable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsWriteRequiresMasterRead" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Length" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Mask" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MaskType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PicklistValues" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Precision" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="QualifiedApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ReferenceTargetField" minOccurs="0" type="xsd:string" nillable="true"/>
      <!-- <xsd:element name="ReferenceTo" minOccurs="0" type="tns:RelationshipReferenceTo" nillable="true"/> -->
       <xsd:element name="RelationshipName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RelationshipOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Scale" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ServiceDataType" minOccurs="0" type="tns:DataType" nillable="true"/>
       <xsd:element name="ServiceDataTypeId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ValueType" minOccurs="0" type="tns:DataType" nillable="true"/>
       <xsd:element name="ValueTypeId" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EntitySubscription">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Subscriber" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="SubscriberId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Event">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AcceptedEventInviteeIds" minOccurs="0" maxOccurs="unbounded" type="tns:ID" nillable="true"/>
       <xsd:element name="AcceptedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ActivityDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Activity_Created_Date_Time__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_Due_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Activity_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Alternate_Contact_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CRC_Activity_type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Call_ID__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Caller_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Caller_Phone__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Calller_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ClientGuid" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeclinedEventInviteeIds" minOccurs="0" maxOccurs="unbounded" type="tns:ID" nillable="true"/>
       <xsd:element name="DeclinedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurationInMinutes" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="EndDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="EventSubtype" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="GroupEventType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InsertedThroughLead__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsAllDayEvent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsArchived" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsChild" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsClientManaged" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsException" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsGroupEvent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPrivate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRecurrence" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsReminderSet" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsVisibleInSelfService" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LeadTrigger__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Location" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OriginalInstanceDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_Applied__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Date_for_WorkFlow__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Due_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_ActionId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__IsEscalated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecurrenceActivityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RecurrenceDayOfMonth" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RecurrenceDayOfWeekMask" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RecurrenceEndDateOnly" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="RecurrenceInstance" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurrenceInterval" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RecurrenceMonthOfYear" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurrenceStartDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RecurrenceTimeZoneSidKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurrenceType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurringEvents" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ReminderDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Reminder_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ShowAs" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Solution__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StartDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Subject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TaskField__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="TaskOwner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UndecidedEventInviteeIds" minOccurs="0" maxOccurs="unbounded" type="tns:ID" nillable="true"/>
       <xsd:element name="UndecidedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Vetrica__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="What" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhatId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Who" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhoId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EventFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Event" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EventLogFile">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiVersion" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EventType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LogDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LogFile" minOccurs="0" type="xsd:base64Binary" nillable="true"/>
       <xsd:element name="LogFileContentType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LogFileFieldNames" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LogFileFieldTypes" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LogFileLength" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EventRecurrenceException">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityDateOriginal" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ActivityDateTimeOriginal" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EventId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsAllDayEventOriginal" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeletion" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RecurrenceEventId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="EventRelation">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Event" minOccurs="0" type="tns:Event" nillable="true"/>
       <xsd:element name="EventId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Relation" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="RelationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RespondedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Response" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Exporter__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachment_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_Recipients__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email_Subject__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email_body__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Frequency__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_Ran__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Monthly_Day__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Report_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Weekly_Days__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ExternalDataSource">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CustomConfiguration" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Endpoint" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsWritable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LargeIcon" minOccurs="0" type="tns:StaticResource" nillable="true"/>
       <xsd:element name="LargeIconId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PrincipalType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Protocol" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Repository" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SetupEntityAccessItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SmallIcon" minOccurs="0" type="tns:StaticResource" nillable="true"/>
       <xsd:element name="SmallIconId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserAuths" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ExternalDataUserAuth">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExternalDataSource" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ExternalDataSourceId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Password" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Protocol" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Username" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ExternalSocialAccount">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AuthorizedBy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DataSourceId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultResponseAccount" minOccurs="0" type="tns:ExternalSocialAccount" nillable="true"/>
       <xsd:element name="DefaultResponseAccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalAccountId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalPictureURL" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsAuthenticated" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDataSourceActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProfileUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Provider" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProviderUserId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RuleId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SetupEntityAccessItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SocialPropertyId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UniqueName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Username" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FeedAttachment">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="FeedEntityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FeedComment">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CommentBody" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedItemId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="FeedRevisions" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastEditById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastEditDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Revision" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FeedItem">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="BestComment" minOccurs="0" type="tns:FeedComment" nillable="true"/>
       <xsd:element name="BestCommentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedRevisions" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="HasContent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasLink" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastEditById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastEditDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Revision" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FeedLike">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedEntityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="FeedItemId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FeedPollChoice">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ChoiceBody" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedItemId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="FeedPollVotes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Position" minOccurs="0" type="xsd:int" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FeedPollVote">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Choice" minOccurs="0" type="tns:FeedPollChoice" nillable="true"/>
       <xsd:element name="ChoiceId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedItemId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FeedRevision">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Action" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EditedAttribute" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedEntityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsValueRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Revision" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FeedTrackedChange">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedItemId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="FieldName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldCurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FieldDefinition">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ControlledFields" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ControllingFieldDefinition" minOccurs="0" type="tns:FieldDefinition" nillable="true"/>
       <xsd:element name="ControllingFieldDefinitionId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DataType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EntityDefinition" minOccurs="0" type="tns:EntityDefinition" nillable="true"/>
       <xsd:element name="EntityDefinitionId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExtraTypeInfo" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsApiFilterable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsApiGroupable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsApiSortable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCalculated" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCompactLayoutable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCompound" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsFieldHistoryTracked" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHighScaleNumber" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHtmlFormatted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsIndexed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsListFilterable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsListSortable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsListVisible" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsNameField" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsNillable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsWorkflowFilterable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Length" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Particles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Precision" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Publisher" minOccurs="0" type="tns:Publisher" nillable="true"/>
       <xsd:element name="PublisherId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="QualifiedApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ReferenceTargetField" minOccurs="0" type="xsd:string" nillable="true"/>
     <!--  <xsd:element name="ReferenceTo" minOccurs="0" type="tns:RelationshipReferenceTo" nillable="true"/>
       --><xsd:element name="RelationshipDomains" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RelationshipName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RunningUserFieldAccess" minOccurs="0" type="tns:UserFieldAccess" nillable="true"/>
       <xsd:element name="RunningUserFieldAccessId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Scale" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ServiceDataType" minOccurs="0" type="tns:DataType" nillable="true"/>
       <xsd:element name="ServiceDataTypeId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ValueType" minOccurs="0" type="tns:DataType" nillable="true"/>
       <xsd:element name="ValueTypeId" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FieldPermissions">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PermissionSet" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PermissionsEdit" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsRead" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SobjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Field_Trip__Field_Analysis__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Field_Trip__Field_Analysis__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Field_Trip__Field_Analysis__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Field_Trip__Field_Created_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Field_Trip__Label__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Field_Trip__Object_Analysis__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Field_Trip__Object_Analysis__r" minOccurs="0" type="tns:Field_Trip__Object_Analysis__c" nillable="true"/>
       <xsd:element name="Field_Trip__Populated_On_Percent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Field_Trip__Populated_On__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Field_Trip__Total_Tally__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Field_Trip__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Field_Trip__isCustom__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Field_Trip__isRequired__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Field_Trip__Object_Analysis__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Field_Trip__Object_Analysis__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Field_Trip__Object_Analysis__Share">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Field_Trip__Object_Analysis__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Field_Trip__Object_Analysis__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Field_Trip__Field_Analyses__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Field_Trip__Fields__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Field_Trip__Filter__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Field_Trip__Last_Analyzed__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field_Trip__Last_Batch_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Field_Trip__Object_Label__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Field_Trip__Object_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Field_Trip__Record_Types__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Field_Trip__Records__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Field_Trip__Tally__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Field_Trip__isCustom__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FileSearchActivity">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AvgNumResults" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ClickRank" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CountQueries" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CountUsers" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Period" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="QueryDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="QueryLanguage" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SearchTerm" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FiscalYearSettings">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EndDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="IsStandardYear" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PeriodId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PeriodLabelScheme" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PeriodPrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Periods" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="QuarterLabelScheme" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="QuarterPrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StartDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="WeekLabelScheme" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="WeekStartDay" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="YearType" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FlexQueueItem">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AsyncApexJob" minOccurs="0" type="tns:AsyncApexJob" nillable="true"/>
       <xsd:element name="AsyncApexJobId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="FlexQueueItemId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="JobPosition" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="JobType" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FlowInterview">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrentElement" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Guid" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InterviewLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PauseLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FlowInterviewShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:FlowInterview" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Folder">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsReadonly" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="FolderedContentDocument">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentDocument" minOccurs="0" type="tns:ContentDocument" nillable="true"/>
       <xsd:element name="ContentDocumentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ContentSize" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FileExtension" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FileType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsFolder" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ParentContentFolder" minOccurs="0" type="tns:ContentFolder" nillable="true"/>
       <xsd:element name="ParentContentFolderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ForecastShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CanSubmit" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserRoleId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="GL_Master__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:GL_Master__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="GL_Master__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Assessment_Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Charge_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Condition_Type_For_Ecess__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Condition_Type_For_Hcess__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Condition_Type_For_ST__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Condition_Type_For_VAT__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Condition_Type_for_Revenue__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="GL_Bank_Payment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Cheque_Bounce_Cancellation_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Cheque_Bounce_Reversal__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Collection_Transfer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Demand_Transfer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_For_Ecess__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_For_Hcess__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_For_Receipt__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_For_Revenue__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_For_VAT__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Forfieture_Amount_Additional_KKC__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Forfieture_Amount_Additional_ST__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Forfieture_Amount_ST__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Forfieture_Amount__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Interest_Charged__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Interest_Received__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Interest_Waiver__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_SBC__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Transfer_Amount__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Transfer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_for_Cheque_Bounce_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_for_KKC__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HEF_GL_For_Ecess__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HEF_GL_For_Hcess__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HEF_GL_For_Revenue__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HEF_GL_For_ST__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HEF_GL_SBC__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HEF_GL_for_KKC__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TDS_GL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="GrantedByLicense">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CustomPermission" minOccurs="0" type="tns:CustomPermission" nillable="true"/>
       <xsd:element name="CustomPermissionId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PermissionSetLicense" minOccurs="0" type="tns:PermissionSetLicense" nillable="true"/>
       <xsd:element name="PermissionSetLicenseId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Group">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DelegatedUsers" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DoesIncludeBosses" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="DoesSendEmailToMembers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Email" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GroupMembers" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="QueueSobjects" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Related" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="RelatedId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="GroupMember">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Group" minOccurs="0" type="tns:Group" nillable="true"/>
       <xsd:element name="GroupId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Holiday">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EndTimeInMinutes" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="IsAllDay" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRecurrence" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurrenceDayOfMonth" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RecurrenceDayOfWeekMask" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RecurrenceEndDateOnly" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="RecurrenceInstance" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurrenceInterval" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RecurrenceMonthOfYear" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurrenceStartDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="RecurrenceType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StartTimeInMinutes" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Idea">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachmentBody" minOccurs="0" type="xsd:base64Binary" nillable="true"/>
       <xsd:element name="AttachmentContentType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachmentLength" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="AttachmentName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Categories" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Community" minOccurs="0" type="tns:Community" nillable="true"/>
       <xsd:element name="CommunityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CreatorFullPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatorName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatorSmallPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHtml" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsMerged" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastComment" minOccurs="0" type="tns:IdeaComment" nillable="true"/>
       <xsd:element name="LastCommentDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastCommentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="NumComments" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ParentIdea" minOccurs="0" type="tns:Idea" nillable="true"/>
       <xsd:element name="ParentIdeaId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VoteScore" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="VoteTotal" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Votes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="IdeaComment">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CommentBody" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommunityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CreatorFullPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatorName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatorSmallPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Idea" minOccurs="0" type="tns:Idea" nillable="true"/>
       <xsd:element name="IdeaId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHtml" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UpVotes" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Votes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Inboxsetting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="BCC_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Display_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_Templete_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Footer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Header__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Inbox_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Logo__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Mail_Body__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Salutation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TypeofInbox__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="InstalledMobileApp">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ConnectedApplication" minOccurs="0" type="tns:ConnectedApplication" nillable="true"/>
       <xsd:element name="ConnectedApplicationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Version" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Installment__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Installment__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Installment__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Amount_to_Pay__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Installment_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Mode__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OC_SAP_code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OC_SAP_code_del__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OnPossession__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Other_Charges_Names__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Other_Charges__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Other_Charges__r" minOccurs="0" type="tns:Other_Charges__c" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Product__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Product__r" minOccurs="0" type="tns:Product2" nillable="true"/>
       <xsd:element name="Property_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sales_Order_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_of_OC__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Unit_Of_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="KnowledgeableUser">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="RawRank" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Lead">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AcceptedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Address" minOccurs="0" type="tns:address" nillable="true"/>
       <xsd:element name="Address_Office__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Address_Residential_Length__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Address_Residential__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Age__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Alternate_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Alternate_Mobile_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AnnualRevenue" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Appointment_Flag__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Appointment_Proposed_Count__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Assign_To_Sales__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Assigned_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Assigned_to_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Auto_Response_Mail__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="BSP_Rs_sft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Birth_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Birthday__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Booking_Value_Rs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Broker_Commercial__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Broker_Contact_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Broker_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Broker_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Broker_Tagged_Lead__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Broker__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Broker__r" minOccurs="0" type="tns:Broker__c" nillable="true"/>
       <xsd:element name="Budget_Commercial__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Budget__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CC_Assigned_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CC_Assigned_First__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Broker_s_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Client_ok_with_Peer_Group_presence__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Client_ok_with_physical_infrastruct__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Client_req_lead_time_start_operation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Company_Lead__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Description_on_Status_Change__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Deviations__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Do_technical_specifications_match__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Fitment_Score__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Fitment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Individual_Lead__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_Client_happy_infrastructure_req__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Is_Client_happy_with_Area_Size__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Is_Client_ok_with_location__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Legal_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Legal_Deviation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Legal_Deviation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Marketing_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Marketing_Deviation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Marketing_Deviation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Other_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Other_Deviation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Others_Deviation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Project_Deviation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Project_Deviation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Project_Team_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Record_Type_Lead_For_Account__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Record_Type_Lead__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Record_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Requirement_Oppty__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Weight_area_size__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Weight_infrastruct_req__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Weight_leadtime_start_operation__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Weight_location__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Weight_peer_grp_presence__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Weight_physical_infrastruct__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Weight_tech_specs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Call_Status_Time_Stamp__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Call_TRY_Count__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Call_Table__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Call_status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign" minOccurs="0" type="tns:Campaign" nillable="true"/>
       <xsd:element name="CampaignMembers" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Campaign_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign_Lead__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Car_Park__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Car_s_owned__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CheckDuplicate__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="City" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Club_membership_s__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Commercial__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Company" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Company_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Company__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contacted_last_SA_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Continent__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Controy_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ConvertedAccount" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="ConvertedAccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ConvertedContact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ConvertedContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ConvertedDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ConvertedOpportunity" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="ConvertedOpportunityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Counter__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Country" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country_Residence__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country_code_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country_code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CreatedDateTime__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Created_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Created_Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Created_by_Email_Service__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CrossAssignedUserId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CrossEscalation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Current_Shop__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Data_Quality_Score__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Date_Of_Contact__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Date_of_In__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Date_of_Site_Visit__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Date_of_enquiry__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="DeclinedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Designation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DoNotCall" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Does_the_Customer_have_a_Capital_Gains_i__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Duplicate_Leads__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EmailBouncedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EmailBouncedReason" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EmailMessageRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="EmailStatuses" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="EventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Expected_closure_date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Fax" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FirstName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_Appointment_Proposed_TO__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_Appointment_Proposed__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="First_Assigned_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="First_Assigned_To__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_Assigned__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="First_Escalated_User_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_EscalationDate__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="First_Escalation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="First_SiteVisit_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="First_SiteVisit_Flag__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Flag_Email__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Flag_Mobile__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Flat_location_Preferrence__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Floor_Preference__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Follow_up_Date_Time2__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Follow_up_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Follow_up_reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Follw_up_reason2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Freeze_User__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="GeocodeAccuracy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HasOptedOutOfEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasOptedOutOfFax" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Has_he_Paid_processing_charges_Got_a_sa__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_he_decided_on_Bank_HFI__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_he_decided_on_His_source_of_finance__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_he_got_cheque_or_a_DD__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_he_repeated_his_Site_visit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Hours_Taken_To_Assign__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Hours_Taken_To_Contact__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ISTransferredConverted__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ISTransferred__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Industry" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InitiallyEscalatedUserId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Initially_Escalated_User_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsConverted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsFutureContext__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsUnreadByOwner" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsWebtoLead__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Blank_Email_Or_Phone__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Is_Blank_Project__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Is_he_living_in_Own_or_Rented_Premises__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_he_open_only_to_purchase_from_develop__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_he_purchasing_for_Self_Use_or_Investm__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_he_ready_to_visit_the_site__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_the_Customer_the_decision_maker__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_there_a_Timeline_to_complete_his_purc__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_there_timeline_to_complete_purchase__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Jigsaw" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="JigsawContactId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedBy_User__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastTransferDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_Modified_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Latest_Contacted__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Latitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="LeadOwnerEmail__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LeadOwner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LeadSource" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Ageing_Contacted1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_Ageing__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_Aging_Contacted__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_Aging_Sales__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Origin__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Score__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_SiteVisitCount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_Stage__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Status_Edit_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Leads__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Location_Preference__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Location__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Locations__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Longitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Lost_Reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lost_due_to_not_Contatced__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="MCampaign__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="MCampaign__r" minOccurs="0" type="tns:Campaign" nillable="true"/>
       <xsd:element name="Manager__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Manager__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="MasterRecord" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="MasterRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Meeting_Done__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Middle_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobilePhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_Custom__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name_of_the_Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Next_Follow_Up_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="No_Of_Site_Visits__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Follow_up__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="No_of_times_Contacted__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NumberOfEmployees" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Number_Of_Appointments__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Number_of_Enquiry__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Occupation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Office__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Old_Call_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Old_Lead_Source__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Other_Projects__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="OwnerName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PAN_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Personas" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Phone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Pincode__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Posts" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Presence__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Location__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Name_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Projects__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Projects__r" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="Property_location_Preference__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Purpose__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Qualified_Leads__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Quotes__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Rating" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Referral_Account__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Referral_Account__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="Referral_Lead__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Referral_Lead__r" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="Referred_Opportunities__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Regional_Head__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Regional_Head__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="Requested_to_site_visit_Count__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Requirement__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residence__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Residential_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Response_Comment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Role__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SFGA__CorrelationID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SFGA__Correlation_Data__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SFGA__R00N40000001HggqEAC__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__R00N40000001HggvEAC__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__R00N40000001Hgh4EAC__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__R00N40000001Hgh9EAC__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__R00N40000001HghFEAS__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__Web_Source__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Salutation" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SecondEscalationDate__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Second_Escalated_User_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Escalation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Shop_Catagory__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Short_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Since_how_long__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Site_Visit_Date__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Site_inspection__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Size__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Size_of_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SkipValidation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="State" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="State1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="State__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StatusIschange__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Street" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ThirdEscalationDate__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ThirdEscalation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Third_Escalated_User_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ThroughEmailService__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Leads__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Transaction_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Transaction_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UndecidedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Unique_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="User_Level_Appointment_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="User_Level_Assigned_date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="User_Login__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="VIP__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Vendor__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vertical_NAme__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Walk_In__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Website" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="campMemberCreatedDate__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="old_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="LeadEscEmail__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:LeadEscEmail__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="LeadEscEmail__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AddToaddress__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LeadId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Toaddress__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="LeadEscalation__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AlternateFirst_EscalationUserEmail__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AlternateFirst_EscalationUser__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AlternateSecond_Escalation_User_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AlternateSecond_Escalation_User__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="First_EscalationUserEmail__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_EscalationUserID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_EscalationUser__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InitialEscaltionEmail__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InitialEscaltionID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InitialEscaltionName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SecondEscalationUserID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SecondEscalationUser__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Escalation_User_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ThirdEscalationUserEmail__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ThirdEscalationUserId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ThirdEscalationUser__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="LeadFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="LeadHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Lead" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="LeadId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="LeadShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Lead" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="LeadAccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LeadId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="LeadStatus">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsConverted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Lead_Escalation_Bussiness_Rule__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Assigned_User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Assigned_User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Escalate_To__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Escalate_To__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="Escalated_To_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project__r" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ListView">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsSoqlCompatible" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SobjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ListViewChart">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AggregateField" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AggregateType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ChartType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GroupingField" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SobjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ListViewChartInstance">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AggregateField" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AggregateType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ChartType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DataQuery" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GroupingField" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeletable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsEditable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsLastViewed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ListViewChart" minOccurs="0" type="tns:ListViewChart" nillable="true"/>
       <xsd:element name="ListViewChartId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ListViewContext" minOccurs="0" type="tns:ListView" nillable="true"/>
       <xsd:element name="ListViewContextId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SourceEntity" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="LoginGeo">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="City" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CountryIso" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Latitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="LoginTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Longitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Subdivision" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="LoginHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ApiVersion" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Application" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AuthenticationServiceId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Browser" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CipherSuite" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ClientVersion" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CountryIso" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LoginGeo" minOccurs="0" type="tns:LoginGeo" nillable="true"/>
       <xsd:element name="LoginGeoId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LoginTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LoginType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LoginUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Platform" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SourceIp" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TlsProtocol" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="LoginIp">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ChallengeMethod" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ChallengeSentDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsAuthenticated" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SourceIp" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Users" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UsersId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="LookedUpFromActivity">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ActivitySubtype" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActivityType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_Created_Date_Time__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_Due_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Activity_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Alternate_Contact_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CRC_Activity_type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallDisposition" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallDurationInSeconds" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CallObject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Call_ID__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Caller_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Caller_Phone__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Calller_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurationInMinutes" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="EndDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="InsertedThroughLead__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsAllDayEvent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsClosed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHighPriority" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsReminderSet" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsTask" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsVisibleInSelfService" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LeadTrigger__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Location" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Priority" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_Applied__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Date_for_WorkFlow__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Due_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_ActionId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__IsEscalated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ReminderDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Reminder_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Solution__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StartDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Subject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TaskField__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="TaskOwner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vetrica__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="What" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhatId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Who" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhoId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Macro">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="MacroHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Macro" minOccurs="0" type="tns:Macro" nillable="true"/>
       <xsd:element name="MacroId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="MacroInstruction">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Macro" minOccurs="0" type="tns:Macro" nillable="true"/>
       <xsd:element name="MacroId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Operation" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Target" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ValueRecord" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="MacroShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Macro" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="MailmergeTemplate">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:base64Binary" nillable="true"/>
       <xsd:element name="BodyLength" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Category" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Filename" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastUsedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SecurityOptionsAttachmentHasFlash" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SecurityOptionsAttachmentHasXSSThreat" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SecurityOptionsAttachmentScannedForXSS" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SecurityOptionsAttachmentScannedforFlash" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Marketing_Plan__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Marketing_Plan__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Marketing_Plan__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Budget_Transferred_From_Marketing_Plan__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Budget_Transferred_From_Marketing_Plan__r" minOccurs="0" type="tns:Marketing_Plan__c" nillable="true"/>
       <xsd:element name="Campaign_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ISDM__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Marketing_Channels__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Marketing_Plan_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Marketing_Plans__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="Reason_of_Bugget_Transfer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Remaining_budget__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Budget_Allocation_Till_Date__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Budget_Utilization_Till_Date__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Business_Closed__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Closed_value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Created__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Master_Advertisement__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Master_Advertisement__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Master_Advertisement__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Actual_Budget_Used__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Ads__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Budget_Transfer_From_Marketing_Channel__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Budget_Transfer_From_Marketing_Channel__r" minOccurs="0" type="tns:Master_Advertisement__c" nillable="true"/>
       <xsd:element name="Campaign_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Department__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Enquiry_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ISDM__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Marketing_Channel_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Marketing_Channels__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Marketing_Plan__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Marketing_Plan__r" minOccurs="0" type="tns:Marketing_Plan__c" nillable="true"/>
       <xsd:element name="Marketing_channel_name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Phase__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Status_Channel__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Reason_of_Budget_Transfer1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Reason_of_Budget_Transfer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Remaining_budget__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Budget_Allocated__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Enquiry_Generated__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Closed_value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Created__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Won__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Vendor_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Vendor_Name__r" minOccurs="0" type="tns:VCC_Vendor_Name__c" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="MatchingRule">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="BooleanFilter" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MatchEngine" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MatchingRuleItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RuleStatus" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SobjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="MatchingRuleItem">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="BlankValueBehavior" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MatchingMethod" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MatchingRule" minOccurs="0" type="tns:MatchingRule" nillable="true"/>
       <xsd:element name="MatchingRuleId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="MediaType__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Media_Sub_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Media_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Milestone1_Expense__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Date_Incurred__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Incurred_By__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Incurred_By__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Task__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project_Task__r" minOccurs="0" type="tns:Milestone1_Task__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Milestone1_Task__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Assigned_To__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Assigned_To__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Blocked_Reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Blocked__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Class__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Complete__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Days_Late_Formula__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Days_Late__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Due_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_GUID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Estimated_Expense__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Estimated_Hours__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Expense_Balance__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Hours_Balance__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Import_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Index__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_Email_Received__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Predecessor_Task_Import_Id_c__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Priority__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Expenses__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Milestone__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project_Milestone__r" minOccurs="0" type="tns:PropStrength__Milestone__c" nillable="true"/>
       <xsd:element name="Project_Times__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Task_Stage__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Expense__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Hours__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Milestone1_Time__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Hours__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ImportID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Incurred_By__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Incurred_By__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Task__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project_Task__r" minOccurs="0" type="tns:Milestone1_Task__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Name">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Alias" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FirstName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Profile" minOccurs="0" type="tns:Profile" nillable="true"/>
       <xsd:element name="ProfileId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRole" minOccurs="0" type="tns:UserRole" nillable="true"/>
       <xsd:element name="UserRoleId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Username" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="NamedCredential">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CalloutOptionsAllowMergeFieldsInBody" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CalloutOptionsAllowMergeFieldsInHeader" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CalloutOptionsGenerateAuthorizationHeader" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Endpoint" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PrincipalType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SetupEntityAccessItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserAuths" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Note">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPrivate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="NoteAndAttachment">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsNote" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPrivate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OauthToken">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessToken" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AppMenuItem" minOccurs="0" type="tns:AppMenuItem" nillable="true"/>
       <xsd:element name="AppMenuItemId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AppName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeleteToken" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastUsedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RequestToken" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UseCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ObjCampaign__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CampId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProjectId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ObjectPermissions">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PermissionSet" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PermissionsCreate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsDelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEdit" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsModifyAllRecords" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsRead" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewAllRecords" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SobjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OpenActivity">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ActivitySubtype" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActivityType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_Created_Date_Time__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_Due_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Activity_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AlternateDetail" minOccurs="0" type="tns:EmailMessage" nillable="true"/>
       <xsd:element name="AlternateDetailId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Alternate_Contact_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CRC_Activity_type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallDisposition" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallDurationInSeconds" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CallObject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Call_ID__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Caller_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Caller_Phone__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Calller_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurationInMinutes" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="EndDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="InsertedThroughLead__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsAllDayEvent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsClosed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHighPriority" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsReminderSet" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsTask" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsVisibleInSelfService" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LeadTrigger__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Location" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Priority" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_Applied__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Date_for_WorkFlow__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Due_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_ActionId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__IsEscalated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ReminderDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Reminder_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Solution__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StartDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Subject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TaskField__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="TaskOwner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vetrica__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="What" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhatId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Who" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhoId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Opportunity">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AccountPartners" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Account_Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AddressProof__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Address_Proof__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Amount" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Application_form__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Approved_Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Assets1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Assets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Bank_HFI_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Basic_Cost_After_Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Basic_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Billing_Plan_Link__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Booking_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Broker_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Broker_Information__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Broker__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Broker__r" minOccurs="0" type="tns:Broker__c" nillable="true"/>
       <xsd:element name="CC_Assigned_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CM2_Advance_Payments__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Any_one_time_Charges_deposit_fees__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Approval_on_Specs_by_Project__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Comments_advance_payments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Comments_common_area_maintenance__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Comments_onetime_charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Comments_security_deposit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Common_Area_Maintenance__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Delay_Reasons__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Lead_Record_Type_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Lead_Requirement__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Proposal_Follow_up__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Proposal_Valid__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Security_Deposit__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Campaign" minOccurs="0" type="tns:Campaign" nillable="true"/>
       <xsd:element name="CampaignID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CampaignId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Car_Park_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Car_Park_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Car_s_owned__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Carpet_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Check_Reason_for_Booking_T_F__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Checker_Approved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CloseDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Club_membership_s__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Co_App1_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Co_App1_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Co_App1_Pan_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Co_App2_Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Co_App_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Co_App_Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Co_App_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Co_App_Pan_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Co_applicants__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Comment_Box__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_for_Delay__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Consideration_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Contract" minOccurs="0" type="tns:Contract" nillable="true"/>
       <xsd:element name="ContractId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Created_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Group_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Group_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_open_only_2_buy_from_developer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Deal_Approved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Discount_Approval_by_Manager__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Discount_Auto_Approved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Discount_ge__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Effective_Rate_With_Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Effective_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ExpectedRevenue" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Fiscal" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FiscalQuarter" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="FiscalYear" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Flat_Checking__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Flat_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Floor_Rise__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ForecastCategory" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ForecastCategoryName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HasOpenActivity" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasOpportunityLineItem" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasOverdueTask" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Has_Customer_decided_on_Bank_HFI__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_Customer_decided_on_finance_source__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_Customer_got_cheque_or_a_DD__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_Customer_got_loan_sanction_letter__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_Customer_repeated_Site_visit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsClosed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPrivate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsWon" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Customer_living_in_Own_Rented_Premise__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_Customer_ready_to_visit_the_site__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_Submitted_For_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_purchase_for_Self_Use_or_Investment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LeadID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LeadSource" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Created_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Created_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Lead_Last_Modified_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Origin__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Requirement__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Manager__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Manager__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="Managers__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NextStep" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Number_of_Carpark__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Old_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpportunityCompetitors" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpportunityContactRoles" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpportunityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpportunityLineItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpportunityPartnersFrom" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Opportunity_Aging__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Opportunity_Product__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Opportunity_Property_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Other_Information__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Owner_s_Discount_Limit__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Pan_Card_Copy__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Partners" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Payment_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Photos__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Plant_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Preferred_Location_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Pricebook2" minOccurs="0" type="tns:Pricebook2" nillable="true"/>
       <xsd:element name="Pricebook2Id" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Probability" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Product_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Product__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Projects__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Projects__r" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="Property_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Property_No__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ReadonlyStatus__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Reason_for_Booking_T_F__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Reason_for_Booking__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Receipt_Issued__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Referral_Account_Property_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Referral_Account__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Referral_Account__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="Referral_Lead__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Referral_Lead__r" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="Referral_To_Be_Given__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Regional_Head__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Regional_Head__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="Require_Checker_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Require_Deal_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Require_Discount__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SFGA__R00N40000001HggrEAC__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__R00N40000001HggwEAC__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__R00N40000001Hgh5EAC__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__R00N40000001HghAEAS__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__R00N40000001HghEEAS__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Saleable_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Sales_Order_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Org__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Applicant_s_Birthday__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Second_Applicant_s_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sent_Blocked_Email__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Signed_T_C__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="StageName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Terms_of_Payment_Key__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Test_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Third_Applicant_s_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TotalOpportunityQuantity" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Tower_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="When_Do_You_Plan_to_Buy__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ZFL1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="went_for_approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OpportunityCompetitor">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CompetitorName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Opportunity" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="OpportunityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Strengths" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Weaknesses" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OpportunityContactRole">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Contact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPrimary" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Opportunity" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="OpportunityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Role" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OpportunityFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OpportunityFieldHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Opportunity" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="OpportunityId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OpportunityHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Amount" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CloseDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExpectedRevenue" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ForecastCategory" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Opportunity" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="OpportunityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Probability" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="StageName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OpportunityLineItem">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Basic_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Discount" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Flat_Status1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Flat_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ListPrice" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Opportunity" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="OpportunityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PricebookEntry" minOccurs="0" type="tns:PricebookEntry" nillable="true"/>
       <xsd:element name="PricebookEntryId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Product2" minOccurs="0" type="tns:Product2" nillable="true"/>
       <xsd:element name="Product2Id" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProductCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Product_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Quantity" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Sales_Price1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Sellable_area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ServiceDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Subtotal" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TotalPrice" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="UnitPrice" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="When_blocked__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OpportunityPartner">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccountTo" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountToId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPrimary" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Opportunity" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="OpportunityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ReversePartnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Role" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OpportunityShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Opportunity" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="OpportunityAccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpportunityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OpportunityStage">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DefaultProbability" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ForecastCategory" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ForecastCategoryName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsClosed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsWon" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OrgWideEmailAddress">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Address" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DisplayName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsAllowAllProfiles" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Organization">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Address" minOccurs="0" type="tns:address" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="City" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ComplianceBccEmail" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Country" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CustomBrands" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="DefaultAccountAccess" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultCalendarAccess" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultCampaignAccess" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultCaseAccess" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultContactAccess" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultLeadAccess" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultLocaleSidKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultOpportunityAccess" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultPricebookAccess" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DelegatedAuthenticationServiceUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Division" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Fax" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FiscalYearStartMonth" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="GeocodeAccuracy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InstanceName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsReadOnly" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsSandbox" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LanguageLocaleKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Latitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Longitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="MonthlyPageViewsEntitlement" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="MonthlyPageViewsUsed" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OrganizationType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PreferencesRequireOpportunityProducts" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PrimaryContact" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ReceivesAdminInfoEmails" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ReceivesInfoEmails" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SignupCountryIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="State" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Street" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TrialExpirationDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UiSkin" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UsesStartDateAsFiscalYearName" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="WebToCaseDefaultOrigin" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Orphan_Activity__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Orphan_Activity__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Orphan_Activity__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Activity_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Call_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Caller_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Caller_Phone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Calller_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Solution__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Subject__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Other_Charges__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Other_Charges__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Other_Charges__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Amount1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Installment_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Installments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Possession_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Property_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Property__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Property__r" minOccurs="0" type="tns:Product2" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sum_of_Absolute_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TOC_SAP_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TUnit_of_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tower_Related_Charges__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Tower_Related_Charges__r" minOccurs="0" type="tns:Tower_Related_Charges__c" nillable="true"/>
       <xsd:element name="Unit_Of_Charges1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OutBound_SMS__Share">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:OutBound_SMS__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OutBound_SMS__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Lead_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Mobile_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SMS_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="OwnedContentDocument">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentDocument" minOccurs="0" type="tns:ContentDocument" nillable="true"/>
       <xsd:element name="ContentDocumentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ContentSize" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ContentUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExternalDataSourceName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalDataSourceType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FileExtension" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FileType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PackageBooleanValue">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsBlacktabEditable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsBlacktabReadable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsProtected" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PackageDateValue">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsBlacktabEditable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsBlacktabReadable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsProtected" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PackageIntegerValue">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsBlacktabEditable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsBlacktabReadable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsProtected" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:int" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PackageLicense">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AllowedLicenses" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExpirationDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsProvisioned" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UsedLicenses" minOccurs="0" type="xsd:int" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Partner">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccountFrom" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountFromId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AccountTo" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountToId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPrimary" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Opportunity" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="OpportunityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ReversePartnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Role" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PartnerRole">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ReverseRole" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Period">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="EndDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="FiscalYearSettings" minOccurs="0" type="tns:FiscalYearSettings" nillable="true"/>
       <xsd:element name="FiscalYearSettingsId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="FullyQualifiedLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsForecastPeriod" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Number" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="PeriodLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="QuarterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StartDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PermissionSet">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Assignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FieldPerms" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsOwnedByProfile" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="License" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="LicenseId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ObjectPerms" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PermissionsActivateContract" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsAllowEmailIC" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsApiEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsApiUserOnly" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsAssignPermissionSets" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsAssignTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsAuthorApex" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsBulkApiHardDelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsBulkMacrosAllowed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCampaignInfluence2" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCanApproveFeedPost" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCanInsertFeedSystemFields" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCanUseNewDashboardBuilder" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterComposeUiCodesnippet" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterEditOwnPost" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterEditOwnRecordPost" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterForSharePoint" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterInternalUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterInviteExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterOwnGroups" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsConfigCustomRecs" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsConnectOrgToEnvironmentHub" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsContentAdministrator" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsConvertLeads" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCreateCustomizeFilters" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCreatePackaging" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCreateTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCreateWorkspaces" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCustomMobileAppsAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCustomizeApplication" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsDataExport" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsDelegatedTwoFactor" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsDeleteActivatedContract" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsDeleteTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditBrandTemplates" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditCaseComments" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditEvent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditHtmlTemplates" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditOppLineItemUnitPrice" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditPublicDocuments" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditPublicTemplates" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditReadonlyFields" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditTask" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEmailAdministration" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEmailMass" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEmailSingle" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEmailTemplateManagement" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEnableNotifications" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsExportReport" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsFlowUFLRequired" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsForceTwoFactor" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsIdentityConnect" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsIdentityEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsImportCustomObjects" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsImportLeads" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsImportPersonal" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsInboundMigrationToolsUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsInstallPackaging" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsIsSsoEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsLightningExperienceUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageAnalyticSnapshots" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageAuthProviders" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageBusinessHourHolidays" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCallCenters" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCases" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCategories" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageChatterMessages" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageContentPermissions" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageContentProperties" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageContentTypes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCssUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCustomPermissions" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCustomReportTypes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageDashboards" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageDataCategories" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageDataIntegrations" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageEmailClientConfig" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageExchangeConfig" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageInteraction" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageInternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageIpAddresses" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageLeads" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageLoginAccessPolicies" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageMobile" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManagePasswordPolicies" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageProfilesPermissionsets" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManagePvtRptsAndDashbds" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageRemoteAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageRoles" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageSandboxes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageSelfService" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageSharing" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageSolutions" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageSynonyms" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageTranslation" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageTwoFactor" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageUnlistedGroups" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsMassInlineEdit" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsMergeTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsModerateChatter" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsModifyAllData" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsNewReportBuilder" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsOutboundMigrationToolsUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsPasswordNeverExpires" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsPublishPackaging" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsResetPasswords" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsRunAsynchronousReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsRunFlow" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsRunReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSalesConsole" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsScheduleJob" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsScheduleReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSelectFilesFromSalesforce" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSendAnnouncementEmails" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSendExternalEmailAvailable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSendSitRequests" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsShowCompanyNameAsUserBadge" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSolutionImport" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSubmitMacrosAllowed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsTransferAnyCase" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsTransferAnyEntity" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsTransferAnyLead" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsTwoFactorApi" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsUseTeamReassignWizards" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewAllData" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewAllUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewContent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewDataAssessment" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewDataCategories" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewEncryptedData" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewEventLogFiles" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewHelpLink" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewMyTeamsDashboards" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewSetup" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Profile" minOccurs="0" type="tns:Profile" nillable="true"/>
       <xsd:element name="ProfileId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SetupEntityAccessItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PermissionSetAssignment">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Assignee" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="AssigneeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PermissionSet" minOccurs="0" type="tns:PermissionSet" nillable="true"/>
       <xsd:element name="PermissionSetId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PermissionSetLicense">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExpirationDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="GrantedByLicenses" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MaximumPermissionsActivateContract" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsAllowEmailIC" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsApiEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsApiUserOnly" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsAssignPermissionSets" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsAssignTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsAuthorApex" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsBulkApiHardDelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsBulkMacrosAllowed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsCampaignInfluence2" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsCanApproveFeedPost" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsCanInsertFeedSystemFields" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsCanUseNewDashboardBuilder" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsChatterComposeUiCodesnippet" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsChatterEditOwnPost" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsChatterEditOwnRecordPost" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsChatterForSharePoint" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsChatterInternalUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsChatterInviteExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsChatterOwnGroups" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsConfigCustomRecs" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsConnectOrgToEnvironmentHub" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsContentAdministrator" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsConvertLeads" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsCreateCustomizeFilters" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsCreatePackaging" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsCreateTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsCreateWorkspaces" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsCustomMobileAppsAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsCustomizeApplication" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsDataExport" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsDelegatedTwoFactor" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsDeleteActivatedContract" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsDeleteTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEditBrandTemplates" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEditCaseComments" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEditEvent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEditHtmlTemplates" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEditOppLineItemUnitPrice" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEditPublicDocuments" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEditPublicTemplates" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEditReadonlyFields" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEditReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEditTask" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEditTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEmailAdministration" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEmailMass" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEmailSingle" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEmailTemplateManagement" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsEnableNotifications" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsExportReport" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsFlowUFLRequired" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsForceTwoFactor" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsIdentityConnect" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsIdentityEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsImportCustomObjects" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsImportLeads" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsImportPersonal" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsInboundMigrationToolsUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsInstallPackaging" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsIsSsoEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsLightningExperienceUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageAnalyticSnapshots" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageAuthProviders" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageBusinessHourHolidays" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageCallCenters" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageCases" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageCategories" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageChatterMessages" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageContentPermissions" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageContentProperties" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageContentTypes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageCssUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageCustomPermissions" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageCustomReportTypes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageDashboards" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageDataCategories" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageDataIntegrations" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageEmailClientConfig" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageExchangeConfig" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageInteraction" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageInternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageIpAddresses" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageLeads" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageLoginAccessPolicies" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageMobile" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManagePasswordPolicies" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageProfilesPermissionsets" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManagePvtRptsAndDashbds" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageRemoteAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageRoles" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageSandboxes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageSelfService" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageSharing" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageSolutions" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageSynonyms" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageTranslation" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageTwoFactor" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageUnlistedGroups" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsManageUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsMassInlineEdit" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsMergeTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsModerateChatter" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsModifyAllData" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsNewReportBuilder" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsOutboundMigrationToolsUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsPasswordNeverExpires" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsPublishPackaging" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsResetPasswords" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsRunAsynchronousReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsRunFlow" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsRunReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsSalesConsole" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsScheduleJob" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsScheduleReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsSelectFilesFromSalesforce" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsSendAnnouncementEmails" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsSendExternalEmailAvailable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsSendSitRequests" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsShowCompanyNameAsUserBadge" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsSolutionImport" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsSubmitMacrosAllowed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsTransferAnyCase" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsTransferAnyEntity" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsTransferAnyLead" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsTwoFactorApi" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsUseTeamReassignWizards" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsViewAllData" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsViewAllUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsViewContent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsViewDataAssessment" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsViewDataCategories" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsViewEncryptedData" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsViewEventLogFiles" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsViewHelpLink" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsViewMyTeamsDashboards" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaximumPermissionsViewSetup" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionSetLicenseAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PermissionSetLicenseKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TotalLicenses" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="UsedLicenses" minOccurs="0" type="xsd:int" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PermissionSetLicenseAssign">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Assignee" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="AssigneeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PermissionSetLicense" minOccurs="0" type="tns:PermissionSetLicense" nillable="true"/>
       <xsd:element name="PermissionSetLicenseId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Phase__Share">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Phase__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Phase__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Phase_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Projects__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Projects__r" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tower__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PicklistValueInfo">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EntityParticle" minOccurs="0" type="tns:EntityParticle" nillable="true"/>
       <xsd:element name="EntityParticleId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDefaultValue" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ValidFor" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PlatformAction">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActionListContext" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActionTarget" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActionTargetType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Category" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ConfirmationMessage" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeviceFormat" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GroupId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IconContentType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IconHeight" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="IconUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IconWidth" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="InvocationStatus" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InvokedByUser" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="InvokedByUserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsGroupDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsMassAction" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PrimaryColor" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RelatedListRecordId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RelatedSourceEntity" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Section" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SourceEntity" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Subtype" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PlatformCachePartition">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDefaultPartition" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PlatforCachePartitionTypes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PlatformCachePartitionType">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AllocatedCapacity" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="AllocatedPurchasedCapacity" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="AllocatedTrialCapacity" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CacheType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PlatformCachePartition" minOccurs="0" type="tns:PlatformCachePartition" nillable="true"/>
       <xsd:element name="PlatformCachePartitionId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PreCampaign__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PreCampaign__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PreCampaign__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Action_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Actual_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Already_Sent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Alternate_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Approve__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachmentId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachmentName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="BudgetedCost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CampaignId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign_Field__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign_Phase__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Campaign__r" minOccurs="0" type="tns:Campaign" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Comments__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Conversion_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Department__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_Field__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Estimated_Leads__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ExpectedResponse__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ExpectedRevenue__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InApproval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsActive__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Lead_Count__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_Origin__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Source__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Media_Sub_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NewVendor__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NumberSent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Page_of_the_ad__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ParentId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Parent__r" minOccurs="0" type="tns:Campaign" nillable="true"/>
       <xsd:element name="Person_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Person_Responsible__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Person_Responsible__r" minOccurs="0" type="tns:Authentcate__c" nillable="true"/>
       <xsd:element name="Phase__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Position_of_the_ad__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProjectApporvalUser__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProjectApporvalUser__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_new__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project_new__r" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Reject__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Requested_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Send_for_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Target_Location__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VendorName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vendor_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Vendor_Name__r" minOccurs="0" type="tns:Vendor__c" nillable="true"/>
       <xsd:element name="Vendor_Publisher__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vendor__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="skip__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Pricebook2">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsStandard" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Opportunities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PricebookEntries" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Pricebook2History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Pricebook2" minOccurs="0" type="tns:Pricebook2" nillable="true"/>
       <xsd:element name="Pricebook2Id" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PricebookEntry">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpportunityLineItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Pricebook2" minOccurs="0" type="tns:Pricebook2" nillable="true"/>
       <xsd:element name="Pricebook2Id" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Product2" minOccurs="0" type="tns:Product2" nillable="true"/>
       <xsd:element name="Product2Id" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProductCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UnitPrice" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="UseStandardPrice" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ProcessDefinition">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LockType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="State" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TableEnumOrId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ProcessInstance">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CompletedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ElapsedTimeInDays" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ElapsedTimeInHours" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ElapsedTimeInMinutes" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActor" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastActorId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Nodes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessDefinition" minOccurs="0" type="tns:ProcessDefinition" nillable="true"/>
       <xsd:element name="ProcessDefinitionId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Steps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="StepsAndWorkitems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SubmittedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="SubmittedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TargetObject" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="TargetObjectId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Workitems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ProcessInstanceHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Actor" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ActorId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Comments" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ElapsedTimeInDays" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ElapsedTimeInHours" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ElapsedTimeInMinutes" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPending" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OriginalActor" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OriginalActorId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstance" minOccurs="0" type="tns:ProcessInstance" nillable="true"/>
       <xsd:element name="ProcessInstanceId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessNode" minOccurs="0" type="tns:ProcessNode" nillable="true"/>
       <xsd:element name="ProcessNodeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RemindersSent" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="StepStatus" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TargetObject" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="TargetObjectId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ProcessInstanceNode">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CompletedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ElapsedTimeInDays" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ElapsedTimeInHours" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ElapsedTimeInMinutes" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActor" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastActorId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="NodeStatus" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstance" minOccurs="0" type="tns:ProcessInstance" nillable="true"/>
       <xsd:element name="ProcessInstanceId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessNode" minOccurs="0" type="tns:ProcessNode" nillable="true"/>
       <xsd:element name="ProcessNodeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessNodeName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ProcessInstanceStep">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Actor" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ActorId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Comments" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ElapsedTimeInDays" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ElapsedTimeInHours" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ElapsedTimeInMinutes" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="OriginalActor" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OriginalActorId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstance" minOccurs="0" type="tns:ProcessInstance" nillable="true"/>
       <xsd:element name="ProcessInstanceId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="StepNodeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="StepStatus" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ProcessInstanceWorkitem">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Actor" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ActorId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ElapsedTimeInDays" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ElapsedTimeInHours" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ElapsedTimeInMinutes" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OriginalActor" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OriginalActorId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstance" minOccurs="0" type="tns:ProcessInstance" nillable="true"/>
       <xsd:element name="ProcessInstanceId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ProcessNode">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessDefinition" minOccurs="0" type="tns:ProcessDefinition" nillable="true"/>
       <xsd:element name="ProcessDefinitionId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Product2">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Adv_mnt_cgs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Adv_mtnce_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Amenity_Charges_Absolute__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Amenity_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Assets" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Assets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Basic_Cost_Absolute__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Basic_Cost_After_Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Basic_Rate__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Booked_Values__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Booking_Value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Bsc_Cst__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Built_up_area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CAM_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CAM__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Comments_govt_charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Consideration__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Escalation__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Office_Electricity_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Office_Retail__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Other_Govt_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Car_Park_Charge__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Car_Park__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Carpet_Area1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Carpet_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Clb_Dev_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Club_Development_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Co_ordination_charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Common_Area_Charge__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Conveyance_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Cordn_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Csdn_Amt__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DG_Charges_Absolute__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="DG_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Discount_Allowed__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="EDC_IDC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Ect_Con_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Ect_Con__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Effective_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Family" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Flat_Condition__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Flat_Direction__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Flat_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Flat_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Flat_Value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Floor_Level__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Floor__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Flr_Rse__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="GPL_Club_Development__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="GPL_LO_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="GPL_Vastu_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Gas_Con_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Gas_Connection_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Generator_Charges_Absolute__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Installments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="JV_Patner_Flat__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Khata_transfer_charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Khta_trnsfr_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Leg_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Legal_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Maint_Chgs_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Maintenance_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="No_of_Car_parks__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Other_Absolute_Charges_1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Other_Absolute_Charges_2__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Other_Absolute_Charges_3__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Other_Absolute_Charges_4__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Other_Charges__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Other_levies__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PLC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Parking_Charges_Absolute__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Per_Square_feet_value__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phase_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PlantCode__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PricebookEntries" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProductCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Product_Unique_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProjectID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Property_Tax_assessment_and_charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Pty_Tx_asmt_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Quotes__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Registration_Charges_Currency__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Registration_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SAP_Product_Hierarchy__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Sellable_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Share_money__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Shr_mny_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Sinking_fund__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Skng_fnd_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Society_Development_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Society_Formation_Charges_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Society_Formation_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Stamp_Duty_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Stamp_Duty__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Sum_of_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Swimming_Pool_Charges_Absolute__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Sync_with_Snagging__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Terrace_area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="TotalBooking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Property_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Property_Costs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_of_OC__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Tower_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Tower_Name__r" minOccurs="0" type="tns:Tower__c" nillable="true"/>
       <xsd:element name="Tower_Name_text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UDI__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Unit_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Unit_Of_GPL_LO_Price__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Amenity_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Basic_Cost__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Club_Development_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Co_ordination_charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_DG_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_GPL_Vastu_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Gas_Connection_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Khata_transfer_charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Parking_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Property_Tax_assessment_and_char__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Share_money__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Sinking_fund__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Society_Formation_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_Warm_Shell_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unit_of_measure__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Ut_Adv_mnt_cgs__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Ut_Ect_Con__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VAT__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Waiting_to_Update__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Warm_Shell_Charges_Absolute__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Warm_Shell_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Water_Connection_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Water_Connection_charges_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Wing__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Wtr_cn_Abs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ZFL1__c" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Product2Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Product2" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Product2History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Product2" minOccurs="0" type="tns:Product2" nillable="true"/>
       <xsd:element name="Product2Id" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Profile">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsSsoEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PermissionsActivateContract" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsAllowEmailIC" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsApiEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsApiUserOnly" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsAssignPermissionSets" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsAssignTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsAuthorApex" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsBulkApiHardDelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsBulkMacrosAllowed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCampaignInfluence2" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCanApproveFeedPost" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCanInsertFeedSystemFields" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCanUseNewDashboardBuilder" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterComposeUiCodesnippet" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterEditOwnPost" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterEditOwnRecordPost" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterForSharePoint" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterInternalUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterInviteExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsChatterOwnGroups" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsConfigCustomRecs" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsConnectOrgToEnvironmentHub" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsContentAdministrator" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsConvertLeads" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCreateCustomizeFilters" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCreateMultiforce" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCreateTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCreateWorkspaces" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCustomMobileAppsAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsCustomizeApplication" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsDataExport" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsDelegatedTwoFactor" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsDeleteActivatedContract" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsDeleteTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditBrandTemplates" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditCaseComments" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditEvent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditHtmlTemplates" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditOppLineItemUnitPrice" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditPublicDocuments" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditPublicTemplates" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditReadonlyFields" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditTask" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEditTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEmailAdministration" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEmailMass" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEmailSingle" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEmailTemplateManagement" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsEnableNotifications" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsExportReport" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsFlowUFLRequired" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsForceTwoFactor" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsIdentityConnect" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsIdentityEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsImportCustomObjects" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsImportLeads" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsImportPersonal" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsInboundMigrationToolsUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsInstallMultiforce" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsIsSsoEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsLightningExperienceUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageAnalyticSnapshots" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageAuthProviders" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageBusinessHourHolidays" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCallCenters" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCases" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCategories" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageChatterMessages" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageContentPermissions" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageContentProperties" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageContentTypes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCssUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCustomPermissions" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageCustomReportTypes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageDashboards" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageDataCategories" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageDataIntegrations" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageEmailClientConfig" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageExchangeConfig" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageInteraction" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageInternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageIpAddresses" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageLeads" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageLoginAccessPolicies" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageMobile" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManagePasswordPolicies" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageProfilesPermissionsets" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManagePvtRptsAndDashbds" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageRemoteAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageRoles" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageSandboxes" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageSelfService" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageSharing" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageSolutions" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageSynonyms" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageTranslation" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageTwoFactor" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageUnlistedGroups" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsManageUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsMassInlineEdit" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsMergeTopics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsModerateChatter" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsModifyAllData" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsNewReportBuilder" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsOutboundMigrationToolsUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsPasswordNeverExpires" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsPublishMultiforce" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsResetPasswords" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsRunAsynchronousReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsRunFlow" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsRunReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSalesConsole" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsScheduleJob" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsScheduleReports" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSelectFilesFromSalesforce" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSendAnnouncementEmails" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSendExternalEmailAvailable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSendSitRequests" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsShowCompanyNameAsUserBadge" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSolutionImport" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsSubmitMacrosAllowed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsTransferAnyCase" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsTransferAnyEntity" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsTransferAnyLead" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsTwoFactorApi" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsUseTeamReassignWizards" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewAllData" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewAllUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewContent" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewDataAssessment" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewDataCategories" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewEncryptedData" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewEventLogFiles" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewHelpLink" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewMyTeamsDashboards" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PermissionsViewSetup" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserLicense" minOccurs="0" type="tns:UserLicense" nillable="true"/>
       <xsd:element name="UserLicenseId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Users" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ProjectName__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Project_STD_and_PS__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Projectid__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AdsId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Projects__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Projects__Share">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Projects__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Actual_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Alternate_Email_Id1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Alternate_Email_Id2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Assets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Assigned_To_Sales__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Budgeted_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Campaigns__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Case_Escalation_Bussiness_Rules__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Cases__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Cut_off_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Discount_ge_for_Sales_Ex__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Discount_ge_for_Sales_Managers__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Finish_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Maker_Checker_Required__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LeadConversion__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_Escalation_Bussiness_Rules__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Leads__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name_Of_Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Opportunities__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Person_Responsible__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phase__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Planet_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PreCampaigns__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Contact_Numbers__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Definition__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Email_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Team__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Wise_Booking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Projects__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Reason_for_Booking_T_F__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sales_District__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Organisation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SiteVisitCount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Site_Campaign_Details__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Leads__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__AdditionalCapitalizationSetting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Percentage_Educess_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Percentage_High_Sec_Edu_Cess_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Additional_Brokerage_Slab__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Additional_Brokerage_Slab__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Additional_Brokerage_Slab__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Brokerage_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Brokerage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__r" minOccurs="0" type="tns:PropStrength__Brokerage_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__Effective_Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Effective_end_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Range_From__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Range_To__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Additional_Margin_Slab__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Additional_Margin_Slab__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Additional_Margin_Slab__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Margin_Slab__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Margin_Slab__r" minOccurs="0" type="tns:PropStrength__Additional_Margin_Slab__c" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Margin_Slabs__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Margin_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Margin__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__r" minOccurs="0" type="tns:PropStrength__Brokerage_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__Effective_Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Effective_end_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Range_From__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Range_To__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Advance_Line_Item__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="GL_For_Additional_Service_Tax__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_For_Revenue__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_For_ST__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Header_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Payment_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Payment_ID_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Service_Tax_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Charge_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Charge_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Line_Item__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Line_Item__r" minOccurs="0" type="tns:PropStrength__Other_Charge_Due_Partition__c" nillable="true"/>
       <xsd:element name="PropStrength__Payment__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment__r" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Sevice_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SAP_Customer_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Transaction_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type_Doc__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Advertisement__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Advertisement__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Advertisement__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Advertisement_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Response__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Revenue__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Advertisements__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Budgeted_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Closed_Won_Offer_Value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Expected_Response__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Expected_Revenue__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__IsActive__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Num_Total_Accounts__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Num_Won_Accounts__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Offers1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Parent__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Parent__r" minOccurs="0" type="tns:PropStrength__Advertisement__c" nillable="true"/>
       <xsd:element name="PropStrength__Projects__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Projects__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Total_No_Of_Enquiry_Generated__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_No_Of_Offer_Closed__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_No_Offer_Generated__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Offer_Value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Agreement_Setting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Agreement_PDF_Page__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Status_For_Agreement_Generation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Mass_Agreement_Print_page__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Applicant_Detail__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Applicant_Detail__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Applicant_Detail__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Applicant_Detail__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Applicant_Detail__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Code_SAP__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Distribution_Channel__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__AR_Sharing_Ratio__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Account_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Account__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Account__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Acc__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Acc__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Account__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Account__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Pan__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_s_Customer_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Application__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Birthday__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Tag__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Builder_Buyer_Agreement_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Checklists__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Behaviour__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Classification__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Dunning_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Non_Resident__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Pan__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Residential_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Sharing_Ratio__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Wedding_Anniversary__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sales_District__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Office__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Organisation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="So_Do_Wife__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="son_s_wife_daughter_name__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Application_Booking__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Application_Booking__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Application_Booking__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Address_Proof_DL_Passport_Copy__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Agreement_Letter_Saved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Agreement_Registration_Save__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Allotment_Amount_Req__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Allotment_Amount_Required__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Allotment_Letter_Date_Changed__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Allotment_Letter_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Allotment_Percentage_Issued_on__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Allotment_Percentage_Required__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Applicant_Photos__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Applicant_s_Mailing_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Application_Booking_Payment_Plan_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Approved_for_allotment_letter_generation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Approved_for_welcome_letter_generation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Assets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="BA_BAR_Approved__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Cost_of_Property_with_current_ST_rates__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Deal_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Discount_Approved__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Discount_Booking_Amount_Receive1__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Discount_Booking_Amount_Receive2__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Discount_Booking_Amount_Received_Approve__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Discount_Update__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Distribution_Channel__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Do_Not_Raise_Demand__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Document_Storages__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_Sent_Count_ALR__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Email_Sent_Count_AL__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Email_Sent_Count_AgL__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Email_Sent_Count_WL__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IS_Submit_for_approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Id_Proof_Pan_Card_Copy__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Swapped__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Transferred__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="KYC_Approved_Check1__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="KYC_Approved_Check2__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="KYC_Approved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="KYC_Now_Approved__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="KYC_complete__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="KYC_complete_remarks__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_Aggrement_Letter_Print_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Last_Agreement_Letter_Print_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Last_Agreement_Letter_Resg_Print_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Last_Allotment_Letter_Print_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Last_Welcome_Letter_Print_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Legacy_Data_NO_SAP_Posting__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Mailing_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Market_value_at_Registration__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="No_Of_Parking_loopups__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Old_Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Old_Property_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpportunityID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Opportunity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Opportunity__r" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="Other_Charges_Total__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Owner_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Payment_Done_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Payment_Plan__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Previous_Status_Rejected__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Previous_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Primary_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Print_Count_ALR__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Print_Count_AL__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Print_Count_AgL__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Print_Count_WL__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Profit_Center_cancellation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Account_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Accounts_Application_NOT_Valid__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Accounts_Application_Valid__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Accounts_Notes__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Margin__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Addendum_status__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Charges_Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Direct_Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Margin_Released__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Agreement_Created_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Agreement_Generated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Agreement_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Agreement_Signed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Agreement_Terminated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Agreement_Termination_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Agreement_Termination_Reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Allotment_Letter_Sent_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Allotment_Letter_Sent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Realized_or_Drawn_On__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Details__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Residence_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Approval_Rejected__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Approved_executive_account__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Area_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_Payouts__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_To_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Returns__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Authorization_Letter_PartnershipDeed_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Authorization_Letter_Partnership_Deed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Available_Parking_For_Use__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BSP_Amount_Due_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BSP_Specific_Waiver__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Account_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Draft_Cheque_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Loan__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Sanction_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Verified_Signature_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Verified_Signature__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Banker_Details__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Basic_Sale_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Amount_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Amt_Realized_Approved_by_Account__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Cancellation_Reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Cancelled_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Cancelled__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Locked__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Payment_Extended_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Payment_Extension_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Reinstateted_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Request__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Request__r" minOccurs="0" type="tns:PropStrength__Request__c" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Service_Taxes__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Through_Offer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Through__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Booking_initial_approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Branch_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Branch_Contact_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Account__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Account__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Margin_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Margin__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Milestone_Created__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Milestones__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Stamp_And_Signature_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Stamp_and_Signature__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Transactions__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Broker__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker__r" minOccurs="0" type="tns:PropStrength__Broker__c" nillable="true"/>
       <xsd:element name="PropStrength__BrokerageAmount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BrokeragePassed_to_customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Amount_by_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_On_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_On_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Passed_To_Customer_Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Passed_to_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Release_Schedule__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Release_Schedule__r" minOccurs="0" type="tns:PropStrength__Brokerage_Payment_Plan__c" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__r" minOccurs="0" type="tns:PropStrength__Brokerage_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_passed_to_customer_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Built_Up_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__CC_Received_At_Booking__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__CPP_Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__CP_Car_Parking_Name1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__CP_Car_Parking_Name2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__CP_Car_Parking_Name3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__CP_Car_Parking_Name4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__CP_Number_Of_Parking_Purchased__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Called_BSP_Waiver__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Capitalization_Decrease__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Capitalization_Increase__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Carpet_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Cases__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Certified_CopyOfMemorandumandArticleNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Certified_Copy_of_Memorandum_and_Article__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Checklists__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Commercial_Booking_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Complete_Name_and_Address_of_Applicant__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Complete_Name_and_Address_of_Applicants__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Completion_Certificate_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Completion_Certificate_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Copy_Of_PAN_Card_STR_Number_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Copy_of_Board_Resolution_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Copy_of_Board_Resolution__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Copy_of_PAN_Card_STR_Number__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Copy_of_Valid_Passport_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Copy_of_Valid_Passport__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Copy_of_Visa_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Copy_of_Visa__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Current_Dunning_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Date_on_Cheque__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Details_Form_is_Duly_Signed__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Discount_After_PPC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Discount_Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Discount_Per_Sq_Ft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Discount_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Discounted_Amount_After_PPC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Discounted_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Dispatch_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Document_Submission_Extended_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Document_Submission_Extension_for_days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Document_Submitted__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Due_Date_of_Balance_Amount__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Dunning_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Duration__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__E_mail_Provided__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Education_Cess_on_Basic_Sale_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Eligible_for_Service_Tax__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Email_Provided_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Employee_Reference__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Entry_of_Receipts_Allowed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Execution_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Extension_For_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__File_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Final_Basic_Sales_Prices__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Fit_Out__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Forfeiture_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Forfeiture__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Form_is_Duly_Signed_by_Marketing_People__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Offered__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Higher_Secondary_Cess_on_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__IBMS_Charge_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__IBMS_Gross_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__IFMS_Charge_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__IFMS_Gross_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__IFSC_RTGS_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Incremental_Brokerage_Released__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Interest_on_TDS__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Interest_slabs__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__International_Address_Proof_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__International_Address_Proof__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Client_a_Company_Corporate__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Customer_NRI__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Property_Available__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Is_Reallocated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_TPT_Agreement_Signed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Transferred__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_this_a_Partnership__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Last_Interest_Run_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Lease__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Legal_Notice__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Account_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Disbursed_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Disbursed_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Disbursed_Sanctioned_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Interest_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Sanction_Date_As_On_Letter__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Sanctioned_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__MICR_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Maintenance_Security_Deposit__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__MarginPassed_to_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Margin_Passed_to_Customer_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Margin_Passed_to_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Margin_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Margin_Per_Unit__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Memo_Attached_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Memo_Attached__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Mode_Of_Dispatch__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Month__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Monthly_Rent_Commitment__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Mortgage_Txn__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Mortgage_Txn__r" minOccurs="0" type="tns:PropStrength__Transaction_Requests__c" nillable="true"/>
       <xsd:element name="PropStrength__Multiple_Applicants__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__NOC_Issue_date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__NOC_Issued__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__NOC_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__NOC_PTM_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__NRO_A_C_No_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__NRO_A_C_No__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Name_of_the_Bank__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__National_Address_Proof__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Necessary_Signature_Stamp_PresentNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Necessary_Signature_and_Stamp_Present__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Necessary_Signatures_Present_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Necessary_Signatures_Present__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__New_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__New_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__New_Payment_Plan__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__New_Payment_Plan__r" minOccurs="0" type="tns:PropStrength__Payment_Plan__c" nillable="true"/>
       <xsd:element name="PropStrength__New_Property_Assigned__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__New_Property_Assigned__r" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="PropStrength__Next_Dunning_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__NoOfParkingUsed__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__No_of_Installment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__No_of_Parking_Avaliable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Non_FIFO_TDS__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Offer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Offer__r" minOccurs="0" type="tns:PropStrength__Offer__c" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Old_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Old_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Old_Primary_Customer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Old_Primary_Customer__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Original_Other_Charges_Total__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Original_Super_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Original_Total_Basic_Sales_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Amount_as_per_STA__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Opted__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Total__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Outstanding_Balance_Excluding_Waiver__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Outstanding_Balance__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__PTM_issue_date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__PTM_issued__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Alloted__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Number1__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Number1__r" minOccurs="0" type="tns:PropStrength__Car_Parking__c" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Number2__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Number2__r" minOccurs="0" type="tns:PropStrength__Car_Parking__c" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Number3__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Number3__r" minOccurs="0" type="tns:PropStrength__Car_Parking__c" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Number4__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Number4__r" minOccurs="0" type="tns:PropStrength__Car_Parking__c" nillable="true"/>
       <xsd:element name="PropStrength__Payment_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Mode_Validation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Change_Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Details__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Opted__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Opted__r" minOccurs="0" type="tns:PropStrength__Payment_Plan__c" nillable="true"/>
       <xsd:element name="PropStrength__Payments1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payments_Cheques__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Phone_number_Check__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Phone_number__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Photocopy_Of_Letters_Sent_To_Client_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Photocopy_of_Letters_Sent_to_Client__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Photograph__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Primary_Applicant_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Primary_Customer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Primary_Customer__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Printout_Of_Any_Other_Correspondence_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Printout_of_Any_Other_Correspondence__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Priority_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project_Level_Interest__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Property_Allotment_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Property_Allotted__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Property_DeMortgaged__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Property_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__r" minOccurs="0" type="tns:PropStrength__Property_Type__c" nillable="true"/>
       <xsd:element name="PropStrength__Property__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property__r" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="PropStrength__Rate_Per_Unit_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Received_from_Customer__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Reference_No_PTM__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reference_Number_PTM__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__RemarkAuthorizationLetterPartnershipDeed__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__RemarkPhotocopyofLetters_Sent_to_Client__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_Bank_Verified_Signature__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_Broker_Stamp_and_Signature__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_CertifiedCopyOfMemorandumArticle__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_Copy_of_Board_Resolution__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_Copy_of_PAN_Card_STR_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_Copy_of_Valid_Passport__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_Copy_of_Visa__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_Email_Provided__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_International_Address_Proof__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_Memo_Attached__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_NRO_A_C_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_Necessary_SignandStamp_Present__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_Necessary_Signatures_Present__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_Phone_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_PrintoutofAny_Othr_Correspondece__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_TIN_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remark_in_case_of_No_ApplicantName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Request_for_Processing__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Revised_TSC_for_Commercial__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Revised_Total_Sales_Consideration__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Salable_Charges1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Sanction_Letter_Expiry_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Sanction_Letter_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Sent_To_Customer__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_on_Basic_Sale_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Signed_Copy_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Single_TDS_Record__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Sole_Applicant__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Specific_Waiver_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Specific_Waiver_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Start_Approval_Process_for_discount__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Start_Approval_Processes__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Status_Check__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Stock_category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Super_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Callahan_Received_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Challan_Due_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Paid_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TDS__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__TIN_No_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TIN_No__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TPA_Received_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__TPA_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TPT_Agreement_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__TPT_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Tag__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TimeLinked_Datetime__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__TotalPaidAmount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Agreement_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Application_Amount_with_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Balance_due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Basic_Sales_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Basic_Sales_Price_with_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Broker_Margin__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Brokerage_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Brokerage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Due_Percent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Net_Basic_Sales_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Paid_Percent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Payment_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Payment_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Sales_Consideration__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Sales_Consideration_with_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_TAx_due_on_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_Tax_Due_on_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_Tax_On_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_Tax_due_on_Booking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_Tax_on_Booking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_TSC_to_Check_ST_criteria__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Tower__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__TransferAllowed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Transfer_Allowed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Transfer_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Unit_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__W_Additional_Discount__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__W_Document_Submission_Extension__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__W_Form_Valid__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__W_Payment_Extension__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__W_Sales_Stage_1_Complete__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Welcome_Letter_Note__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Welcome_Letter__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Property_Name_Cancellation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RM_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Registration_CRM_User_s_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Registration_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Registration_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remark_Applicant_Photos__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_Address_Proof__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_Id_Proof__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_for_Payment_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_for_Payment_Plan__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_for_Scheme_Type_I__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_for_Signature_On_All_Pages__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Customer_Code_Old__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Customer_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Customer_Created_Date__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Error__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Msg__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_District__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Office__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Organisation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Scheme_Type_I__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Signature_On_All_Pages__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Signed_Allotment_Letter_Received_on__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Stamp_Duty_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="System_Proposed_Forfeiture_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Termination_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Terms_of_Payment_Key__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Income_Charge_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Payment_Realized__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_ST_as_per_current_rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Sales_Consideration__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Service_Tax_Due_Till_Now__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_sharing__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Tower_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Transfer_of_Property__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VAT_Received_From_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Validation_Ammount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Welcome_Letter_Saved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Welcome_Letter_Sent_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Work_Breakdown_Structure_Old__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="allotment_Letter_Saved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="booking_creation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Area_Change_Setting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Area_Change_At_Gross_Rate__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Assignment_Group_Name__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_entries__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Count_of_Users__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Description_c__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Group_Members__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Last_Assigned_To__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Last_Assigned_To__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="PropStrength__Last_Assigned_User_Order__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Assignment_Rule_Criteria__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Assignment_Rule_Criteria__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Assignment_Rule_Criteria__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_Entry__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_Entry__r" minOccurs="0" type="tns:PropStrength__Assignment_Rule_Entry__c" nillable="true"/>
       <xsd:element name="PropStrength__Field__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Operator__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Value__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Assignment_Rule_Entry__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Group__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Group__r" minOccurs="0" type="tns:PropStrength__Assignment_Group_Name__c" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_Criterias__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule__r" minOccurs="0" type="tns:PropStrength__Assignment_Rule__c" nillable="true"/>
       <xsd:element name="PropStrength__Criteria__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Group__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Member__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Member__r" minOccurs="0" type="tns:PropStrength__Member__c" nillable="true"/>
       <xsd:element name="PropStrength__Order__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Assignment_Rule__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Assignment_Rule__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Assignment_Rule__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_entries__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Auto_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Rule_Object__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Assinment_Escalation_Setting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry_Assignment__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry_Escalation_Template__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry_Escalation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Org_Wide_Email_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__SR_Escalation_Template__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Request_Assignment__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Service_Request_Escalation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Task_Assignment__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Task_Escalation_Template__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Task_Escalation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Assured_Return_Payout__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Assured_Return_Payout__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Assured_Return_Payout__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Cess_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_Applicable_Date__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_ID__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_ID__r" minOccurs="0" type="tns:PropStrength__Assured_Returns__c" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Account_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Beneficiary_Bank__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Branch_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Realized__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__IFSC_RTGS_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__MICR_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Partial_Payout__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Realized_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Realized__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Assured_Returns__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Assured_Returns__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Assured_Returns__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_Duration__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_Payouts__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Realized_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Committed_Amount_per_sq_ft_Month__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Month__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__No_of_Installment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Due_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Realized__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payment_realized_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Project_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Super_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Assured_Return_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Assured_Return_Payouts__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Assured_Return__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_BSP_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Monthly_Committed_Return__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Realized_Payouts__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_TDS__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Auto_Interest_Calculation__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__No_Interest_on_TDS__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__BookingCheckListField__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__CommentField__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__FieldAPIName__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Booking_Service_Tax_Record__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applicable_Service_Tax_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applicable_Service_Tax__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Applicable_Service_Tax__r" minOccurs="0" type="tns:PropStrength__Service_Tax_Mapping__c" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Education_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Higher_Secondary_Ed_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Opted_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Opted__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Opted__r" minOccurs="0" type="tns:PropStrength__Other_Charges_Opted__c" nillable="true"/>
       <xsd:element name="PropStrength__Related_Other_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_Ledger__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Broker_Ledger__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_Ledger__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Due_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Balance__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Account_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Branch_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Booking_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Account__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Account__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Milestone__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Milestone__r" minOccurs="0" type="tns:PropStrength__Broker_Payment_Milestone__c" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Mode__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Record_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Due_Rs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Check_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Due_Payment_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Education_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Higher_Education_Case__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Invoice_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Invoice_Number_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Prepayment__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__MICR_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Paid_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Property_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reversal_Available__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Running_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Submit_For_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Swachh_Bharat_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount_On_Account__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Brokerage_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_Master_Ledger__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Broker_Master_Ledger__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_Master_Ledger__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Doc_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Fiscal_Year__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Payment_Realization_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Due_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Balance__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Account_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Branch_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Booking_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Name__r" minOccurs="0" type="tns:PropStrength__Broker__c" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Milestone__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Milestone__r" minOccurs="0" type="tns:PropStrength__Broker_Payment_Milestone__c" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Mode__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Record_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Transactions__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Due_Rs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Check_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Due_payment_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Education_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Higher_Education_Case__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Invoice_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Invoice_Number_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Prepayment__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__MICR_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Paid_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Property_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reversal_Available__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Running_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Submit_For_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount_on_Account__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Brokerage_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SAP_Broker_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Message__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Type_Doc__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Vendor_GL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="open_text__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_Payment_Milestone__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Broker_Payment_Milestone__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_Payment_Milestone__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Brokerage_Due_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Doc_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Open_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PO_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Payment_Realization_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Margin__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Paid_By_Customer_R__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Paid_By_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Booking_ID__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Booking_ID__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Education_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Higher_Education_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Ledgers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Master_Ledgers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Due_Rs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Due_With_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Pass_on_To_customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Pass_on_to_Customer_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Check_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Due_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Invoice_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Is_Paid__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Pre_Payment_Done__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Prepayment__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Property_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reversal_Against__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Swachh_Bharat_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Brokerage_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SAP_Message__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Type_Doc__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Vendor_Gl__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_Service_Tax_Master__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Broker_Service_Tax_Master__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_Service_Tax_Master__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Education_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Higher_Education_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Service_Tax_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Margins__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Swachh_Bharat_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_TDS_Master__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Broker_TDS_Master__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_TDS_Master__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Broker_TDS_Master_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TDS_For_NRI_Under_DTAA__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_For_Std_User_No_PAN__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Percentage_For_15_H__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Percentage_For_NRI__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Percentage_For_Standard_User__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_Transaction__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Broker_Transaction__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker_Transaction__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Amount_To_Be_Recovered__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Booking_ID__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Booking_ID__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Due_ID__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Payment_Due_ID__r" minOccurs="0" type="tns:PropStrength__Broker_Master_Ledger__c" nillable="true"/>
       <xsd:element name="PropStrength__Broker__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker__r" minOccurs="0" type="tns:PropStrength__Broker__c" nillable="true"/>
       <xsd:element name="PropStrength__Event_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Reason_For_Adjustment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Submit_For_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Type_Of_Adjustment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Broker__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Broker__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Broker__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Marraige_Anniversary_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Advance_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Agreement_Document__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Alternate_Email_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Master_Ledgers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Transactions__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Assignment_Group_Members__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Company__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Email_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Fax__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__HUDA_Lic_Num__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__In_Panel__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Landline__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Legal_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Number_of_Employees__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Office_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Office_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Office_Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Office_State_Province__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Office_Street__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Office_Zip_Postal_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__PAN_Card_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Pending_With__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Pending_With__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Residence_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Residence_Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Residence_State_Province__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Residence_Street__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Residence_Zip_Postal_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Residential_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Running_TDS__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Submit_For_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Target_Annual__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Transferee__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Purchase_Order_Currency__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Purchasing_Organization__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SAP_Broker_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__BrokerageSetting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Brokerage_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__BSP_Paid_Percentage__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Brokerage_Assignment_Group_Member__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Brokerage_Assignment_Group_Member__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Brokerage_Assignment_Group_Member__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Account__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Account__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="PropStrength__Broker__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker__r" minOccurs="0" type="tns:PropStrength__Broker__c" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Group__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Group__r" minOccurs="0" type="tns:PropStrength__Brokerage_Assignment_Group__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Brokerage_Assignment_Group__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Brokerage_Assignment_Group__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Brokerage_Assignment_Group__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Assignment_Group_Members__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Release_Schedule__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Release_Schedule__r" minOccurs="0" type="tns:PropStrength__Brokerage_Payment_Plan__c" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__r" minOccurs="0" type="tns:PropStrength__Brokerage_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__Count_of_Group_Members__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Brokerage_Payment_Plan__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Brokerage_Payment_Plan__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Brokerage_Payment_Plan__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Assignment_Groups__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Release_Schedule_Line_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Release_Schedule_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Schedule_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Due_on_Total_Sales_Consideration__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Projects__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__of_Brokerage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Brokerage_Release_Schedule_Line_Item__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Brokerage_Release_Schedule_Line_Item__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Brokerage_Release_Schedule_Line_Item__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Paid_By_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Schedule_Line_Item_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Schedule_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Schedule_Name__r" minOccurs="0" type="tns:PropStrength__Brokerage_Payment_Plan__c" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Schedule_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Due_After_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Due_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Brokerage_Scheme__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Brokerage_Scheme__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Brokerage_Scheme__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Brokerage_Slabs__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Margin_Slabs__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Assignment_Groups__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Pass_To_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_pass_on_to_Customer_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Is_Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Additional_Brokerage_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Additional_Margin_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_In_Kind_Incentive_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Margin_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Margins__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Projects__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Scheme_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Standard_Brokerage_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Standard_Brokerage_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Car_Parking__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Car_Parking__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Car_Parking__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Allotted__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings2__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings3__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__ApprovalStatus__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__CPOBJ_Property_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Car_Parking_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Category_of_Parking__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Double_Bay_Parking__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Is_Parking_Blocked__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Released__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Size__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Parking_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Tower_Code__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Tower_Code__r" minOccurs="0" type="tns:PropStrength__Tower__c" nillable="true"/>
       <xsd:element name="PropStrength__Tower_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request2__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request3__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__property_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__property_Name__r" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Checklist_Items__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Checklist_Items__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Checklist_Items__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Acceptable__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Checklist__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Checklist__r" minOccurs="0" type="tns:PropStrength__Checklist__c" nillable="true"/>
       <xsd:element name="PropStrength__Comment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Image_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Image__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Item_bedroom1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Item_bedroom2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Item_bedroom3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Item_bedroom4__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Item_common__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Item_kitchen__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remarks_by_Project_Manager__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Snaglist_Category__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Snaglist_Category__r" minOccurs="0" type="tns:PropStrength__Snaglist_Category__c" nillable="true"/>
       <xsd:element name="PropStrength__TAT__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__TAT__r" minOccurs="0" type="tns:PropStrength__TAT__c" nillable="true"/>
       <xsd:element name="PropStrength__Temp_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__item_Drawing_cum_Dining__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__item_Servant_Room_Toilet__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Checklist__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Checklist__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Checklist__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Name__r" minOccurs="0" type="tns:PropStrength__Applicant_Detail__c" nillable="true"/>
       <xsd:element name="PropStrength__Booking_No__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Booking_No__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__CRM_Executive__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__CRM_Executive__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="PropStrength__Checklist_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Customer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Customer__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="PropStrength__Property__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property__r" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="PropStrength__Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Signature_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Signature__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Target_Completion_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:PropStrength__Transaction_Requests__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Contact_Role__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Contact_Role__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Contact_Role__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Mailing_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Offer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Offer__r" minOccurs="0" type="tns:PropStrength__Offer__c" nillable="true"/>
       <xsd:element name="PropStrength__Person_Name1__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Person_Name1__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Person_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Phone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Relationship__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Customer_Detail__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Sharing_Ratio__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:PropStrength__Transaction_Requests__c" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Data_Migration_Settings__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Dump_Other_Charge_Percentage__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Skip_User__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__DemandSetting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Days_Gap_For_Actual_Payment_Date__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Days_Gap_For_Demand__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Days_for_Demand_Dispatch__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Days_for_Demand_Print__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Demand_Generation_Max_Batch_Size__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Demand_Letter_Page_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Dispatch_Date_Required__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Filter_Zero__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Mass_Demand_Print_Page_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Multi_Purpose_Class_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__POD_Required__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Dunning_Setting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Percent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Fixed_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Email_Mapping__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Email_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Email__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Email__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Email__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Customer__r" minOccurs="0" type="tns:PropStrength__Applicant_Detail__c" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Inbox_Origin__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Inbox__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Assign_To__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Assign_To__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__BCC_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__CC_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__EmailMessage__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Email_Reference__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Emails__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__From_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__From_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__HTML_Body__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Has_Attachment__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__In_Reply_To__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Incoming__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Message_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Message_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Detail__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Plain_Text_Body__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reply_To_Email__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Reply_To_Email__r" minOccurs="0" type="tns:PropStrength__Email__c" nillable="true"/>
       <xsd:element name="PropStrength__Reply__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Request__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Service_Request__r" minOccurs="0" type="tns:PropStrength__Service_Request__c" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__SubjectLink__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Subject__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TemplateId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__To_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Reply__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Target_Response_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Task_Id__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Task_Id__r" minOccurs="0" type="tns:Milestone1_Task__c" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Escalation_Action__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Escalation_Action__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Escalation_Action__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Enquiry1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Enquiry2__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Enquiry__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Emails__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Age_Over_Business_hours__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Hours__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Minutes__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Notify_Case_Owner__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Notify_User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Notify_User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="PropStrength__Rule_Entry__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Rule_Entry__r" minOccurs="0" type="tns:PropStrength__Rule_Entry__c" nillable="true"/>
       <xsd:element name="PropStrength__User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Esclation_Rule__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Esclation_Rule__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Esclation_Rule__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Escalation_level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project_Name__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Rule_Entry__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Rule_Object__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Stage__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Time_lines_in_days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__FieldFilterSetting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Service_Request_Fields__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Floor__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Floor__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Floor__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Floor__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Floor__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Phases__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Area_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Floor_Area_Utilised__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Floor_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Floor_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Floor_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Floor_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Number_of_Units__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Property__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Tower__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Tower__r" minOccurs="0" type="tns:PropStrength__Tower__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Freebies_Line_Item__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Freebies_Line_Item__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Freebies_Line_Item__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Purchase_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Effective_End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Effective_Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Freebie_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Count__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Offered__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Scheme__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Scheme__r" minOccurs="0" type="tns:PropStrength__Freebies_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__Is_Mandatory__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__MRP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Freebies_Available__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Freebies_Offered__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Purchase_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Freebie_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Line_Item__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Line_Item__r" minOccurs="0" type="tns:PropStrength__Freebies_Line_Item__c" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Scheme__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Scheme__r" minOccurs="0" type="tns:PropStrength__Freebies_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__MRP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Offer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Offer__r" minOccurs="0" type="tns:PropStrength__Offer__c" nillable="true"/>
       <xsd:element name="PropStrength__Released__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Freebies_Scheme__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Line_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Offered__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Projects__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Properties__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Group_Member__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Group_Member__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Group_Member__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Group__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Group__r" minOccurs="0" type="tns:PropStrength__Assignment_Group_Name__c" nillable="true"/>
       <xsd:element name="PropStrength__Last_Assigned__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Last_Assignment__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Member__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Member__r" minOccurs="0" type="tns:PropStrength__Member__c" nillable="true"/>
       <xsd:element name="PropStrength__On_Leave__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Order__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__User_Active__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Guide_Module__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Guide_Module__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Order__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Parent_Module__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Parent_Module__r" minOccurs="0" type="tns:PropStrength__Guide_Module__c" nillable="true"/>
       <xsd:element name="PropStrength__Slider_Image__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Income_Charges__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Income_Charges__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Income_Charges__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="G_L_for_income_charge_del__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Payments_del__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_for_VAT_Calculation__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Area_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Currency__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Income_Charge_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Price_Masters__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Expire__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Validity_End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Validity_Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Rate_Per_Unit_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__VAT__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__VAT_on_Inclusive_Tax_Amount__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Interest_Master__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__End_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__No_Interest_on_TDS__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Slab_Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Slab_Interest_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Slab_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Start_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Invoice_Note__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Invoice_Note__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Invoice_Note__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Fifth_notes__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__First_notes__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Fourth_notes__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Invoice_Format_Prefix__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Second_notes__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Seventh_Note__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Six_notes__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Third_notes__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Lease_Rental_Reciepts__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Lease_Rental_Reciepts__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Lease_Rental_Reciepts__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Cess_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Issue_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_No__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Realized__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Lease_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Lease_Applicable_Date__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Lease_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Lease_Rate_sq_ft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Lease__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Lease__r" minOccurs="0" type="tns:PropStrength__Lease__c" nillable="true"/>
       <xsd:element name="PropStrength__Maintenance_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Partial_Payout__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Leased_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Lease__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Lease__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Lease__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applicable_Service_Tax_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Realized_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Fit_Out_Rent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Lease_Commencement_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Lease_Duration__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Lease_Rental_Receipts__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Lease_Rental_per_Sq_Ft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Lease_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Lock_In_Period_Months__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Month__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__No_of_Installment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Project_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Property_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Security_Deposit__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Super_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Super_Area_of_property_sq_ft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Rate_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Tenure_of_Lease_Agreement__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Total_BSP_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Lease_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Lease_Receipt__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Lease__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Realized_Receipt__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_TDS__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Years__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Legal_Notice__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Legal_Notice__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Legal_Notice__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Margin__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Margin__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Margin__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Margin__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Applicable_Education_Cess_on_Margin__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Applicable_Higher_Education_Cess_on_Marg__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Applicable_Service_Tax_on_Margin__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Service_Tax_Master__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Service_Tax_Master__r" minOccurs="0" type="tns:PropStrength__Broker_Service_Tax_Master__c" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Margin_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Education_Cess_on_Margin__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Higher_Education_Cess_on_Margin__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Margin_Inclusive_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Margin_Pass_on_to_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Margin_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Scheme_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Scheme_Name__r" minOccurs="0" type="tns:PropStrength__Brokerage_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_on_Margin__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Member__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_entries__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Group_Members__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__On_Leave__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Project_Members__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Milestone_Update_Sequentially__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Apply_Validation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Milestone__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Milestone__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Milestone__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Milestone__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Milestone__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Actual_Completion_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Enter_New_Actual_Date_For_Approval__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Enter_New_Expected_Date_For_Approval__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Escalation_to_Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Expected_Complete_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Expected_Completed_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Notification_about_Estimated__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Completed_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Expected_Completion_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Hybrid_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Is_TimeLinked_Plan__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Milestone_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Milestone_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Milestone_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Notification_To_Be_Sent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Details__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Line_Items1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Update_Milestone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Schedule_Run_Report__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Scheduled_Notification__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tasks__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Time_Linked__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="X15_Day_Escalation__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="X15_Escalation1__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="X15_Escalation__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="testDate__c" minOccurs="0" type="xsd:date" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__OCTask__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__OCTask__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__OCTask__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Opted__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Opted__r" minOccurs="0" type="tns:PropStrength__Other_Charges_Opted__c" nillable="true"/>
       <xsd:element name="PropStrength__TaskId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__ObjectLabelApiMapping__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__API_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Short_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Offer__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Offer__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Offer__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Offer__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Offer__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Assets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Contact_Record_type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Date_of_Site_Visit__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Grace_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Hold_Approver__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Hold_Approver__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Offer_Closed_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Offer_Generated_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Offer_Release_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Offer_Validity1__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Advertisement__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Advertisement__r" minOccurs="0" type="tns:PropStrength__Advertisement__c" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Area_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Basic_Sales_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Account__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Account__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Broker__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker__r" minOccurs="0" type="tns:PropStrength__Broker__c" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_On_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_On_Other_charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Release_Schedule__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Release_Schedule__r" minOccurs="0" type="tns:PropStrength__Brokerage_Payment_Plan__c" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__r" minOccurs="0" type="tns:PropStrength__Brokerage_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Comment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Role__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Current_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Discount_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Discount_Per_Sq_Ft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Discount_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Discounted_Basic_Sales_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Email_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__First_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Offered__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Information_Required__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Is_Brokrage_Calculated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Last_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Lost_To_Competitor__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Lost_To_Competitor__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="PropStrength__Net_Revenue__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Next_Steps__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Offer_Age__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Offer_Applicants_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Offer_Close_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Offer_Discount_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Offer_Source__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Offer_Through__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan__r" minOccurs="0" type="tns:PropStrength__Payment_Plan__c" nillable="true"/>
       <xsd:element name="PropStrength__PrePayment_Received__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Primary_Advertisement_Source__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Primary_Advertisement_Source__r" minOccurs="0" type="tns:PropStrength__Advertisement__c" nillable="true"/>
       <xsd:element name="PropStrength__Primary_Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Primary_Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Probability__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Projects__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property2__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property2__r" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__r" minOccurs="0" type="tns:PropStrength__Property_Type__c" nillable="true"/>
       <xsd:element name="PropStrength__Property__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property__r" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="PropStrength__Reason_For_Loss__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Referred_By__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Referred_By__r" minOccurs="0" type="tns:Contract" nillable="true"/>
       <xsd:element name="PropStrength__Request__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Request__r" minOccurs="0" type="tns:PropStrength__Request__c" nillable="true"/>
       <xsd:element name="PropStrength__Selected_Freebies_Ids__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Selected_OtherCharges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Super_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Paid_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Total_Basic_Sale_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Brokerage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Other_Charge_Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Other_Charge__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Sales_Consideration__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Unit_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Property_Selected__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Property_Selected__r" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Registration_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Remarks_for_Discount__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Stamp_Duty__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Transaction_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Transaction_ID_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Transaction_Partner_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Transaction_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="prospect__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charge_Due_Partition__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Other_Charge_Due_Partition__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charge_Due_Partition__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Accounting_Document_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Additional_Service_Tax_on_Forfeiture__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Amount_Types__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Bank_GL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Bank_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Bank_Name__r" minOccurs="0" type="tns:Bank__c" nillable="true"/>
       <xsd:element name="Booking_Cancellation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Booking_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Bouncing_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Cheque_Bounce__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Condition_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Header_Text_Open__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Header_Text_Received__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Header_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Fiscal_Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Forfeiture_Amount_without_ST__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="GL_Account_For_Basic_ST__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Bank_Payment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Cheque_Bounce_Cancellation_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Cheque_Bounce_Reversal__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Collection_Transfer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Demand_Transfer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_For_Ecess__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_For_Revenue__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_For_SBC__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Forfieture_Amount_Additional_ST__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Forfieture_Amount_Krishi_Kalyan_Cess__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Forfieture_Amount_ST__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Hcess__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Interest_Charged__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Interest_Received__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Interest_Waiver__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Swap_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Transfer_Amount__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Transfer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_VAT__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_for_Forfieture_Amount__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_for_KKC__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_for_VAT__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Instrument_Bank__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Instrument_Branch__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Instrument_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Item_Text_Old__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Item_Text_Received__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Item_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Krishi_Kalyan_Cess_on_Forfeiture__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Legacy_Data_NO_SAP_Posting__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owners_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PLI_Payment_Plan_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Payment_ID_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Payment_Mode__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Posting_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center_Old__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Profit_Centres__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_18_Digit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Service_Tax_percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Advance_Additional_Tax_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Advance_Amount_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Advance_Krishi_Cess_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Advance_Line_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Advance_Service_Tax_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Advance_VAT_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Recieved__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Area_Change_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Balance_Update_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Balance__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Charge_Amount_Paid__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Charge_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Differential_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Due_Additional_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Due_Krishi_Kalyan_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Due_Payment__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Due_Payment__r" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="PropStrength__Due_VAT_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Is_Booking_Amount_Advance__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Paid__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Milestone_Payment_Recieved_cur__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Original_Adv_Additional_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Original_Adv_Krishi_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Original_Adv_Service_Tax_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Original_Adv_VAT_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Original_Advance_Amt_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Educationcess_Tax_Curre__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Higher_EducationCess_tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Opted_Group1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__r" minOccurs="0" type="tns:PropStrength__Other_Charges__c" nillable="true"/>
       <xsd:element name="PropStrength__Partial_PLI__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Line_Items1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Line_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Detail_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Detail__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Detail__r" minOccurs="0" type="tns:PropStrength__Payment_Plan_Details__c" nillable="true"/>
       <xsd:element name="PropStrength__Payment__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment__r" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="PropStrength__Receive_Against_Line_Item__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Receive_Against_Line_Item__r" minOccurs="0" type="tns:PropStrength__Other_Charge_Due_Partition__c" nillable="true"/>
       <xsd:element name="PropStrength__Received_Additional_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Received_Education_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Received_Higher_Education_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Received_Krishi_Kalyan_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Received_VAT_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Recieved_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Recieved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Reference_Advance_Line_Item__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Reference_Advance_Line_Item__r" minOccurs="0" type="tns:PropStrength__Other_Charge_Due_Partition__c" nillable="true"/>
       <xsd:element name="PropStrength__Refund_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Remarks__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Paid__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_KKC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_SBC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_VAT__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Due_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Received_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Updated_Balance__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Waiver_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Waiver_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Property_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Property__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RTGS_NEFT_UTR_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Realization_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Reason_For_Reversal__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Receipt_GL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Receipt_Profit_Centre__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Reference_Document_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Refund_Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Revenue_Amount1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Revenue_Amount_SAP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Revenue_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Reversal_Document_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Reversal_Fiscal_Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rounding_off_err__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SAP_Customer_Code_Old__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Customer_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Message_Class__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Message_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SAP_Message_Old__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Message_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Message_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Message__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Msg__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="S_CAT__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Organization__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Service_Tax_on_Forfeiture_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Special_GL_Indicator__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Terms_Of_Payment_Key__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Transaction_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Transfer_Document_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Transfer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Type_Doc_Old__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type_Doc__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Updated_Work_Break_Down_Structure__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VAT_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Waiver_Document_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Work_Breakdown_Structure_Tower__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Work_Breakdown_Structure__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Work_Breakdown_Structure__r" minOccurs="0" type="tns:Work_Breakdown_Structure__c" nillable="true"/>
       <xsd:element name="event__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charge_Due_Partition__c_hd">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Other_Charge_Due_Partition__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Payable__c_hpr" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Payable__c_hst" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Recieved__c_hpr" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Recieved__c_hst" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Balance__c_hpr" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Balance__c_hst" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Due_Payment__c_hpr" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Due_Payment__c_hst" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Due_Payment__r" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="PropStrength__Milestone_Payment_Recieved_cur__c_hpr" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Milestone_Payment_Recieved_cur__c_hst" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Amount__c_hpr" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Amount__c_hst" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Opted_Group1__c_hpr" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Opted_Group1__c_hst" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__c_hpr" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__c_hst" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__r" minOccurs="0" type="tns:PropStrength__Other_Charges__c" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ValidFromDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ValidToDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charges_FIFO__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Order__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charges_Opted__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Other_Charges_Opted__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charges_Opted__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Application_Booking_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Other_Charges_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Service_Tax_Records__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Discount_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__IsAdjustmentOnPossession__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Property_Charge__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__OCTasks__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Original_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Percentage__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__r" minOccurs="0" type="tns:PropStrength__Other_Charges__c" nillable="true"/>
       <xsd:element name="PropStrength__Part_Of_COP__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__SaleableCharge__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__SalebleCharge__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Specific_Waiver_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Specific_Waiver_Amount_without_ST__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Staging_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Super_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__called__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__called__r" minOccurs="0" type="tns:PropStrength__Other_Charges_Percentage__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SAP_Customer_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charges_Percentage__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Other_Charges_Percentage__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charges_Percentage__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Advance_ST_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Service_Tax_percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Paid__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Education_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Higher_Secondary_Ed_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Is_Cancelled__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Original_Amount_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Original_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Opted_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Opted__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Opted__r" minOccurs="0" type="tns:PropStrength__Other_Charges_Opted__c" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Opted_Group__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Opted__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Part_of_COP__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Detail__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Detail__r" minOccurs="0" type="tns:PropStrength__Payment_Plan_Details__c" nillable="true"/>
       <xsd:element name="PropStrength__Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_Tax_VAT__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Applicable_Charge__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Waived_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Waiver_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Waiver_Amount_without_ST__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charges_Tax_Mapping__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Other_Charges_Tax_Mapping__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charges_Tax_Mapping__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="GL_Account__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__r" minOccurs="0" type="tns:PropStrength__Other_Charges__c" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Mapping_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Mapping__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Mapping__r" minOccurs="0" type="tns:PropStrength__Service_Tax_Mapping__c" nillable="true"/>
       <xsd:element name="PropStrength__Tax_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charges__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Other_Charges__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charges__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Other_Charges__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Other_Charges__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Discount_Amount_c__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Due_Partitions__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Group__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Opted__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Tax_Mappings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Part_Of_COP__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Other_Charges__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Price_Masters__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__PropStrength__r_hpr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__PropStrength__r_hst" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Property_Charges__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__STA_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Saleable_Charge__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Service_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_On_Plot__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Unit_Type_Charges__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="S_CAT__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Stamp_Duty_Charges__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Overdue_Interest__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Payment_Overdue_Interest__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Overdue_Interest__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Applicable_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Applicable_Slab__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Balance_Amount_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Interest_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Interest_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Is_Milestone_Reversed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__PPD__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__PPD__r" minOccurs="0" type="tns:PropStrength__Payment_Plan_Details__c" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Due_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Linked__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Linked__r" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Plan_Details__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Payment_Plan_Details__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Plan_Details__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Actual_Time_Linked_Milestone_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Advance_ST_on_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Advance_ST_on_OC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Billing_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Booking_Date_Due_After_Days__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_s_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Number_PPD__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Due_After_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Escalation_Date__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Expected_Completion_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Expected_Completion_Update__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Fiscal_Year_PPD__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="New_Time_Linked_Milestone_Raised_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PPD_Raised_On__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Service_Tax_On_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Service_Tax_percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Age__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Due_Plus_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Paid__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Percent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Area_Change_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Area_Change_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Balance__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Block_Milestone_Reversal__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Amount_PPD__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Calculated_Interest_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Call_Notice_Delivered__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Call_notice_Sent_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Date_of_Delivery__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Education_Cess_on_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Education_Cess_on_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Estimated_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Extension_on_Time_Period__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Final_Payment_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Grant_Extended_Till__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Higher_Secondary_Cess_on_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Higher_Secondary_Edu_Cess_on_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__How_Many_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Hybrid_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Interest_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Interest_Calculated_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__IsAdditionalCapitalization__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__IsAdjustmentOnPossession__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Milestone_Completed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_reversed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess_on_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Milestone_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Milestone__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Milestone__r" minOccurs="0" type="tns:PropStrength__Milestone__c" nillable="true"/>
       <xsd:element name="PropStrength__Not_Ready_For_Demand__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Notification_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Percentage__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_as_COP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Overdue_Age_For_Interest__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__PPD_Locked__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Paymen_Due_Month__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Due_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Due_Flag__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Due_Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Line_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Overdue_Interests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Line_Item__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Line_Item__r" minOccurs="0" type="tns:PropStrength__Payment_Plan_Line_Items__c" nillable="true"/>
       <xsd:element name="PropStrength__Person_Delivered_To__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Previous_Outstanding__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Rate_of_Interest__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Reasons_for_Non_Delivery__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Received_Payments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Due_on_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_on_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Submitted_for_Reversal_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Applicable_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Applicable_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TPD__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount_Due_With_Taxes__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount_Due_with_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_COP_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Other_Charges_Dues__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Other_Charges_Per__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_TAx_due_on_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_Tax_Due_on_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Service_Tax_on_PPD__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__VAT_On_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Waived_Off_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Waiver_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Wavier_from_Uncalled__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__waived_off_amount_c__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SMS_Milestone__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Time_Link_Due_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_ST_as_per_current_rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Virtual_ST_on_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Value_of_Do_not_raise_demand__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Work_Breakdown_Structure__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="X15_days_prior_date_1__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="X4_days_Prior_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Plan_Line_Items__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Payment_Plan_Line_Items__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Plan_Line_Items__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Condition_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Completed_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Percent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Block_Demand_Generation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Date_Of_Completion__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Due_After_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Expected_Completion_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Milestone_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Milestone__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Milestone__r" minOccurs="0" type="tns:PropStrength__Milestone__c" nillable="true"/>
       <xsd:element name="PropStrength__Order__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Details1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Line_Item_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Line_Item_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Other_Charges__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan__r" minOccurs="0" type="tns:PropStrength__Payment_Plan__c" nillable="true"/>
       <xsd:element name="PropStrength__Project_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Applicable_Percentage_new__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Applicable_new__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Percentage_new__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Plan_Line_Items__c_hd">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Payment_Plan_Line_Items__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c_hpr" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c_hst" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan__c_hpr" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan__c_hst" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan__r" minOccurs="0" type="tns:PropStrength__Payment_Plan__c" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ValidFromDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ValidToDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Plan_Other_Charges__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Payment_Plan_Other_Charges__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Plan_Other_Charges__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Percent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__List_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__r" minOccurs="0" type="tns:PropStrength__Other_Charges__c" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Line_Item__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Line_Item__r" minOccurs="0" type="tns:PropStrength__Payment_Plan_Line_Items__c" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Other_Charge_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Plan__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Payment_Plan__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Plan__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Payment_Plan__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Payment_Plan__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Available_For_Change_In_PPlan__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Custom_Plan__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Land_Construction_Ratio__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Milestone_based__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Line_Items1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__PropStrength__r_hpr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__PropStrength__r_hst" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Show_Payment_Section__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Special_Home_Loan__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Applicable_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Percent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__PopUp_Settings__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Color__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Field_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Object__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Priority__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Value__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__PrePayment_Received__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__CRN_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Demand_Draft_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Demand_Draft_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__IFSC_RTGS_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Instrument_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Offer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Offer__r" minOccurs="0" type="tns:PropStrength__Offer__c" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Mode__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Price_Master__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Price_Master__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Price_Master__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Approval_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Approval_Status__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Approved_By__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Approved_By__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="PropStrength__Charge_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Estimated_End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Estimated_Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Income_Charge__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Income_Charge__r" minOccurs="0" type="tns:PropStrength__Income_Charges__c" nillable="true"/>
       <xsd:element name="PropStrength__Income_Charges_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Is_Property_Type_Wise__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Latest__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__New_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__New_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Old_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Old_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__OtherCharges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__r" minOccurs="0" type="tns:PropStrength__Other_Charges__c" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Property_Charges_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Charges__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Charges__r" minOccurs="0" type="tns:PropStrength__Property_Type_Charges__c" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__r" minOccurs="0" type="tns:PropStrength__Property_Type__c" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Project_Member__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Project_Member__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Project_Member__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Last_Assigned__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Member__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Member__r" minOccurs="0" type="tns:PropStrength__Member__c" nillable="true"/>
       <xsd:element name="PropStrength__On_Leave__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Order__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Projects__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Projects__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Projects__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Additional_Service_Tax_on_Forfeiture__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Ads__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Allotment_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Allotment_calculation_on_Agreement_val__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Alternate_Email_Id_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Alternate_Email_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Assets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Banks__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CIN_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Circle_Rate_MC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Circle_Rate_Non_MC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Company_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Cost_of_Construction_MC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Cost_of_Construction_Non_MC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Covering_Letter__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Demand_CC_Email_id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Distribution_Channel__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Elite_Project__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Email_for_Queries__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Escalation_Rules__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Forfeiture_amount_after_allotment__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Forfeiture_amount_before_allotment__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="GL_Masters__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Invoice_Serice__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="JV_name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Krishi_Kalyan_Cess_on_Forfeiture__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Launch__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Marketing_Plans__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NRI_contact_number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PAN_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Post_Sales_Pending__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_18_Digit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Email_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Site_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_contact_number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Actual_End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Advertisements__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Apartment_Type__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Approximate_Number_Of_Units__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Available_Properties__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Ledgers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Master_Ledgers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Assignment_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Release_Schedule__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Release_Schedule__r" minOccurs="0" type="tns:PropStrength__Brokerage_Payment_Plan__c" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Release_Schedules__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Scheme__r" minOccurs="0" type="tns:PropStrength__Brokerage_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__Budget__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Car_Parkings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Cases__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Completion_Certification_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Country_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Demand_ThreshHold_Limit__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Enable_Pie_Chart_Count_Wise__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Exact_Number_Of_Properties__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Expected_End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Expected_Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__First_Booking_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Scheme__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Scheme__r" minOccurs="0" type="tns:PropStrength__Freebies_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__Grace_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Image_Path__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Income_Charges__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Is_First_Transfer_Free__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Launch_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Launch_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Lease__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__License_Number_New__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__License_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Location__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Margins__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Measurement__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Milestones__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Organization_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Organization_Fax__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Organization_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Organization_Phone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Organization_Street__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Over_Booking_Allowed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plans__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Pie_Chart_URL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Pie_Chart__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Price_Masters__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Project_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project_Logo__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project_Member__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Property__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Rate_for_Holding_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Rate_for_Maintenance_charges_Possession__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Sectors__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__State_Province__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Street__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Streets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Sub_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Applicable_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Allotted_Properties__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_OnHold_Property__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Properties__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Sold_Properties__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Towers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Transfer_Applicable_percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Transfer_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type_of_Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Chargeable_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Zip_Postal_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__forfeiture_perc__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Region__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Registration_CRM_User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Registration_CRM_User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="Registration_CRM_User_s_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Registration_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Sales_District__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Office__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Organisation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Service_Tax_no__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Service_Tax_on_Forfeiture__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Stamp_Duty_Female_MC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Stamp_Duty_Female_Non_MC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Stamp_Duty_Joint_MC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Stamp_Duty_Joint_Non_MC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Stamp_Duty_Others_MC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Stamp_Duty_Others_Non_MC__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TIN_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Toll_free_number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Tax_on_Forfeiture__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VAT_Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VAT_Masters__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Work_Breakdown_Structures__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Browser_Setting__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Property_Browser_Setting__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Browser_Setting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Detail_Panel_Fields__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Filter_Fields__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__List_Item_Fields__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__ProfileId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Show_Google_Map__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Show_Property_Creation_Button__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Show_Property_Images__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Charge_Settings__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__FIFO_Payment_Adjustment__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Appl__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Charges__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Property_Charges__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Charges__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Area_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Fixed_Charge__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Code_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__r" minOccurs="0" type="tns:PropStrength__Other_Charges__c" nillable="true"/>
       <xsd:element name="PropStrength__Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Expire__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Validity_End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Validity_Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Property__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property__r" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="PropStrength__Rate_per_unit_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Type_Charges__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Property_Type_Charges__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Type_Charges__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Area_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Fixed_Charge__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__IsCompulsory__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Code_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges__r" minOccurs="0" type="tns:PropStrength__Other_Charges__c" nillable="true"/>
       <xsd:element name="PropStrength__Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Price_Masters__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Expire__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Validity_End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Validity_Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Code_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__r" minOccurs="0" type="tns:PropStrength__Property_Type__c" nillable="true"/>
       <xsd:element name="PropStrength__Rate_per_unit_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Type_Snaglist__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Property_Type_Snaglist__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Type_Snaglist__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Category_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Name__r" minOccurs="0" type="tns:PropStrength__Property_Type__c" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Snaglist_Category__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Snaglist_Category__r" minOccurs="0" type="tns:PropStrength__Snaglist_Category__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Type__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Property_Type__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Type__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Property_Type__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property_Type__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Assets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active_Property__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Area_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Available_for_Sale__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Count__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Fixed_brokerage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Scheme__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Scheme__r" minOccurs="0" type="tns:PropStrength__Freebies_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__Number_of_Parking_can_be_allotted__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Price_Masters__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Expire__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Validity_End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Validity_Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Charges__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Snaglists__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Rate_Per_Unit_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Alloted_Property__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Bookings_on_Priority__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Number_Of_Units__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Upper_Limit_on_Bookings__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Property__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Allotment_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Amount_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Appurtenant_Area_Sq_Ft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Appurtenant_Area_Sq_mt__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Assets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Built_up_Area_converted__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Carpet_Area_Converted__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Circle_Rate_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FSI_Area_Sq_Ft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="FSI_Area_Sq_mt__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Floor_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Floor_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Municipal_Corporation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OPEN_BALC_Sq_Ft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="OPEN_BALC_Sq_mt__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Phases__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Allotted__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Area_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Balcony_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Built_up_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Car_Parkings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Carpet_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cellar_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Checklists__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Completion_Certificate_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Completion_Certificate_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Execution_Pocket__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Floor_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Floor_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Floor__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Floor__r" minOccurs="0" type="tns:PropStrength__Floor__c" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Scheme__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Freebies_Scheme__r" minOccurs="0" type="tns:PropStrength__Freebies_Scheme__c" nillable="true"/>
       <xsd:element name="PropStrength__House_Unit_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Images_for_Property_Browser__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Leased__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Main_Image_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__No_Freebie_Applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Offer_Through__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Offers1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Open_Balcony_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Open_Terrace_area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Plot_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Expire__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Validity_End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Pricing_Validity_Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Private_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Property_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Alloted_Through_Offer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Property_Charges__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Property_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type__r" minOccurs="0" type="tns:PropStrength__Property_Type__c" nillable="true"/>
       <xsd:element name="PropStrength__Property_on_hold_for_Reallocation__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Rate_per_unit_area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Sector__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Sector__r" minOccurs="0" type="tns:PropStrength__Sector__c" nillable="true"/>
       <xsd:element name="PropStrength__Size_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Street__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Street__r" minOccurs="0" type="tns:PropStrength__Street__c" nillable="true"/>
       <xsd:element name="PropStrength__Super_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Sales_Consideration__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Tower__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Tower__r" minOccurs="0" type="tns:PropStrength__Tower__c" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Unit_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Property_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RM_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Super_Area_Converted__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Temp_Allotment_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tower_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tower_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Work_Breakdown_Structure_del__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Received_Payment__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Received_Payment__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Received_Payment__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Amount_Realized__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Bank_Name_GL__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Bank_Name_GL__r" minOccurs="0" type="tns:Bank__c" nillable="true"/>
       <xsd:element name="Booking_Amount_PPD__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Booking_Cancelled__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Booking_Owner_Email_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Booking_Owner_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Booking_Reallocated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Certificate_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Cheque_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Clearance_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Demand_Letter_Generated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Demand_Letter_Generation_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Demand_generation_14_Days__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Demand_generation_18_Days__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Demand_generation_4_days__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Header_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Dunning_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_Sent_Count_GR__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Event_on_Payment__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Fiscal_Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Form_16B_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="GL_Bank_Payment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Swap_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_Transfer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_for_Cheque_Bounce_Charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GL_for_VAT__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GR_Save__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Generate_Demand_Letter__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Income_Charge_del__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Income_Charge_del__r" minOccurs="0" type="tns:PropStrength__Income_Charges__c" nillable="true"/>
       <xsd:element name="Instrument_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Instrument_Received_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Invoice_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Item_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_Generate_Receipt_Email_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Last_Generate_Receipt_Print_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Last_Reminder_Letter_sent_on__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Legacy_Data_NO_SAP_Posting__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Milestone_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Number_of_Reminders_Sent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Payment_Cleared_on__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Positive_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Post_In_SAP__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Posting_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Print_Count_GR__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Payment_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Adjusted__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Advance_Line_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Due_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Excluding_Waiver__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_with_penalty__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Applicant_Name__r" minOccurs="0" type="tns:PropStrength__Applicant_Detail__c" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Area_Change_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BSP_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Balance__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Account_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Branch_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Name_Auto__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Verified_Signature__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Billing_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Amount__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Cheque_Bounced__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Bounced_Cheques__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Bounced_Reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bouncing_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__By_Cash__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__By_Cheque__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__By_Demand_Draft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__By_Post_Dated_Cheque__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__By_Wire_Transfer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__CB_Bouncing_Charges_With_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__CB_Education_Cess_2__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__CB_Higher_Secondary_Education_Cess_1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__CB_Service_Tax_12__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__CRN_no__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__CRR_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Call_Notice_Sent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Bounced__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Demand_Draft_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Deposited__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Created_Automatically__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Email_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_MobilePhone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Name_for__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Residence_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Residential_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Date_of_Receipt__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Demand_Email_Sent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Demand_Generated_By__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Demand_Generated_By__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="PropStrength__Demand_Generated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Demand_Generation_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Demand_SMS_Sent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Demand_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Dispatch_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Dispatch_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Due_Age__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Dunning_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Education_Cess_on_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Fund_Transfer_Booking_ID__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Fund_Transfer_Booking_ID__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Higher_EducationCess_on_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__IFSC_RTGS_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Income_Charge_Due__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Income_Charge_Due__r" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="PropStrength__Interest_Reversed__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__IsAdjustedWaiverChargeAmount__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__IsCreatedFromSpecificWaiver__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Reversal_Created__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Subvention_Plan__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_TimeLinked__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Issue_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Krishi_Kalyan_Cess__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__MICR_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Milestone_Approved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Next_Dunning_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charge_Due_Partitions__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__POD_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Parent_Payment__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Parent_Payment__r" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="PropStrength__Partial_Booking_Cheque_Bounce__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Pay_Interest__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Line_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Overdue_Interests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Detail__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Detail__r" minOccurs="0" type="tns:PropStrength__Payment_Plan_Details__c" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Used__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payments1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Post_Possession_Charge_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Printing_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__PropStrength__r_hpr" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__PropStrength__r_hst" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Prorated_Payment_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Reallocation_Booking_Id_Ref__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Reallocation_Booking_Id_Ref__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Reallocation_Fund_Transfer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Receipt_Reversed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Received_Payment__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Received_Payment__r" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="PropStrength__Received_Payments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Remarks__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Resident_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Service_tax_on_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Staging_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Recoverable__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Recoverable__r" minOccurs="0" type="tns:PropStrength__TDS_Recoverable__c" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Given__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Reversed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount_Due_with_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Unit_Property__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Waiver_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Waiver_Components__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Property__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Realization_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Reason_For_Reveresal__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Receipt_GL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Reference_Document_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Refund_Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Refund_Approved_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Refund_Line_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Region__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Reversal_Document_Number_Form_16B__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Reversal_Document_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Reversal_Fiscal_Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Customer_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Item_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Message__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Msg__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TDS_Acknowledgement_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TDS_Certificate_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TDS_Recieved_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="TDS_Text1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TDS_Text2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TDS_Text3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Towards__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Transaction_type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Transfer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Type_Doc__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type_of_Account__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VAT_Chargeable_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Work_Breakdown_Structure__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Request__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Request__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Request__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Request__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Request__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Ad_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Advertisement__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Advertisement__r" minOccurs="0" type="tns:VCC1__Advertisement__c" nillable="true"/>
       <xsd:element name="Age_Over_Business_hours__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Agent_Group__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Agent_Group__r" minOccurs="0" type="tns:VCC1__Agent_Group__c" nillable="true"/>
       <xsd:element name="Alternate_Mobile_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Apply_Assignment_Rule__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Assigned_CC_date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Assigned_Call_Center_Agent__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Assigned_SA_date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Assigned_Sales_Agent__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Assigned_to_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Assigned_to_Sales__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Assignment_Rule_Applied__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Book_your_site_visit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Broker_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CC_User_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Call_Record__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Call_Record__r" minOccurs="0" type="tns:VCC1__Call_Record__c" nillable="true"/>
       <xsd:element name="Call_Status_Time_Stamp__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Call_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Call_try_count__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Car_s_owned__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Closed_Lost__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contact_Phone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contact_name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contact_referral__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Contact_referral__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="Contacted_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Convert_Offer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CountryNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country_CodeNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_open_only_2_buy_from_developer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Date_for_WorkFlow__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Date_of_Site_Visit__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Date_of_enquiry__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Do_Not_Call__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_Opt_Out__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Employee_Referral__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Enquiry_Agin_In_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Enquiry_Aging_Contacted__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Enquiry_Aging_In_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Enquiry_Aging_Sales__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Enquiry_Website__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Escalation_ActionId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Escalation_Action_Current__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Escalation_Action_Current__r" minOccurs="0" type="tns:PropStrength__Escalation_Action__c" nillable="true"/>
       <xsd:element name="Escalation_Action_Next__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Escalation_Action_Next__r" minOccurs="0" type="tns:PropStrength__Escalation_Action__c" nillable="true"/>
       <xsd:element name="Escalation_Action__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Escalation_Action__r" minOccurs="0" type="tns:PropStrength__Escalation_Action__c" nillable="true"/>
       <xsd:element name="Escalation_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Escalation_level1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Floor_Preference__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Follow_up_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Follow_up_reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Has_Customer_decided_on_finance_source__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="How_did_you_hear_about_us__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Industry__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Initial_Enquiry_Owner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Customer_living_in_Own_Rented_Premise__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Is_purchase_for_Self_Use_or_Investment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_Call_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Last_Date_Of_Contact__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Lead_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_ID_text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead_Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Location_Preference__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Location__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Lost_reason_c__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Mobile_number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Next_Follow_Up_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Number_of_Offers_Cancelled__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Number_of_Offers_Close__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Number_of_Offers_Open__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Old_Call_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Old_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Old_Lead_Campaign__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Old_OwnerID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Old_Project_in_Lead__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Owner_Profile_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_TypeNew__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_formula__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Advertisement__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Advertisement__r" minOccurs="0" type="tns:PropStrength__Advertisement__c" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_Applied__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Account__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Account__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Broker_Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Date_for_WorkFlow__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Disqualification_Reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Email_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry_Aging_In_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry_Close_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry_Subject__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Enquiry_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__EscalationLevel__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_ActionId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__First_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Information_Required__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__IsEscalated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Last_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Location__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Number_of_Offers_Cancelled__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Number_of_Offers_Close__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Number_of_Offers_Open__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Primary_Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Primary_Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Purchase_Price_From__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Purchase_Price_To__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Rating__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Referring_Broker__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Referring_Broker__r" minOccurs="0" type="tns:PropStrength__Broker__c" nillable="true"/>
       <xsd:element name="PropStrength__Request_Source__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Request_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Score__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Selected_Property_Ids__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Total_Area_From__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Area_To__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Closed_Offer_Value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Offer_Created__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Offer_Value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Type_of_Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Unit_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Unit_Types__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Purpose__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Rating__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Request_Creation_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SMS_Count__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SMS_code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Owner__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Sales_User_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Size_of_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Stage__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Number_Of_Email_Sent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Closed_value_enq__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Created__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Transaction_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Transaction_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Unique_Enquiry_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="User_Level_Assignment__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="Website_visit__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="When_Do_You_Plan_to_Buy__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="city__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="isEscalated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Rule_Criteria__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Rule_Criteria__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Rule_Criteria__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Field__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Operator__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Rule_Entry__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Rule_Entry__r" minOccurs="0" type="tns:PropStrength__Rule_Entry__c" nillable="true"/>
       <xsd:element name="PropStrength__Value__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Rule_Entry__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Rule_Entry__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Rule_Entry__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Criteria__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Actions__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Times__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Esclation_Rule__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Esclation_Rule__r" minOccurs="0" type="tns:PropStrength__Esclation_Rule__c" nillable="true"/>
       <xsd:element name="PropStrength__Rule_Criterias__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Sort_Order__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__SearchObject__mdt">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Document_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Object_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Record_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="QualifiedApiName" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Sector__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Sector__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Sector__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Area_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__No_of_Units__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Property__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Sector_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Sector_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Streets__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Total_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Towers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Service_Request__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Service_Request__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Service_Request__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccountName_Formula__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ActivityHistoryTracking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ActivityHistoryTracking__r" minOccurs="0" type="tns:ActivityHistoryTracking__c" nillable="true"/>
       <xsd:element name="AssetName_Formula__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Asset__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Asset__r" minOccurs="0" type="tns:Asset__c" nillable="true"/>
       <xsd:element name="AssignedTo__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Assigned_To__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Assigned_To__r" minOccurs="0" type="tns:Case_Escalation_Users_Detail__c" nillable="true"/>
       <xsd:element name="Assigned_User_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Assigned_User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Assigned_User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CM2Send_Email_Customer_about_Case_Status__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Approved_by_Customer_Support_Manager__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Approved_by_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Case_Closure_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CM2_Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Estimated_Charge__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CM2_Internal_Snag__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_It_Chargeable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_It_only_an_Enquiry__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Is_this_issue_Legal__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Manager_Email_of_SMS_Contact__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Manager_email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Modification_Cut_Off_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="CM2_Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Regional_Head_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Resolution_Remarks__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_SMS_Contact_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Send_Email_for_Nonacceptance_of_Case__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Send_Mail_Customer_Case_Closure_Dt__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Send_Resolution_Remarks_to_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CM2_Service_Relation_General__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_User_email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CaseField__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Case_Aging_In_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Case_Closed_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Case_Duration__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Case_Reopen_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Closure_Date_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Comments_Aluminium_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Electrical__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Flooring_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Internal_Painting_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Internal_Plastering_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Joinery_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Plumbing_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Comments_Tiling_Work__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Complain_Modification__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Complaints__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Counter__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CreatedDate__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Feedback__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Customer_Requested_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Date_for_WorkFlow__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Department__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Escalated_To_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Escalated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Escalation_ActionId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Escalation_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Escalation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Escalation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FbD_CM_Merge_To_Case__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="FbD_CM_Merge_To_Case__r" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="First_Escalation_AssignedTo__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_Escalation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_Escalation_Datetime__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="First_Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="First_Escalation__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="First_Level_Escalation_Reminder__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="FourthEscalationnoofDays__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Fourth_Escalation_AssignedTo__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Fourth_Escalation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Fourth_Escalation_DateTime__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Fourth_Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Fourth_Escalation__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Fourth_Level_Escalation_Reminder__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="From_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="From_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Internal_Comments_by_Case_owner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Internal_Comments_by_FM_Team__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Internal_Comments_by_Marketing_Team__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Internal_Comments_by_Projects_Team__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsCaseEmailSent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCustomerPortalCase__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Case_Approved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Case_Closed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Case_Updated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_Emailed__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Legal_Approval_Acquired__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Legal_Approval_Required__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Mode_of_Feedback__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="No_of_Snags_Aluminium_Work__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Electrical__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Flooring_Work__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Internal_Plastering_Works__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Joinery_Work__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Painting_Work_Internal__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Plumbing_Work__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="No_of_Snags_Tiling_Work__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Owner_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Parent__r" minOccurs="0" type="tns:PropStrength__Service_Request__c" nillable="true"/>
       <xsd:element name="PreviousCaseOwnerEmail__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Previous_Owner_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Previous_Owner_Manager_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Previous_Owner__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Previous_Owner__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="Primary_Level_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Primary_Level_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Primary_Owner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Primary_User_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Primary_User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Primary_User__r" minOccurs="0" type="tns:Case_Escalation_Users_Detail__c" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Team__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project_Team__r" minOccurs="0" type="tns:SMS_Contact__c" nillable="true"/>
       <xsd:element name="PropStrength__Account__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Account__r" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Apply_Assignment_Rule__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Asset__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Asset__r" minOccurs="0" type="tns:Asset" nillable="true"/>
       <xsd:element name="PropStrength__Assigned_To__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Assigned_To__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_Applied__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Business_Hours__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Business_Hours__r" minOccurs="0" type="tns:BusinessHours" nillable="true"/>
       <xsd:element name="PropStrength__Case_Issue__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Case_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Checklist__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Checklist__r" minOccurs="0" type="tns:PropStrength__Checklist__c" nillable="true"/>
       <xsd:element name="PropStrength__City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Closed_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Comments_by_Query_Owner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Fax__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact_Phone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Country__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Current_Dunning_Status_CDS__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Customer__r" minOccurs="0" type="tns:PropStrength__Applicant_Detail__c" nillable="true"/>
       <xsd:element name="PropStrength__Date_for_WorkFlow__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Email_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Emails__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__EngineeringReqNumber__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__EscalationLevel__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_ActionId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Existing_BPTP_Partner__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__External_System_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__First_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__IsClosedOnCreate__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__IsEscalated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__IsSelfServiceClosed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__IsVisibleInSelfService__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Landline__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Last_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Legal_Case_Pending__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__MessageId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Mobile_Phone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Origin__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Parent__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Parent__r" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="PropStrength__Pending_with_Department__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__PotentialLiability__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Potential_Liability__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Priority__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Product__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Rating__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Re_Opened_Case__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Request_Origin__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__SLAViolation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__SR_Sub_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__SR_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__State__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Street__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Subject__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__SuppliedCompany__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Supplied_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Supplied_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Supplied_Phone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TempOwnerId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Type1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Zip_Postal_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ReferenceCaseNumber__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Reference_Cases__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Registered_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Registered_Mobile__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAPPropertyID_Formula__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAPPropertyID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Escalation_AssignedTo__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Escalation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Escalation_Datetime__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Second_Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Second_Escalation__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Second_Level_Escalation_Reminder__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Secondary_Team_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Source__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sub_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ThirdEscalationnoofDays__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Third_Escalation_AssignedTo__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Third_Escalation_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Third_Escalation_Datetime__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Third_Escalation_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Third_Escalation__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Third_Level_Escalation_Reminder__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="To_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Snags_for_the_Asset__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="isEscalated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="isNewCaseCreated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="secondEscalationnoofDays__c" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Service_Tax_Calculation_Setting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Calculate_Booking_Amount_Exclusively__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Check_Certificate__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Vat_on_Completion_Certificate__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Service_Tax_Mapping__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Service_Tax_Mapping__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Service_Tax_Mapping__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Service_Taxes__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Other_Charges_Tax_Mappings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Service_Category__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Tax_Record__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Tax_Record__r" minOccurs="0" type="tns:PropStrength__Tax_Record__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Service_Tax__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Carpet_Area_Limit__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Slider_Image__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Slider_Image__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Slider_Image__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Guide_Modules_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Guide_Modules_Name__r" minOccurs="0" type="tns:PropStrength__Guide_Module__c" nillable="true"/>
       <xsd:element name="PropStrength__Image_url__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Order__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Snaglist_Category__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Snaglist_Category__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Snaglist_Category__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Checklist_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Property_Type_Snaglist__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Work_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Snaglist_Settings__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Snaglist_Settings__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Snaglist_Settings__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Field_API_Names__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Street__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Street__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Street__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Property__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Sector__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Sector__r" minOccurs="0" type="tns:PropStrength__Sector__c" nillable="true"/>
       <xsd:element name="PropStrength__Street_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Street_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Street_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Towers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Width__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TAT__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__TAT__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TAT__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Assign_Task_To_Logged_In_User__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Checklist_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Snaglist_Category__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Snaglist_Category__r" minOccurs="0" type="tns:PropStrength__Snaglist_Category__c" nillable="true"/>
       <xsd:element name="PropStrength__TAT__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="PropStrength__Work_Item_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TDS_Recoverable__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__TDS_Recoverable__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TDS_Recoverable__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Assessment_Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Bank_Name_GL__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Bank_Name_GL__r" minOccurs="0" type="tns:Bank__c" nillable="true"/>
       <xsd:element name="Charge_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CompanyCode__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Type_With_Indicator__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Document_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Fiscal_Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Form_16B_Received_Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Formula_16_B_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Legacy_Data_NO_SAP_Posting__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Open_Text1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Open_Text2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Open_Text3__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Payment_Record_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Acknowledgement_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Acknowledgement_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Due_Plus_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Paid__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Balance__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__CRN_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Demand_Draft_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__File_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__IFSC_RTGS_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Instrument_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Milestone_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Mode__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Detail__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan_Detail__r" minOccurs="0" type="tns:PropStrength__Payment_Plan_Details__c" nillable="true"/>
       <xsd:element name="PropStrength__Payments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Certificate_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Percent__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Received_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Recoverable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS_Reversed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Total_Agreement_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Reference_Document_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Customer_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Message__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Msg__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Special_GL_Indicator__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TDS_GL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TDS_Intimation_Approval_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TDS_Received_SAP_Message__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Type_Doc__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TDS_Setting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Non_FIFO_TDS__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TDS_Slab__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__TDS_Slab__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TDS_Slab__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Range_From__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Range_To__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__TDS__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TPDFunctionality__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TPDFunctionality_new__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__TPD_Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TaggingSetting__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Demand__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Interest__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Posting__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Tax_Record__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Tax_Record__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Tax_Record__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="GL_Acccount__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Abatement_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Parent_Tax_Record__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Parent_Tax_Record__r" minOccurs="0" type="tns:PropStrength__Tax_Record__c" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Mappings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Tax_Percentage_Aftr_limit__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Tax_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Tax_Records__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Tax_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Ticker__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Background_Colour__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Direction__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Profile_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Profile_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Size__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Speed__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__TextColour__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Text_of_Ticker__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TimeLinkedDueDays__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Days_Before__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__TimeLinked__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Tower__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Tower__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Tower__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Common_WBS__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center_For_Receipt__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Profit_Centeres__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Phases__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Allotted_Properties__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Available_Car_Parking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Available_Properties__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Car_Parkings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Completion_Certificate_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Completion_Certificate_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Enable_Pie_Chart_Count_Wise__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Floors__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Image_Path__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__No_of_Units__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__OnHold_Properties__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Pie_Chart_Tower_URL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Pie_Chart__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Properties__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Sector__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Sector__r" minOccurs="0" type="tns:PropStrength__Sector__c" nillable="true"/>
       <xsd:element name="PropStrength__Sold_Properties__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Street__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Street__r" minOccurs="0" type="tns:PropStrength__Street__c" nillable="true"/>
       <xsd:element name="PropStrength__Total_Alloted_Parking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Floors__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Parking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Tower_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Tower_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tower_Level_WBS__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="WBS_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Work_Breakdown_Structure_Tower__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Work_Breakdown_Structure_Tower__r" minOccurs="0" type="tns:Work_Breakdown_Structure__c" nillable="true"/>
       <xsd:element name="Work_Breakdown_Structures__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Transaction_Requests__Feed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Transaction_Requests__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Transaction_Requests__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Transaction_Requests__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Transaction_Requests__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ATS__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Additional_Service_Tax_on_Forfeiture1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Additional_Service_Tax_on_Forfeiture__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Address_Proof_DL_Passport_Copy__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Amount_Excluding_Income_Charge_VAT__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Applicant_Photos__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Bank_Name_GL__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Bank_Name_GL__r" minOccurs="0" type="tns:Bank__c" nillable="true"/>
       <xsd:element name="Cancellation_Reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Discount_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Final_Forfeiture_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Forfeiture_Amount_with_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Forfeiture_Amount_without_Service_Tax1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Forfeiture_Amount_without_Service_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Id_Proof_Pan_Card_Copy__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Income_Charge_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Outstanding_Amount_Cleared__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="KYC_Approved__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Krishi_Kalyan_Cess_on_Forfeiture1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Market_value_at_Registration__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="New_Allotment_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="New_Allotment_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="New_Allotment_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="New_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="New_Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="New_Discounted_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="New_Revised_Total_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Old_Allotment_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Old_Allotment_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Old_Allotment_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Outstanding_Balance__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Payment_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Payment_Done_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Payment_Plan__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Posting_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Primary_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__AC_Super_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__AD_Higher_Secondary_Education_Cess_1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Account_Quote__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Acknowledgement_for_Cheque_Receipt__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Actual_Refund_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Add_New_Charge__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Capitalization_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Additional_Capitalization_per_Sq_Ft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Additonal_Area_Beyond_Prescribed_Range__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Address_Proof__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Adjustment_Method__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Adjustment_Waived_Of__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Adm_Education_Cess_2__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Adm_Service_Tax_3__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Adminstrative_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__All_CalculationsValidated_by_Manager__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__All_Calculations_Validated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__All_Documents_Submitted__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Allotment_Letter_Sent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Allotment_To_Property__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Allotment_To_Property__r" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="PropStrength__Allotment_of_Property__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Outstanding__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Receivable_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Received_from_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Recoverable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Amount_of_lease_rent_receivable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Any_Existing_Charge_to_Remove__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Apartment_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Applicants_Updated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Applicants_Verified__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Application_Booking__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__Applications_Bookings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Area_Adjustment_Required__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Area_Change_On_Old_Gross_or_Old_Net_Rate__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Area_Change_at_Old_Rate_Val1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Area_Change_at_Old_Rate_Val__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Area_Change_at_Old_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Area_Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Area_rented_by_lessee__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Assign_any_other_charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_on_Account_of_Death__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assured_Return__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BB_Buy_Back_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BB_Original_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BB_Refund_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BB_Total_Basic_Sales_Price_with_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BB_Total_Other_charge_with_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BB_Total_Payment_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BB_Total_Payment_Received__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__BSP_Additional_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Balance_parking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Account_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Loan__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Bank_NamePick__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bank_Sanction_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Banker_Details__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Basic_Sale_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Booking_Property_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Bouncing_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Branch_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Branch_Contact_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_Recovery__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Brokerage_and_Other_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Builder_Buyer_Agreement_Cancelled__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Builder_Buyer_Agreement_Sent_to_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Buy_Back_Premium__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__CP_Allotment_Of_Car_Parking1__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__CP_Allotment_Of_Car_Parking1__r" minOccurs="0" type="tns:PropStrength__Car_Parking__c" nillable="true"/>
       <xsd:element name="PropStrength__CP_Allotment_Of_Car_Parking2__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__CP_Allotment_Of_Car_Parking2__r" minOccurs="0" type="tns:PropStrength__Car_Parking__c" nillable="true"/>
       <xsd:element name="PropStrength__CP_Allotment_Of_Car_Parking3__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__CP_Allotment_Of_Car_Parking3__r" minOccurs="0" type="tns:PropStrength__Car_Parking__c" nillable="true"/>
       <xsd:element name="PropStrength__CP_Allotment_Of_Car_Parking4__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__CP_Allotment_Of_Car_Parking4__r" minOccurs="0" type="tns:PropStrength__Car_Parking__c" nillable="true"/>
       <xsd:element name="PropStrength__CP_Number_Of_Parking_Purchased__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__CP_Parking_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__CP_Property_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cancel_property__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cancelled_Builder_Buyer_Agreement__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Car_Parking_Name1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Change_in_Area_is_less_than_10_Percent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Charge_Refund_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Charges_Calculated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Charges_Calculation_Creteria__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Charges_Calculation_Criteria__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Charges_Paid_Cheque_Realized__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Charges_per_sqft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Check_Documents__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Checklists__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Bounced__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Bouncing_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_DD_Obtained_from_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_No__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Realized_Commitment_Charges__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Realized__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Receipt_to_Customer_Sent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Cheque_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Cheques_dispatched_to_Investors__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Client_Intimidated_for_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Client_Records_to_Update_DB__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Client_Updated_for_Rejection__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Client_informed_for_non_feasibility__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Collection_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Comments_ED_Corporate_Finance__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Comments_Finance__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Comments_Head_CRM__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Commitment_Charges_Payable_for_the_Month__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Communication_sent_to_client__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Computation_Sheet_Generated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Conversion_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Credit_Waiver_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Comments_on_Solutions_offered__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Database_updated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Details__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Customer_File_Received_Verified__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Customer_File_Updated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Customer_Transfer_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Customer_applied_for_Re_instatement__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Customer_asked_for_extension__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Customer_collected_the_Refund_Cheque__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Customer_opt_to_cancel__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Customer_opt_to_pay_the_dues__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Customer_paid_after_followed_up__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Customer_request_for_waiver_of_charges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Daily_collection_report_prepared__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Date_of_commencement_of_lease_rental__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Death_Certificate__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Deed_Registered_with_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Demortgage__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Details_Sent_to_Broker__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Differential_Milestone_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Diffrential__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Discount_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Dispatch_Notice_of_Termination__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Dispatch_Termination_Forfeiture_Letter__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Document_Submitted__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Draft_Conveyance_Deed_Finalized__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Earnest_Deposit__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Electricity_Meter_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__End_Date_Holding_Charges__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Existing_Payment_Plan_Opted_for__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Extension_for_days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Feasible__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__File_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Final_Agreement_Value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Final_Amount_to_adjust_in_new_Booking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Final_BSP_for_new_Milestones__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Final_Refund_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Final_VAT_Amount_To_Adjust__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Finance_Offered_Alternative_solution__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Finance_To_Prepare_IOM__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Financial_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Financial_Impact_Curr__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Financial_Impact__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Follow_Up_With_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Forfeiture_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Forms_filled_and_Recieved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Forward_Request_To_Client_Records__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Forward_Request_to_Accounts__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Forward_to_Account_Executive__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Gas_Pipe_Line_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Generate_Due_Amount__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Generates_Penal_Interest__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Get_Consent_From_Legal_Team__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Holding_Charges_Education_Cess_2__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Holding_Charges_F__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Holding_Charges_Service_Tax_12__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Holding_Higher_Sec_Education_Cess_1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Holding_charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__IFSC_RTGS_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__IOM_Send_to_Accounts_for_review__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__IOM_Sheet_Done__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Identification_Proof__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Indemnity_Bond__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Installments_Paid__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Installments__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Interest_Paid__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Interest__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Interest_on_Delayed_Call_Notice__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Interest_on_Delayed__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Investor_and_Property_Details__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Invite_Customer_For_Allotment__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Invite_for_Allotment_Buyer_Agreement__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Invoice_generated_Database_updated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Area_Decreased__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Is_Cheque_Demand_Draft_Prepared__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Communication_sent_to_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_New_Booking_Created__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Payment_Ready_for_Refund__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Property_Available__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Is_Receipt_Validation_Done_by_Account__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Service_Tax_credit_applicable__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_Stamp_Duty_Calculated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_TPT_Agreement_Signed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_new_milestones_updated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Is_this_a_Renewed_Lease_Agreement__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Layout_Plan_Receive_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Layout_Plan_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Lease_Rental_Statement_Prepared__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Lease_rental_payable_for_the_month__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Legal_Consultation_Done__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Legal_Consulting_Notes__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Lessee_Name_and_details__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Letter_of_Allotment_Sent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Letter_of_Consent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Account_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Disbursed_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Disbursed_Sanctioned_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Interest_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Sanction_Date_as_on_Letter__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Loan_Sanctioned_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__MICR_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Maintenance_Agreement_Signed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Maintenance_Charges_F__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Maintenance_Education_Cess_2__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Maintenance_Highr_Sec_Education_Cess_1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Maintenance_Service_Tax_12__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Maintinence_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Management_approval_obtained__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Mandatory_Docs_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Memo_ref_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__NOC_Issued_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__NOC_Issued__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__NOC_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__NOC_PTM_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Net_Interest_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__New_Basic_Sales_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__New_Booking_ID__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__New_Booking_ID__r" minOccurs="0" type="tns:PropStrength__Application_Booking__c" nillable="true"/>
       <xsd:element name="PropStrength__New_Charge_Applicable_to_the_property__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__New_Name_Add_Del_Req__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__New_Payment_Plan__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__New_Payment_Plan__r" minOccurs="0" type="tns:PropStrength__Payment_Plan__c" nillable="true"/>
       <xsd:element name="PropStrength__New_Rental_per_Sq_Ft__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__No_Dues_Certificate_Issued__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__No_Objection_Certificate__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__No_Of_Installments__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__No_of_outstanding_days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Not_Feasible__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Notice_of_Termination_Sent__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Obtain_Original_Docs_from_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Obtained_Cheque_DD_against_Call_Notice__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Offer_of_Possession_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Offer_of_Possession_Validation_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Offered_Alternative_solution__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Old_TPT_received_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Old_TPT_received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Original_Apartment_Buyer_s_Agreement__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Original_BSP_On_Bookig__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Original_BSP_On_Booking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Original_Rate__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Other_Deductions__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Outstanding_Amount_Against_Call_Notice__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Outstanding_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Outstanding_Since__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__PAN_Card__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__POD_Summary_Sheet_Prepared__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__PTM_Issue_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__PTM_Issued__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Payment_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Extension_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Id__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Id__r" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Plan__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Payment_Verification__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Penal_Interest_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Percent_Difference_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Percentage_Applicable_for_Additional_Con__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Period_In_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Period_of_lease_contract_in_months__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Photograph__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Policy_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Possession_given_to_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Premium_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Processing_Charge_With_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Processing_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Processing_Charges_with_service_tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Processing_Fee_Realized__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Project1__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Project1__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="PropStrength__Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Project__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Alloted__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Property_BSP_Allotment__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Property_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Property_Super_Area_Allotment__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Rate_for_Transafer_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Reallocation_Account_Feasibility__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Reallocation_Initiated_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reallocation_Not_Processed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Reallocation_Request_Processed__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Reallocation_To_Property__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Reallocation_To_Property__r" minOccurs="0" type="tns:PropStrength__Property__c" nillable="true"/>
       <xsd:element name="PropStrength__Reason_For_Assignment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reason_For_Cancellation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reason_For_Termination__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reason__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reason_for_Non_Payment_by_Customer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reason_for_Reallocation__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reason_for_Rejection__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Receipt_Cheque_Number_Assignment_Charge__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Receipt_Cheque_Number_For_Installment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Receipt_Chq_Number_For_Interest__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Receipt_Generated_Name_A_D_Payments__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Receipts_Cheques_forwarded_to_Accounts__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Received_Payments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Reconcile_Charges_with_previous_month__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Reconciliation_Statement_Prepared__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Reconciliation_of_Area__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Record_Type_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reference_No_PTM__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Refund_Cheque_Prepared__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Refund_Chq_Collected_BY_Customer__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Refund_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reinstatement_Accounts_Complete__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Remarks1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remarks__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Reminder_Letter_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Reminder_for_Layout_Plan_Sent_to_CRM__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Remove_Any_Other_Charge__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Remove_Charge__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Remove_any_OtherCharge__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Request_Approved_for_Name_A_D__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Request_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Request_Received_from_Client__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Request_Sent_to_Customer_for_Possession__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Requested_Change_Feasible__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Requested_Change__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Returned_to_Marketing__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Revised_Priced_Offered_to_Customer__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Saleability_Sheet_Done__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Sales_Consideration__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Sales_Team_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Same_As_Original_Payment_Plan__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Sanction_Letter_Expiry_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Sanction_Letter_Recieved__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Send_Refund_Cheque_via_Post__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Send_Request_to_Finance__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Send_Request_to_Head_CRM__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Send_for_Saleability_Analysis__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Send_to_CRM_for_final_Actions__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Service_Request__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Service_Request__r" minOccurs="0" type="tns:PropStrength__Service_Request__c" nillable="true"/>
       <xsd:element name="PropStrength__Service_Tax_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Signature_Verification__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Signed_Copy_Received__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Snag_Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Snags_Observed__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Snags_Rectified__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Solution_Offered__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Specific_Waiver_Adjustment_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Specific_Waiver__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Standard_Documents_Completed__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Start_Date_Holding_Charges__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Statement_of_Commitment_Charges_Prepared__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Status_of_recovery_of_rent_for_the_prope__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Submit_For_Approval__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Submit_for_Approval_to_ED_Finance__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Super_Area_Calculated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Super_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Super_Area_with_in_Prescribed_Range__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TPT_Agreement_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__TPT_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__TSC_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Team_Lead_Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Tenant_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Termination_Approval_sheet_Prepared__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Total_Adminstrative_Charges_With_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Agreement_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount_Due1__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount_Paid__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Amount_Payable__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Assignment_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Basic_Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Holding_Charges_With_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Interest__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Maintenance_Charges_With_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Total_Stamp_Duty_Charges_With_Tax__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Tower__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Tower__r" minOccurs="0" type="tns:PropStrength__Tower__c" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Transfer_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Transferee__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Type_of_Parking__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Uncalled_BSP_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Uncalled_BSP__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Uncalled_OtherCharges__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Update_Allotment_Milestone__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Update_Builder_Buyer_Agreeement__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Updates_MIS_and_Customer_database__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Due__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__VAT_Received_From_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Verification_ID__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Verification_ID__r" minOccurs="0" type="tns:PropStrength__Transaction_Requests__c" nillable="true"/>
       <xsd:element name="PropStrength__Verification_Letter_Update_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="PropStrength__Verified_by_Acc_Executive__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Verified_by_Acc_Manager__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Waived__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Waiver_Components_Name_Wise__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Waiver_Components__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Water_Meter_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Welcome_Letter_Sent_del__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__validate_all_updated_calculations__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Reason_For_Reveresal__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Remark_Applicant_Photos__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_Address_Proof__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_Id_Proof__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_for_Payment_By__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_for_Payment_Plan__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_for_Scheme_Type_I__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks_for_Signature_On_All_Pages__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SAP_Customer_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Scheme_Type_I__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Service_Tax_on_Forfeiture_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Service_Tax_on_Forfeiture__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Signature_On_All_Pages__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Signed_Allotment_Letter_Received_on__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Stamp_Duty_Applicant__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="System_VAT_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VAT_Received_From_Customer__c" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Transferee__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:PropStrength__Transferee__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Transferee__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Name_of_Applicant_Broker__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Name_of_Applicant_Broker__r" minOccurs="0" type="tns:PropStrength__Broker__c" nillable="true"/>
       <xsd:element name="PropStrength__Name_of_Applicant_Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Name_of_Applicant_Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PropStrength__Transaction_Request__r" minOccurs="0" type="tns:PropStrength__Transaction_Requests__c" nillable="true"/>
       <xsd:element name="PropStrength__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PropStrength__Validity_Date_Settings__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Duration__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="PropStrength__Month_End__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Publisher">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InstalledEntityDefinitions" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InstalledFieldDefinitions" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsSalesforce" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MajorVersion" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="MinorVersion" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="PushTopic">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiVersion" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NotifyForFields" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NotifyForOperationCreate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NotifyForOperationDelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NotifyForOperationUndelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NotifyForOperationUpdate" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NotifyForOperations" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Query" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="QueueSobject">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Queue" minOccurs="0" type="tns:Group" nillable="true"/>
       <xsd:element name="QueueId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SobjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Quote__Share">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Quote__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Quote__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Advance_maintenance_charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Club_House_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Co_ordination_charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Consideration_Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Discount_Approval_Information__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Discount_Asked__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Electricity_Connection_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Gas_Connection_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Khata_Transfer_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Lead_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Lead__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Lead__r" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="Legal_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Offered_Price_of_the_Property__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Phone__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Price_of_the_product_without_Discount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Product__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Product__r" minOccurs="0" type="tns:Product2" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Property_Tax_assessment_and_charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Registration_Charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Sellable_Area__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Share_money__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sinking_Fund__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Stamp_Duty__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Water_connection_charges__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="email_of_Lead__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="RecentlyViewed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Alias" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FirstName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Phone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Profile" minOccurs="0" type="tns:Profile" nillable="true"/>
       <xsd:element name="ProfileId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRole" minOccurs="0" type="tns:UserRole" nillable="true"/>
       <xsd:element name="UserRoleId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="RecordType">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="BusinessProcessId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPersonType" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Localization" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SobjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="RecordTypeLocalization">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Refund_Line_Item__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Refund_Line_Item__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Refund_Line_Item__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Bank_Branch__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Bank_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Cheque_Demand_Draft_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Fiscal_Year__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Payment_Mode__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Payment__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Payment__r" minOccurs="0" type="tns:PropStrength__Received_Payment__c" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RTGS_NEFT_UTR_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SAP_Message__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="RelationshipDomain">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ChildSobject" minOccurs="0" type="tns:EntityDefinition" nillable="true"/>
       <xsd:element name="ChildSobjectId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="tns:FieldDefinition" nillable="true"/>
       <xsd:element name="FieldId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsCascadeDelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeprecatedAndHidden" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRestrictedDelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
      <!-- <xsd:element name="JunctionIdListNames" minOccurs="0" type="tns:JunctionIdListNames" nillable="true"/>
     -->  <xsd:element name="ParentSobject" minOccurs="0" type="tns:EntityDefinition" nillable="true"/>
       <xsd:element name="ParentSobjectId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RelationshipInfo" minOccurs="0" type="tns:RelationshipInfo" nillable="true"/>
       <xsd:element name="RelationshipInfoId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RelationshipName" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="RelationshipInfo">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ChildSobject" minOccurs="0" type="tns:EntityDefinition" nillable="true"/>
       <xsd:element name="ChildSobjectId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="tns:FieldDefinition" nillable="true"/>
       <xsd:element name="FieldId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsCascadeDelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeprecatedAndHidden" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRestrictedDelete" minOccurs="0" type="xsd:boolean" nillable="true"/>
      <!-- <xsd:element name="JunctionIdListNames" minOccurs="0" type="tns:JunctionIdListNames" nillable="true"/>
       --><xsd:element name="RelationshipDomains" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Report">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FolderName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Format" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastRunDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ReportExport__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ReportFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Report" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Room_Activity__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Activity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Activity__r" minOccurs="0" type="tns:Activity__c" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Room__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Room__r" minOccurs="0" type="tns:Rooms__c" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Rooms__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Room_Activity__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sub_Activity_Values__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Rules__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account_Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SFGA__Ad_Group__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__Ad_Group_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SFGA__Lead__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SFGA__Lead__r" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="SFGA__Opportunity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SFGA__Opportunity__r" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SFGA__Google_Campaign__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__Google_Campaign_Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SFGA__Google_Campaign_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SFGA__Lead__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SFGA__Lead__r" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="SFGA__Opportunity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SFGA__Opportunity__r" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SFGA__Keyword__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__Keyword_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SFGA__Lead__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SFGA__Lead__r" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="SFGA__Opportunity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SFGA__Opportunity__r" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SFGA__Search_Phrase__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__Lead__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SFGA__Lead__r" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="SFGA__Opportunity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SFGA__Opportunity__r" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="SFGA__Search_Phrase_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SFGA__Text_Ad__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SFGA__Lead__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SFGA__Lead__r" minOccurs="0" type="tns:Lead" nillable="true"/>
       <xsd:element name="SFGA__Opportunity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SFGA__Opportunity__r" minOccurs="0" type="tns:Opportunity" nillable="true"/>
       <xsd:element name="SFGA__Text_Ad_Description_1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SFGA__Text_Ad_Description_2__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SFGA__Text_Ad_Destination_URL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SFGA__Text_Ad_Display_URL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SFGA__Text_Ad_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SFGA__Version_33_0_3__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SMS_Contact__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:SMS_Contact__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SMS_Contact__Share">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:SMS_Contact__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SMS_Contact__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CM2_Email_Address__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CM2_Phone_Mobile_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Cases__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Cm2_Projec_Manager__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Cm2_Projec_Manager__r" minOccurs="0" type="tns:SMS_Contact__c" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Projects__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Projects__r" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Role__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SMS_Contacts__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Team__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SMS_Received__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:SMS_Received__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SMS_Received__Share">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:SMS_Received__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SMS_Received__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Received_Text__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Remarks__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="STD_Project_and_Projects__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PS_Projects__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="STD_Projects__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SamlSsoConfig">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttributeFormat" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttributeName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Audience" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ErrorUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExecutionUser" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="ExecutionUserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IdentityLocation" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IdentityMapping" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Issuer" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LoginUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LogoutUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OptionsSpInitBinding" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsUserProvisioning" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RequestSignatureMethod" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SamlJitHandler" minOccurs="0" type="tns:ApexClass" nillable="true"/>
       <xsd:element name="SamlJitHandlerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ValidationCert" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Version" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Scontrol">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Binary" minOccurs="0" type="xsd:base64Binary" nillable="true"/>
       <xsd:element name="BodyLength" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="ContentSource" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EncodingKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Filename" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HtmlWrapper" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Localization" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SupportsCaching" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ScontrolLocalization">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Scontrol" minOccurs="0" type="tns:Scontrol" nillable="true"/>
       <xsd:element name="ScontrolId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SearchActivity">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AvgNumResults" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ClickRank" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ClickedRecordName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CountQueries" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CountUsers" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="KbChannel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Period" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="QueryDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="QueryLanguage" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SearchTerm" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SearchLayout">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
     <!--  <xsd:element name="ButtonsDisplayed" minOccurs="0" type="tns:SearchLayoutButtonsDisplayed" nillable="true"/>
      --> <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EntityDefinition" minOccurs="0" type="tns:EntityDefinition" nillable="true"/>
       <xsd:element name="EntityDefinitionId" minOccurs="0" type="xsd:string" nillable="true"/>
     <!--  <xsd:element name="FieldsDisplayed" minOccurs="0" type="tns:SearchLayoutFieldsDisplayed" nillable="true"/>
      --> <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LayoutType" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SecureAgentsCluster">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SelfServiceUser">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Email" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FirstName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LanguageLocaleKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastLoginDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LocaleSidKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SuperUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TimeZoneSidKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Username" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Service_Cloud_User__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RedirectURL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SetupAuditTrail">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Action" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DelegateUser" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Display" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Section" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SetupEntityAccess">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Parent" minOccurs="0" type="tns:PermissionSet" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SetupEntityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SetupEntityType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ShortCode_Campaign__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Campaign_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Site">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Admin" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="AdminId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="AnalyticsTrackingCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ClickjackProtectionLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DailyBandwidthLimit" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="DailyBandwidthUsed" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="DailyRequestTimeLimit" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="DailyRequestTimeUsed" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="GuestUser" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="GuestUserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MonthlyPageViewsEntitlement" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OptionsAllowGuestSupportApi" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsAllowHomePage" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsAllowStandardAnswersPages" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsAllowStandardIdeasPages" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsAllowStandardLookups" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsAllowStandardSearch" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsEnableFeeds" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="OptionsRequireHttps" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SiteDomainPaths" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SiteType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Subdomain" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UrlPathPrefix" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SiteCampaign__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SiteFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Site" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SiteHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Site" minOccurs="0" type="tns:Site" nillable="true"/>
       <xsd:element name="SiteId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Site_Campaign_Details__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project__r" minOccurs="0" type="tns:Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="User_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="Users_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Site_Campaigns__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Campaign_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Campaign_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SocialPersona">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AreWeFollowing" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Bio" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalPictureURL" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Followers" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Following" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsBlacklisted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsFollowingUs" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Klout" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ListedCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="MediaProvider" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MediaType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NumberOfFriends" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="NumberOfTweets" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Posts" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProfileType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProfileUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Provider" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="R6SourceId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RealName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SourceApp" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SocialPersonaHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="SocialPersona" minOccurs="0" type="tns:SocialPersona" nillable="true"/>
       <xsd:element name="SocialPersonaId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SocialPost">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AnalyzerScore" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AssignedTo" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachmentType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachmentUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Classification" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Content" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeletedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="DeletedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="EngagementLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalPostId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Handle" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HarvestDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Headline" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InboundLinkCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsOutbound" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="KeywordGroupName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikedBy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LikesAndVotes" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="MediaProvider" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MediaType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MessageType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OutboundSocialAccount" minOccurs="0" type="tns:ExternalSocialAccount" nillable="true"/>
       <xsd:element name="OutboundSocialAccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Persona" minOccurs="0" type="tns:SocialPersona" nillable="true"/>
       <xsd:element name="PersonaId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Personas" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PostPriority" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PostTags" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PostUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Posted" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Provider" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="R6PostId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="R6SourceId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="R6TopicId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Recipient" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecipientType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Replies" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ReplyTo" minOccurs="0" type="tns:SocialPost" nillable="true"/>
       <xsd:element name="ReplyToId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ResponseContextExternalId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ReviewedStatus" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sentiment" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SourceTags" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SpamRating" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StatusMessage" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ThreadSize" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="TopicProfileName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TruncatedContent" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UniqueCommentors" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="ViewCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Who" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhoId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SocialPostFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:SocialPost" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SocialPostHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="SocialPost" minOccurs="0" type="tns:SocialPost" nillable="true"/>
       <xsd:element name="SocialPostId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SocialPostShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:SocialPost" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Solution">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CaseSolutions" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHtml" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPublished" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPublishedInPublicKb" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsReviewed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SolutionName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SolutionNote" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SolutionNumber" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TimesUsed" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Votes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SolutionFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Solution" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SolutionHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Solution" minOccurs="0" type="tns:Solution" nillable="true"/>
       <xsd:element name="SolutionId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="SolutionStatus">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsReviewed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="State__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Cities__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Country__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Country__r" minOccurs="0" type="tns:Country__c" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="State_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="StaticResource">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:base64Binary" nillable="true"/>
       <xsd:element name="BodyLength" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CacheControl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Status__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PS_Enquiry_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="StreamingChannel">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDynamic" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="StreamingChannelShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:StreamingChannel" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Sub_Activity_Values__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Activity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Activity__r" minOccurs="0" type="tns:Activity__c" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Case__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Case__r" minOccurs="0" type="tns:Case" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Comments__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Room__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Room__r" minOccurs="0" type="tns:Rooms__c" nillable="true"/>
       <xsd:element name="Rooms__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sub_Activity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Sub_Activity__r" minOccurs="0" type="tns:Sub_Activity__c" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Sub_Activity__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Activity__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Activity__r" minOccurs="0" type="tns:Activity__c" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sub_Activity_Values__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Support_Setting__mdt">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="QualifiedApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="value__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Task">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Activity_Created_Date_Time__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Activity_Due_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Activity_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Alternate_Contact_Number__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CRC_Activity_type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallDisposition" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallDurationInSeconds" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CallObject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CallType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Call_ID__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Caller_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Caller_Phone__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Calller_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedThroughLead__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsArchived" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsClosed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHighPriority" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRecurrence" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsReminderSet" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsVisibleInSelfService" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LeadTrigger__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Priority" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_Applied__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Date_for_WorkFlow__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Due_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_ActionId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Level__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PropStrength__IsEscalated__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RecurrenceActivityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RecurrenceDayOfMonth" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RecurrenceDayOfWeekMask" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RecurrenceEndDateOnly" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="RecurrenceInstance" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurrenceInterval" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="RecurrenceMonthOfYear" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurrenceRegeneratedType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurrenceStartDateOnly" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="RecurrenceTimeZoneSidKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurrenceType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecurringTasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ReminderDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Reminder_Date_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Solution__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Subject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TaskField__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="TaskOwner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TaskSubtype" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vetrica__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="What" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhatId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Who" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="WhoId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TaskFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Task" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TaskPriority">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsHighPriority" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TaskRecurrenceException">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityDateOriginal" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeletion" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RecurrenceTaskId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TaskId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TaskStatus">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApiName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsClosed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TenantUsageEntitlement">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AmountUsed" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrentAmountAllowed" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="EndDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Frequency" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HasRollover" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPersistentResource" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OverageGrace" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ResourceGroupKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Setting" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StartDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UsageDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TestSuiteMembership">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApexClass" minOccurs="0" type="tns:ApexClass" nillable="true"/>
       <xsd:element name="ApexClassId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ApexTestSuite" minOccurs="0" type="tns:ApexTestSuite" nillable="true"/>
       <xsd:element name="ApexTestSuiteId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="ThirdPartyAccountLink">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Handle" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsNotSsoUsable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Provider" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RemoteIdentifier" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SsoProvider" minOccurs="0" type="tns:AuthProvider" nillable="true"/>
       <xsd:element name="SsoProviderId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SsoProviderName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ThirdPartyAccountLinkKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TodayGoal">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TodayGoalShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:TodayGoal" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Topic">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CustomBrands" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Localization" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TalkingAbout" minOccurs="0" type="xsd:int" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TopicAssignment">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Entity" minOccurs="0" type="tns:Contract" nillable="true"/>
       <xsd:element name="EntityId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="EntityKeyPrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EntityType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Topic" minOccurs="0" type="tns:Topic" nillable="true"/>
       <xsd:element name="TopicId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TopicFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Topic" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TopicLocalization">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Topic" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TotCampaignRec__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DetailReportBatchJobId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DetailReportTotalCount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SummaryReportBatchJobId__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SummaryReportTotalCount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Tower_Related_Charges__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Tower_Related_Charges__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Tower_Related_Charges__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Amount__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Booked_Values__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Condition_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Exclude_From_Other_Charges__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OC_SAP_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Other_Charges__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tower__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Tower__r" minOccurs="0" type="tns:Tower__c" nillable="true"/>
       <xsd:element name="Unit__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Tower__Share">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Tower__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Tower__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Car_Park_Condition__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Chargeable_Carpark__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Distribution_channel__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Phase__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Phase__r" minOccurs="0" type="tns:Phase__c" nillable="true"/>
       <xsd:element name="Plant_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Properties__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SAP_UserID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Person_EmailID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tower_Related_Charges__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tower_name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="Wing__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TwoFactorInfo">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="SharedKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TwoFactorMethodsInfo">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ExternalId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HasSalesforceAuthenticator" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasTempCode" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasTotp" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasU2F" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasVerifiedMobileNumber" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="TwoFactorTempCode">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Expiration" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Identifier" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TempCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UndecidedEventRelation">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Event" minOccurs="0" type="tns:Event" nillable="true"/>
       <xsd:element name="EventId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Relation" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="RelationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RespondedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Response" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="User">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AboutMe" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AcceptedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Account" minOccurs="0" type="tns:Account" nillable="true"/>
       <xsd:element name="AccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ActivityHistoryTracking__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Address" minOccurs="0" type="tns:address" nillable="true"/>
       <xsd:element name="Alias" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Assigned_Call_Center_Agent__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Assigned_User__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="BadgeText" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="BannerPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CC_User_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="CallCenterId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Cases__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Checker_User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Checker_User__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="City" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CommunityNickname" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CompanyName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Contact" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="ContactId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContractsSigned" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Country" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeclinedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="DefaultCurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DefaultGroupNotificationFrequency" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DelegatedApproverId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="DelegatedUsers" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Department" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DigestFrequency" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Division" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Email" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EmailEncodingKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EmailMessageRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="EmailPreferencesAutoBcc" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="EmailPreferencesAutoBccStayInTouch" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="EmailPreferencesStayInTouchReminder" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="EmployeeNumber" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Enquiry__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="EventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Extension" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalDataUserAuths" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="External_User__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Fax" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FederationIdentifier" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FeedSubscriptions" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Feeds" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FirstName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ForecastEnabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Freeze_Status__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="FullPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GeocodeAccuracy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="GroupMembershipRequests" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="GroupMemberships" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Inbox__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InstalledMobileApps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsProfilePhotoActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsResetPassword__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Is_Group_Member_of_External_Agency__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LanguageLocaleKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastLoginDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastPasswordChangeDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Latitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Lead_Escalation_Bussiness_Rules1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Lead_Escalation_Bussiness_Rules__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Leads1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Leads2__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Leads__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="LocaleSidKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Longitude" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="ManagedUsers" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Manager" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="ManagerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="MediumBannerPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MediumPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobilePhone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Offers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OfflinePdaTrialExpirationDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="OfflineTrialExpirationDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Opportunities1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Opportunities2__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Opportunities__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OwnedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PermissionSetAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PermissionSetLicenseAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Phone" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PostalCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PreCampaigns__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profile" minOccurs="0" type="tns:Profile" nillable="true"/>
       <xsd:element name="ProfileId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project_Expenses_Incurred__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Tasks_Assigned__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Times_Incurred__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Projects__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Group_Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Groups__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Assignment_Rule_entries__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Checklists__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Actions1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Escalation_Actions__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Group_Members__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Members__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Payments__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Price_Masters__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Property_Browser_Settings__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="PropStrength__Work_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ReceivesAdminInfoEmails" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ReceivesInfoEmails" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Region__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Regional_Head__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Regional_Head__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="Sales_Group__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_Office__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sales_User_Check__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SenderEmail" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SenderName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Service_Requests1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Service_Requests__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Shares" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Signature" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Signatures__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Site_Campaign_Details__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SmallBannerPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SmallPhotoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="State" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StayInTouchNote" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StayInTouchSignature" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="StayInTouchSubject" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Street" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TimeZoneSidKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UndecidedEventRelations" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserEntityAccessRights" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserFieldAccessRights" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserPermissionsAvantgoUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPermissionsCallCenterAutoLogin" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPermissionsChatterAnswersUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPermissionsInteractionUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPermissionsMarketingUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPermissionsMobileUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPermissionsOfflineUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPermissionsSFContentUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPermissionsSupportUser" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferences" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserPreferencesActivityRemindersPopup" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesApexPagesDeveloperMode" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesCacheDiagnostics" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesContentEmailAsAndWhen" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesContentNoEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesCreateLEXAppsWTShown" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisCommentAfterLikeEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisMentionsCommentEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisProfPostCommentEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableAllFeedsEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableBookmarkEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableChangeCommentEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableEndorsementEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableFileShareNotificationsForApi" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableFollowersEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableLaterCommentEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableLikeEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableMentionsPostEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableMessageEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableProfilePostEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesDisableSharePostEmail" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesEnableAutoSubForFeeds" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesEventRemindersCheckboxDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesGlobalNavBarWTShown" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesGlobalNavGridMenuWTShown" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesHideBiggerPhotoCallout" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesHideCSNDesktopTask" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesHideCSNGetChatterMobileTask" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesHideChatterOnboardingSplash" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesHideEndUserOnboardingAssistantModal" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesHideLightningMigrationModal" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesHideS1BrowserUI" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesHideSecondChatterOnboardingSplash" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesHideSfxWelcomeMat" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesLightningExperiencePreferred" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesPathAssistantCollapsed" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesPreviewLightning" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesReminderSoundOff" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowCityToExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowCityToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowCountryToExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowCountryToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowEmailToExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowEmailToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowFaxToExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowFaxToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowManagerToExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowManagerToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowMobilePhoneToExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowMobilePhoneToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowPostalCodeToExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowPostalCodeToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowProfilePicToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowStateToExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowStateToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowStreetAddressToExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowStreetAddressToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowTitleToExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowTitleToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowWorkPhoneToExternalUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesShowWorkPhoneToGuestUsers" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesSortFeedByComment" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserPreferencesTaskRemindersCheckboxDefault" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="UserRole" minOccurs="0" type="tns:UserRole" nillable="true"/>
       <xsd:element name="UserRoleId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserSites" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Username" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Users__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Agents__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Inbound_Notifications__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Vertical__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserAppInfo">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FormFactor" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserAppMenuCustomization">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Application" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ApplicationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserAppMenuCustomizationShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:UserAppMenuCustomization" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserAppMenuItem">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AppMenuItemId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ApplicationId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IconUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="InfoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsUsingAdminAuthorization" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsVisible" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Label" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LogoUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MobileStartUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="StartUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserSortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserEntityAccess">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EntityDefinition" minOccurs="0" type="tns:EntityDefinition" nillable="true"/>
       <xsd:element name="EntityDefinitionId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsActivateable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCreatable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeletable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsEditable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsFlsUpdatable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsMergeable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsReadable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsUndeletable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsUpdatable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserFeed">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Body" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CommentCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="FeedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedComments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedLikes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedTrackedChanges" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="InsertedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="InsertedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsRichText" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LikeCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="LinkUrl" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RelatedRecordId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Title" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserFieldAccess">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="DurableId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EntityDefinition" minOccurs="0" type="tns:EntityDefinition" nillable="true"/>
       <xsd:element name="EntityDefinitionId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="FieldDefinition" minOccurs="0" type="tns:FieldDefinition" nillable="true"/>
       <xsd:element name="FieldDefinitionId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsAccessible" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsCreatable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsUpdatable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserLicense">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="LicenseDefinitionKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="MonthlyLoginsEntitlement" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="MonthlyLoginsUsed" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="userlicenses" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserListView">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedChart" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ListView" minOccurs="0" type="tns:ListView" nillable="true"/>
       <xsd:element name="ListViewId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SobjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserListViewCriterion">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ColumnName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Operation" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SortOrder" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserListView" minOccurs="0" type="tns:UserListView" nillable="true"/>
       <xsd:element name="UserListViewId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserLogin">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="IsFrozen" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsPasswordLocked" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserPackageLicense">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="PackageLicense" minOccurs="0" type="tns:PackageLicense" nillable="true"/>
       <xsd:element name="PackageLicenseId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserPreference">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Preference" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserProvAccount">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ConnectedApp" minOccurs="0" type="tns:ConnectedApplication" nillable="true"/>
       <xsd:element name="ConnectedAppId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeletedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExternalEmail" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalFirstName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalLastName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalUserId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalUsername" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsKnownLink" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LinkState" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SalesforceUser" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="SalesforceUserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserProvAccountStaging">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ConnectedApp" minOccurs="0" type="tns:ConnectedApplication" nillable="true"/>
       <xsd:element name="ConnectedAppId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExternalEmail" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalFirstName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalLastName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalUserId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalUsername" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LinkState" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SalesforceUser" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="SalesforceUserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserProvMockTarget">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExternalEmail" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalFirstName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalLastName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalUserId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalUsername" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserProvisioningConfig">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ApprovalRequired" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ConnectedApp" minOccurs="0" type="tns:ConnectedApplication" nillable="true"/>
       <xsd:element name="ConnectedAppId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Enabled" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="EnabledOperations" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReconDateTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamedCredential" minOccurs="0" type="tns:NamedCredential" nillable="true"/>
       <xsd:element name="NamedCredentialId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OnUpdateAttributes" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ReconFilter" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserAccountMapping" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserProvisioningLog">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Details" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalUserId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ExternalUsername" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserProvisioningRequest" minOccurs="0" type="tns:UserProvisioningRequest" nillable="true"/>
       <xsd:element name="UserProvisioningRequestId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserProvisioningRequest">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AppName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ApprovalStatus" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ConnectedApp" minOccurs="0" type="tns:ConnectedApplication" nillable="true"/>
       <xsd:element name="ConnectedAppId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="ExternalUserId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Manager" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="ManagerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Operation" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:UserProvisioningRequest" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RetryCount" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="SalesforceUser" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="SalesforceUserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ScheduleDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="State" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="UserProvAccount" minOccurs="0" type="tns:UserProvAccount" nillable="true"/>
       <xsd:element name="UserProvAccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserProvConfig" minOccurs="0" type="tns:UserProvisioningConfig" nillable="true"/>
       <xsd:element name="UserProvConfigId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserProvisioningRequestShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:UserProvisioningRequest" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserRecordAccess">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="HasAllAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasDeleteAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasEditAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasReadAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasTransferAccess" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="MaxAccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RecordId" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserRole">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CaseAccessForAccountOwner" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContactAccessForAccountOwner" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DeveloperName" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ForecastUserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="MayForecastManagerShare" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpportunityAccessForAccountOwner" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ParentRoleId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PortalAccountId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PortalAccountOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PortalType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RollupDescription" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Users" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="UserShare">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="IsActive" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RowCause" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserAccessLevel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="UserOrGroup" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="UserOrGroupId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VAT_Master__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VAT_Master__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VAT_Master__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Charge_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VAT_Percentage__c" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Advertisement_Cost__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Advertisement__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Advertisement__r" minOccurs="0" type="tns:VCC1__Advertisement__c" nillable="true"/>
       <xsd:element name="VCC1__Entity__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Price__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="VCC1__Quantity__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="VCC1__Total_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Advertisement__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Advertisement__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Advertisement__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Ad_18_Digit_ID__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Ads_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Ads_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Advertisement_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Advertisement_Codes__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Budget_Utilization_Till_Date__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Campaign_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Cost_per_enquiry__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Department__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Effective_End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Enquiry_Assign_To_Sales__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Enquiry__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Estimated_Lead_Count__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ISDM__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Marketing_Channel__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Marketing_Channel__r" minOccurs="0" type="tns:Master_Advertisement__c" nillable="true"/>
       <xsd:element name="Media_Sub_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Media_Sub_Types1__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Media_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Page_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Parent_Advertisement__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Parent__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Position_of_Advertisment__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Project_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Pha__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Phase__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Targeting_City__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Total_Booking__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Enq__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Closed_value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Created__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_Offer_Value__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="Total_no_Of_site_visit_Enquiry__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="VCC1__Actual_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="VCC1__Actual_Revenue__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="VCC1__Advertisement_Goal__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Advertisements_Cost__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Advertisements__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Budgeted_Cost__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="VCC1__Channels__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Contact_Advertisements__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="VCC1__Expected_Response__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="VCC1__Expected_Revenue__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="VCC1__Number_Advertisements__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Parent_Advertisement__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Parent_Advertisement__r" minOccurs="0" type="tns:VCC1__Advertisement__c" nillable="true"/>
       <xsd:element name="VCC1__Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Vcc_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Vendor_Name__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Vendor_Name__r" minOccurs="0" type="tns:VCC_Vendor_Name__c" nillable="true"/>
       <xsd:element name="Vendor__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="project_Phase1__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Agent_Group_Members__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Agent_Group_Members__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Agent_Group_Members__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Last_Assign_Owner__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Reactivate__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Reactivation_Time__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="VCC1__Agent_Group__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Agent_Group__r" minOccurs="0" type="tns:VCC1__Agent_Group__c" nillable="true"/>
       <xsd:element name="VCC1__Agent__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Agent__r" minOccurs="0" type="tns:VCC1__Agent__c" nillable="true"/>
       <xsd:element name="VCC1__Last_Call_Assigned__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="VCC1__Sort_Order__c" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Agent_Group__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Agent_Group__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Agent_Group__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Agent__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Call_Center_Numbers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Enquiry__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="VCC1__Agent_Group_Agents__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Number_Agent_Groups__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Agent__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Agent__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Agent__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Agent_Types__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Dummy_User__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sales_User__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="User_email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="VCC1__Agent_Group_Agents__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Call_Records1__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Call_Records__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Contacts__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Dummy_User__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="VCC1__Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Phone_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__User__r" minOccurs="0" type="tns:User" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Archive__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Archive__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Archive__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="VCC1__No_of_Archive_Records__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="VCC1__Start_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Blocked_Number__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Blocked_Number__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Blocked_Number__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Call_Center_Numbers__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Call_Center_Numbers__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Call_Center_Numbers__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AdsStart_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Ads_End_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Agent_Group__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Agent_Group__r" minOccurs="0" type="tns:VCC1__Agent_Group__c" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tagged_ADS__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Tagged_to_Ads__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Call_Records__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Number_Advertisements__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="VCC1__Number_Agent_Groups__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Call_Center_PermissionSet__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Follow_Call_To_Assigned_Agent_Rule__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Call_Record__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Call_Record__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Call_Record__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Contact_Email__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Email_owner__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Enquiry__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Outbound_call_date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Agent_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Agent_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Agent__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Agent__r" minOccurs="0" type="tns:VCC1__Agent__c" nillable="true"/>
       <xsd:element name="VCC1__Assign_To_Agent__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Assign_To_Agent__r" minOccurs="0" type="tns:VCC1__Agent__c" nillable="true"/>
       <xsd:element name="VCC1__Assigned__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="VCC1__Assignment_Date__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="VCC1__Attachment_URL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Call_Center_Number__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Call_Center_Number__r" minOccurs="0" type="tns:VCC1__Call_Center_Numbers__c" nillable="true"/>
       <xsd:element name="VCC1__Call_Duration_in_Seconds__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="VCC1__Call_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Contact_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
       <xsd:element name="VCC1__Create_Audio_URL__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="VCC1__Recording_URL__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Recording__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Selected_IVR__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Contact_Advertisement__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Contact_Advertisement__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Contact_Advertisement__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Advertisement__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Advertisement__r" minOccurs="0" type="tns:VCC1__Advertisement__c" nillable="true"/>
       <xsd:element name="VCC1__Contact__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Contact__r" minOccurs="0" type="tns:Contact" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Inbound_Notification__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Inbound_Notification__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Inbound_Notification__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Agent_User__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Agent_User__r" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="VCC1__Calling_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Dialed_Number__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Record_Id__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Number_Advertisement__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Number_Advertisement__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Number_Advertisement__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Advertisement__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Advertisement__r" minOccurs="0" type="tns:VCC1__Advertisement__c" nillable="true"/>
       <xsd:element name="VCC1__Call_Center_Number__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Call_Center_Number__r" minOccurs="0" type="tns:VCC1__Call_Center_Numbers__c" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Number_Agent_Group__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC1__Number_Agent_Group__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Number_Agent_Group__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Active__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="VCC1__Agent_Group__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Agent_Group__r" minOccurs="0" type="tns:VCC1__Agent_Group__c" nillable="true"/>
       <xsd:element name="VCC1__Call_Center_Number__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VCC1__Call_Center_Number__r" minOccurs="0" type="tns:VCC1__Call_Center_Numbers__c" nillable="true"/>
       <xsd:element name="VCC1__IVR__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC1__Outbound_URL_Settings__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="VCC1__Param__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VCC1__Value__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC_Vendor_Name__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:VCC_Vendor_Name__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VCC_Vendor_Name__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Ads__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Marketing_Channels__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Validation_Control__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Account__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Opportunity_Line_Item__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Opportunity__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SetupOwner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="SetupOwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Vendor__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Campaigns__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="PreCampaigns__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="VerificationHistory">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="Activity" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="EventGroup" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LoginGeo" minOccurs="0" type="tns:LoginGeo" nillable="true"/>
       <xsd:element name="LoginGeoId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LoginHistory" minOccurs="0" type="tns:LoginHistory" nillable="true"/>
       <xsd:element name="LoginHistoryId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Policy" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Remarks" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Resource" minOccurs="0" type="tns:ConnectedApplication" nillable="true"/>
       <xsd:element name="ResourceId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SourceIp" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Status" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="User" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="UserId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="VerificationMethod" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="VerificationTime" minOccurs="0" type="xsd:dateTime" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Vote">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Type" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="WebLink">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Description" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DisplayType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="EncodingKey" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="HasMenubar" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasScrollbars" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="HasToolbar" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="Height" minOccurs="0" type="xsd:int" nillable="true"/>
       <xsd:element name="IsProtected" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="IsResizable" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LinkType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Localization" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="MasterLabel" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="OpenType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="PageOrSobjectType" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Position" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="RequireRowSelection" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ScontrolId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ShowsLocation" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="ShowsStatus" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Url" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Width" minOccurs="0" type="xsd:int" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="WebLinkLocalization">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Language" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="NamespacePrefix" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Value" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="WebLink" minOccurs="0" type="tns:WebLink" nillable="true"/>
       <xsd:element name="WebLinkId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Work_Breakdown_Structure__History">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Field" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="NewValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="OldValue" minOccurs="0" type="xsd:anyType" nillable="true"/>
       <xsd:element name="Parent" minOccurs="0" type="tns:Work_Breakdown_Structure__c" nillable="true"/>
       <xsd:element name="ParentId" minOccurs="0" type="tns:ID" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="Work_Breakdown_Structure__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Common_Plant__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Company_Code__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="From_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="Histories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Option__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Payment_Line_Items__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Plant__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Profit_Center__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Project__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Project__r" minOccurs="0" type="tns:PropStrength__Projects__c" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Sales_Organization__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Sign__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="To_Date__c" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Tower_Level__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="Tower_Level__r" minOccurs="0" type="tns:PropStrength__Tower__c" nillable="true"/>
       <xsd:element name="Towers__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="WBS_Element_Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="cron__Batch_Job__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="ActivityHistories" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Events" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastActivityDate" minOccurs="0" type="xsd:date" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastReferencedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LastViewedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="OpenActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordType" minOccurs="0" type="tns:RecordType" nillable="true"/>
       <xsd:element name="RecordTypeId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="Tasks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="cron__Batch_Job_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Batch_Runs__r" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="cron__Completed_Runs__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="cron__Description__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Field_for_Age_Cutoff__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Number_of_Days__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="cron__Record_Matching_String__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Record_Name_Filter__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Records_To_Clean__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Run_Every_Units__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Run_Every__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="cron__Task_Status_Filter__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Unfinished_Runs__c" minOccurs="0" type="xsd:double" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="cron__Batch_Run__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="cron__Batch_Job_Name__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Batch_Job_Type__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Batch_Job__c" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="cron__Batch_Job__r" minOccurs="0" type="tns:cron__Batch_Job__c" nillable="true"/>
       <xsd:element name="cron__Completed__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="cron__Result__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Results__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Run_Every_Units__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Run_Every__c" minOccurs="0" type="xsd:double" nillable="true"/>
       <xsd:element name="cron__Schedule_Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Scheduled_To_Run__c" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="cron__Status__c" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="cron__Trigger_Batch_Run__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="cron__Trigger_Scheduler_1__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="cron__Trigger_Scheduler_2__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="cron__CronKit_Config__c">
    <xsd:complexContent>
     <xsd:extension base="tns:sObject">
      <xsd:sequence>
       <xsd:element name="AttachedContentDocuments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Attachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CombinedAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ContentDocumentLinks" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="CreatedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="CreatedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="CreatedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="CurrencyIsoCode" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="DuplicateRecordItems" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Emails" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="FeedSubscriptionsForEntity" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="IsDeleted" minOccurs="0" type="xsd:boolean" nillable="true"/>
       <xsd:element name="LastModifiedBy" minOccurs="0" type="tns:User" nillable="true"/>
       <xsd:element name="LastModifiedById" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="LastModifiedDate" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="LookedUpFromActivities" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Name" minOccurs="0" type="xsd:string" nillable="true"/>
       <xsd:element name="Notes" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="NotesAndAttachments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="Owner" minOccurs="0" type="tns:Name" nillable="true"/>
       <xsd:element name="OwnerId" minOccurs="0" type="tns:ID" nillable="true"/>
       <xsd:element name="ProcessInstances" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="ProcessSteps" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="RecordAssociatedGroups" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="SystemModstamp" minOccurs="0" type="xsd:dateTime" nillable="true"/>
       <xsd:element name="TopicAssignments" minOccurs="0" type="tns:QueryResult" nillable="true"/>
       <xsd:element name="UserRecordAccess" minOccurs="0" type="tns:UserRecordAccess" nillable="true"/>
       <xsd:element name="cron__Enable_CronKit_Batch_Trigger__c" minOccurs="0" type="xsd:boolean" nillable="true"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:simpleType name="ID">
    <xsd:restriction base="xsd:string">
     <xsd:length value="18"/>
     <xsd:pattern value="[a-zA-Z0-9]{18}"/>
    </xsd:restriction>
   </xsd:simpleType>
   <xsd:complexType name="address">
    <xsd:complexContent>
     <xsd:extension base="tns:location">
      <xsd:sequence>
       <xsd:element name="city" type="xsd:string"/>
       <xsd:element name="country" type="xsd:string"/>
       <xsd:element name="countryCode" type="xsd:string"/>
       <xsd:element name="geocodeAccuracy" type="xsd:string"/>
       <xsd:element name="postalCode" type="xsd:string"/>
       <xsd:element name="state" type="xsd:string"/>
       <xsd:element name="stateCode" type="xsd:string"/>
       <xsd:element name="street" type="xsd:string"/>
      </xsd:sequence>
     </xsd:extension>
    </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="location">
    <xsd:sequence>
     <xsd:element name="latitude" type="xsd:double"/>
     <xsd:element name="longitude" type="xsd:double"/>
    </xsd:sequence>
   </xsd:complexType>
   <xsd:element name="createContact">
    <xsd:complexType>
     <xsd:sequence>
      <xsd:element name="IncomeTaxregistrationnumber" type="xsd:string" nillable="true"/>
      <xsd:element name="LicenseNumber" type="xsd:string" nillable="true"/>
      <xsd:element name="Description" type="xsd:string" nillable="true"/>
      <xsd:element name="Phone" type="xsd:string" nillable="true"/>
      <xsd:element name="Pannumber" type="xsd:string" nillable="true"/>
      <xsd:element name="Name" type="xsd:string" nillable="true"/>
      <xsd:element name="BrokerType" type="xsd:string" nillable="true"/>
      <xsd:element name="BrokerCode" type="xsd:string" nillable="true"/>
      <xsd:element name="ServiceTax" type="xsd:string" nillable="true"/>
      <xsd:element name="active" type="xsd:string" nillable="true"/>
      <xsd:element name="Fristname" type="xsd:string" nillable="true"/>
      <xsd:element name="lastname" type="xsd:string" nillable="true"/>
      <xsd:element name="Mobile" type="xsd:string" nillable="true"/>
      <xsd:element name="Email" type="xsd:string" nillable="true"/>
     </xsd:sequence>
    </xsd:complexType>
   </xsd:element>
   <xsd:element name="createContactResponse">
    <xsd:complexType>
     <xsd:sequence>
      <xsd:element name="result" type="tns:Contact" nillable="true"/>
     </xsd:sequence>
    </xsd:complexType>
   </xsd:element>
  </xsd:schema>
 </types>
 <!-- Message for the header parts -->
 <message name="Header">
  <part name="AllowFieldTruncationHeader" element="tns:AllowFieldTruncationHeader"/>
  <part name="CallOptions" element="tns:CallOptions"/>
  <part name="DebuggingHeader" element="tns:DebuggingHeader"/>
  <part name="DebuggingInfo" element="tns:DebuggingInfo"/>
  <part name="SessionHeader" element="tns:SessionHeader"/>
 </message>
 <!-- Operation Messages -->
 <message name="createContactRequest">
  <part element="tns:createContact" name="parameters"/>
 </message>
 <message name="createContactResponse">
  <part element="tns:createContactResponse" name="parameters"/>
 </message>
 <portType name="WebToBrokerCreationPortType">
  <operation name="createContact">
   <input message="tns:createContactRequest"/>
   <output message="tns:createContactResponse"/>
  </operation>
 </portType>
 <binding name="WebToBrokerCreationBinding" type="tns:WebToBrokerCreationPortType">
  <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="createContact">
   <soap:operation soapAction=""/>
   <input>
    <soap:header use="literal" part="SessionHeader" message="tns:Header"/>
    <soap:header use="literal" part="CallOptions" message="tns:Header"/>
    <soap:header use="literal" part="DebuggingHeader" message="tns:Header"/>
    <soap:header use="literal" part="AllowFieldTruncationHeader" message="tns:Header"/>
    <soap:body use="literal" parts="parameters"/>
   </input>
   <output>
    <soap:header use="literal" part="DebuggingInfo" message="tns:Header"/>
    <soap:body use="literal"/>
   </output>
  </operation>
 </binding>
 <service name="WebToBrokerCreationService">
  <documentation></documentation>
  <port binding="tns:WebToBrokerCreationBinding" name="WebToBrokerCreation">
   <soap:address location="https://ap4.salesforce.com/services/Soap/class/WebToBrokerCreation"/>
  </port>
 </service>
</definitions>